Searched defs:macsec_rx_sc (Results 1 – 1 of 1) sorted by relevance
169 struct macsec_rx_sc { struct170 struct macsec_rx_sc __rcu *next; argument171 sci_t sci;172 bool active;173 struct macsec_rx_sa __rcu *sa[MACSEC_NUM_AN];174 struct pcpu_rx_sc_stats __percpu *stats;175 refcount_t refcnt;176 struct rcu_head rcu_head;