Home
last modified time | relevance | path

Searched refs:macsec_offload (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/
H A Dmacsec.c109 enum macsec_offload offload;
355 static bool macsec_check_offload(enum macsec_offload offload, in macsec_check_offload()
371 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()
1544 static enum macsec_offload nla_get_offload(const struct nlattr *nla) in nla_get_offload()
1546 return (__force enum macsec_offload)nla_get_u8(nla); in nla_get_offload()
1692 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload() function
1854 err = macsec_offload(ops->mdo_add_rxsa, &ctx); in macsec_add_rxsa()
1925 ret = macsec_offload(ops->mdo_add_rxsc, &ctx); in macsec_add_rxsc()
2062 err = macsec_offload(ops->mdo_add_txsa, &ctx); in macsec_add_txsa()
2131 ret = macsec_offload(ops->mdo_del_rxsa, &ctx); in macsec_del_rxsa()
[all …]
/linux/include/net/
H A Dmacsec.h276 enum macsec_offload offload;