Home
last modified time | relevance | path

Searched defs:macsec_context (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dmacsec.h271 struct macsec_context { struct
272 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;
/linux/drivers/net/
H A Dmacsec.c1693 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload()