Searched refs:secy (Results 1 – 1 of 1) sorted by relevance
63 #define for_each_rxsc(secy, sc) \ argument64 for (sc = rcu_dereference_bh(secy->rx_sc); \67 #define for_each_rxsc_rtnl(secy, sc) \ argument68 for (sc = rtnl_dereference(secy->rx_sc); \265 struct macsec_secy secy; member399 static bool send_sci(const struct macsec_secy *secy) in send_sci() argument401 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in send_sci()404 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in send_sci()447 const struct macsec_secy *secy, u32 pn, in macsec_fill_sectag() argument450 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag()[all …]