Searched defs:macsec_rx_sc (Results 1 – 1 of 1) sorted by relevance
161 struct macsec_rx_sc { struct162 struct macsec_rx_sc __rcu *next; argument163 sci_t sci;164 bool active;165 struct macsec_rx_sa __rcu *sa[MACSEC_NUM_AN];166 struct pcpu_rx_sc_stats __percpu *stats;167 refcount_t refcnt;168 struct rcu_head rcu_head;