Home
last modified time | relevance | path

Searched refs:ndo_fdb_add (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/Documentation/networking/
Dswitchdev.rst185 A driver which implements the ``ndo_fdb_add``, ``ndo_fdb_del`` and
195 instructing the kernel to fulfill the operation through the ``ndo_fdb_add``
205 ``DEV`` and fulfill the operation through the ``ndo_fdb_add`` method of that.
212 ``ndo_fdb_add`` and ``ndo_fdb_del`` bridge bypass methods is strongly
/Linux-v6.1/net/bridge/
Dbr_device.c466 .ndo_fdb_add = br_fdb_add,
/Linux-v6.1/drivers/net/
Dmacvlan.c1171 .ndo_fdb_add = macvlan_fdb_add,
/Linux-v6.1/net/core/
Drtnetlink.c4140 err = ops->ndo_fdb_add(ndm, tb, dev, addr, vid, in rtnl_fdb_add()
4150 if (dev->netdev_ops->ndo_fdb_add) in rtnl_fdb_add()
4151 err = dev->netdev_ops->ndo_fdb_add(ndm, tb, dev, addr, in rtnl_fdb_add()
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_net.c920 .ndo_fdb_add = ocelot_port_fdb_add,
/Linux-v6.1/include/linux/
Dnetdevice.h1533 int (*ndo_fdb_add)(struct ndmsg *ndm, member
/Linux-v6.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c518 .ndo_fdb_add = qlcnic_fdb_add,
/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c3100 .ndo_fdb_add = vxlan_fdb_add,
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_main.c9102 .ndo_fdb_add = ice_fdb_add,
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_main.c3004 .ndo_fdb_add = igb_ndo_fdb_add,
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10444 .ndo_fdb_add = ixgbe_ndo_fdb_add,
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_main.c13644 .ndo_fdb_add = i40e_ndo_fdb_add,