Searched refs:secy (Results 1 – 1 of 1) sorted by relevance
67 #define for_each_rxsc(secy, sc) \ argument68 for (sc = rcu_dereference_bh(secy->rx_sc); \71 #define for_each_rxsc_rtnl(secy, sc) \ argument72 for (sc = rtnl_dereference(secy->rx_sc); \269 struct macsec_secy secy; member404 static bool send_sci(const struct macsec_secy *secy) in send_sci() argument406 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in send_sci()409 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in send_sci()452 const struct macsec_secy *secy, u32 pn, in macsec_fill_sectag() argument455 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag()[all …]