Home
last modified time | relevance | path

Searched refs:macsec_ops (Results 1 – 8 of 8) sorted by relevance

/linux/net/8021q/
H A Dvlan_dev.c770 static const struct macsec_ops *vlan_get_macsec_ops(const struct macsec_context *ctx) in vlan_get_macsec_ops()
772 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops; in vlan_get_macsec_ops()
786 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open()
796 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop()
806 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy()
816 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_secy()
826 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_secy()
836 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_rxsc()
846 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_rxsc()
856 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_rxsc()
[all …]
/linux/drivers/net/
H A Dmacsec.c359 macsec->real_dev->phydev->macsec_ops; in macsec_check_offload()
362 macsec->real_dev->macsec_ops; in macsec_check_offload()
367 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()
382 return macsec->real_dev->phydev->macsec_ops; in __macsec_get_ops()
384 return macsec->real_dev->macsec_ops; in __macsec_get_ops()
390 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops()
1030 const struct macsec_ops *ops; in handle_not_macsec()
1833 const struct macsec_ops *ops; in macsec_add_rxsa()
1907 const struct macsec_ops *ops; in macsec_add_rxsc()
2041 const struct macsec_ops *ops; in macsec_add_txsa()
[all …]
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst174 struct macsec_ops* macsec_ops
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
H A Daq_macsec.c1430 const struct macsec_ops aq_macsec_ops = {
1470 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c936 static const struct macsec_ops vsc8584_macsec_ops = {
964 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1717 static const struct macsec_ops cn10k_mcs_ops = {
1784 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()
/linux/include/linux/
H A Dnetdevice.h65 struct macsec_ops;
2468 const struct macsec_ops *macsec_ops; member