Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dmacsec.c153 struct macsec_rx_sc *sc;
169 struct macsec_rx_sc { struct
170 struct macsec_rx_sc __rcu *next; argument
253 struct macsec_rx_sc __rcu *rx_sc;
326 struct macsec_rx_sc *rx_sc = container_of(head, struct macsec_rx_sc, rcu_head); in free_rx_sc_rcu()
332 static struct macsec_rx_sc *macsec_rxsc_get(struct macsec_rx_sc *sc) in macsec_rxsc_get()
337 static void macsec_rxsc_put(struct macsec_rx_sc *sc) in macsec_rxsc_put()
893 struct macsec_rx_sc *rx_sc = rx_sa->sc; in macsec_decrypt_done()
1012 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc()
1014 struct macsec_rx_sc *rx_sc; in find_rx_sc()
[all …]