Home
last modified time | relevance | path

Searched refs:mdo_add_secy (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/include/net/
H A Dmacsec.h331 int (*mdo_add_secy)(struct macsec_context *ctx); member
/linux-6.15/drivers/net/netdevsim/
H A Dmacsec.c328 .mdo_add_secy = nsim_macsec_add_secy,
/linux-6.15/net/8021q/
H A Dvlan_dev.c811 return vlan_macsec_offload(ops->mdo_add_secy, ctx); in vlan_macsec_add_secy()
979 .mdo_add_secy = vlan_macsec_add_secy,
/linux-6.15/drivers/net/phy/mscc/
H A Dmscc_macsec.c939 .mdo_add_secy = vsc8584_macsec_add_secy,
/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c1582 .mdo_add_secy = nxp_c45_mdo_add_secy,
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1644 .mdo_add_secy = mlx5e_macsec_add_secy,
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1433 .mdo_add_secy = aq_locked_mdo_add_secy,
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1720 .mdo_add_secy = cn10k_mdo_add_secy,
/linux-6.15/drivers/net/
H A Dmacsec.c2672 : macsec_offload(ops->mdo_add_secy, &ctx); in macsec_update_offload()
4248 err = macsec_offload(ops->mdo_add_secy, &ctx); in macsec_newlink()