Searched defs:macsec_context (Results 1 – 2 of 2) sorted by relevance
271 struct macsec_context { struct272 union {276 enum macsec_offload offload;278 struct macsec_secy *secy;279 struct macsec_rx_sc *rx_sc;280 struct {288 } sa;289 union {295 } stats;
1693 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload()