Home
last modified time | relevance | path

Searched refs:secy (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/
Dmacsec.c63 #define for_each_rxsc(secy, sc) \ argument
64 for (sc = rcu_dereference_bh(secy->rx_sc); \
67 #define for_each_rxsc_rtnl(secy, sc) \ argument
68 for (sc = rtnl_dereference(secy->rx_sc); \
265 struct macsec_secy secy; member
399 static bool send_sci(const struct macsec_secy *secy) in send_sci() argument
401 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() argument
450 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag()
[all …]