Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmacsec.h251 struct macsec_context { struct
252 union {
256 enum macsec_offload offload;
258 struct macsec_secy *secy;
259 struct macsec_rx_sc *rx_sc;
283 int (*mdo_dev_open)(struct macsec_context *ctx); argument
/openbmc/linux/net/8021q/
H A Dvlan_dev.c832 static int vlan_macsec_offload(int (* const func)(struct macsec_context *), in vlan_macsec_offload()
/openbmc/linux/drivers/net/
H A Dmacsec.c1662 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload()