Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dmacsec.h268 struct macsec_context { struct
269 union {
273 enum macsec_offload offload;
275 struct macsec_secy *secy;
276 struct macsec_rx_sc *rx_sc;
277 struct {
285 } sa;
286 union {
292 } stats;
/linux-6.12.1/net/8021q/
Dvlan_dev.c799 static int vlan_macsec_offload(int (* const func)(struct macsec_context *), in vlan_macsec_offload()
/linux-6.12.1/drivers/net/
Dmacsec.c1665 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload()