Lines Matching refs:macsec_rx_sc

154 static struct macsec_rx_sa *macsec_active_rxsa_get(struct macsec_rx_sc *rx_sc)  in macsec_active_rxsa_get()
169 struct macsec_rx_sc *rx_sc = container_of(head, struct macsec_rx_sc, rcu_head); in free_rx_sc_rcu()
175 static struct macsec_rx_sc *macsec_rxsc_get(struct macsec_rx_sc *sc) in macsec_rxsc_get()
180 static void macsec_rxsc_put(struct macsec_rx_sc *sc) in macsec_rxsc_put()
833 struct macsec_rx_sc *rx_sc = rx_sa->sc; in macsec_decrypt_done()
967 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc()
969 struct macsec_rx_sc *rx_sc; in find_rx_sc()
979 static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sci) in find_rx_sc_rtnl()
981 struct macsec_rx_sc *rx_sc; in find_rx_sc_rtnl()
1013 struct macsec_rx_sc *rx_sc = NULL; in handle_not_macsec()
1090 struct macsec_rx_sc *rx_sc; in macsec_handle_frame()
1148 struct macsec_rx_sc *sc = find_rx_sc(&macsec->secy, sci); in macsec_handle_frame()
1381 static void free_rx_sc(struct macsec_rx_sc *rx_sc) in free_rx_sc()
1396 static struct macsec_rx_sc *del_rx_sc(struct macsec_secy *secy, sci_t sci) in del_rx_sc()
1398 struct macsec_rx_sc *rx_sc, __rcu **rx_scp; in del_rx_sc()
1414 static struct macsec_rx_sc *create_rx_sc(struct net_device *dev, sci_t sci, in create_rx_sc()
1417 struct macsec_rx_sc *rx_sc; in create_rx_sc()
1562 static struct macsec_rx_sc *get_rxsc_from_nl(struct net *net, in get_rxsc_from_nl()
1570 struct macsec_rx_sc *rx_sc; in get_rxsc_from_nl()
1599 struct macsec_rx_sc **scp, in get_rxsa_from_nl()
1602 struct macsec_rx_sc *rx_sc; in get_rxsa_from_nl()
1725 struct macsec_rx_sc *rx_sc; in macsec_add_rxsa()
1876 struct macsec_rx_sc *rx_sc; in macsec_add_rxsc()
2107 struct macsec_rx_sc *rx_sc; in macsec_del_rxsa()
2173 struct macsec_rx_sc *rx_sc; in macsec_del_rxsc()
2415 struct macsec_rx_sc *rx_sc; in macsec_upd_rxsa()
2507 struct macsec_rx_sc *rx_sc; in macsec_upd_rxsc()
2716 struct macsec_rx_sc *rx_sc, int an, in get_rx_sa_stats()
2770 struct macsec_rx_sc *rx_sc, in get_rx_sc_stats()
3043 struct macsec_rx_sc *rx_sc; in dump_secy()
3880 struct macsec_rx_sc *rx_sc = rtnl_dereference(macsec->secy.rx_sc); in macsec_del_dev()