Searched refs:tx_sc (Results 1 – 4 of 4) sorted by relevance
247 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in send_sci() local296 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag() local601 tx_sc = &secy->tx_sc; in macsec_encrypt()1528 tx_sc = &secy->tx_sc; in get_txsa_from_nl()1984 tx_sc = &secy->tx_sc; in macsec_add_txsa()2560 struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_is_configured() local2973 struct macsec_tx_sc *tx_sc = &secy->tx_sc; in nla_put_secy() local3031 struct macsec_tx_sc *tx_sc = &secy->tx_sc; in dump_secy() local3730 tx_sc = &secy->tx_sc; in macsec_changelink_common()3814 memcpy(&tx_sc, &macsec->secy.tx_sc, sizeof(tx_sc)); in macsec_changelink()[all …]
350 if (secy->tx_sc.encrypt) in aq_set_txsc()352 if (secy->tx_sc.scb) in aq_set_txsc()354 if (secy->tx_sc.send_sci) in aq_set_txsc()356 if (secy->tx_sc.end_station) in aq_set_txsc()361 if (!(secy->icv_len == 16 && !secy->tx_sc.encrypt)) in aq_set_txsc()381 sc_rec.curr_an = secy->tx_sc.encoding_sa; in aq_set_txsc()515 ret = aq_clear_txsa(nic, tx_sc, sa_num, clear_type); in aq_clear_txsc()528 tx_sc->hw_sc_idx); in aq_clear_txsc()1123 tx_sa = rcu_dereference_bh(secy->tx_sc.sa[ctx->sa.assoc_num]); in aq_mdo_get_tx_sa_stats()1242 tx_sa = rcu_dereference_bh(secy->tx_sc.sa[i]); in apply_txsc_cfg()[all …]
226 struct macsec_tx_sc tx_sc; member
438 if (priv->secy->tx_sc.encrypt) in vsc8584_macsec_flow()440 if (priv->secy->tx_sc.send_sci) in vsc8584_macsec_flow()546 (CONTROL_TYPE_EGRESS | CONTROL_AN(priv->secy->tx_sc.encoding_sa)) : in vsc8584_macsec_transformation()
Completed in 651 milliseconds