Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dmacsec.c67 #define for_each_rxsc(secy, sc) \ argument
68 for (sc = rcu_dereference_bh(secy->rx_sc); \
71 #define for_each_rxsc_rtnl(secy, sc) \ argument
72 for (sc = rtnl_dereference(secy->rx_sc); \
269 struct macsec_secy secy; member
404 static bool send_sci(const struct macsec_secy *secy) in send_sci() argument
406 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() argument
455 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag()
[all …]