Searched defs:macsec_context (Results 1 – 2 of 2) sorted by relevance
250 struct macsec_context { struct251 union {255 enum macsec_offload offload;257 struct macsec_secy *secy;281 int (*mdo_dev_open)(struct macsec_context *ctx); argument
1656 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload()