Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dmacsec.c149 struct macsec_rx_sc *sc;
165 struct macsec_rx_sc { struct
166 struct macsec_rx_sc __rcu *next; argument
249 struct macsec_rx_sc __rcu *rx_sc;
321 struct macsec_rx_sc *rx_sc = container_of(head, struct macsec_rx_sc, rcu_head); in free_rx_sc_rcu()
327 static struct macsec_rx_sc *macsec_rxsc_get(struct macsec_rx_sc *sc) in macsec_rxsc_get()
332 static void macsec_rxsc_put(struct macsec_rx_sc *sc) in macsec_rxsc_put()
889 struct macsec_rx_sc *rx_sc = rx_sa->sc; in macsec_decrypt_done()
1008 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc()
1010 struct macsec_rx_sc *rx_sc; in find_rx_sc()
[all …]