Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A 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-6.15/net/bridge/
H A Dbr_device.c459 .ndo_fdb_add = br_fdb_add,
/linux-6.15/drivers/net/
H A Dmacvlan.c1188 .ndo_fdb_add = macvlan_fdb_add,
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c912 .ndo_fdb_add = ocelot_port_fdb_add,
/linux-6.15/net/core/
H A Drtnetlink.c4647 err = ops->ndo_fdb_add(ndm, tb, dev, addr, vid, in rtnl_fdb_add()
4659 if (dev->netdev_ops->ndo_fdb_add) in rtnl_fdb_add()
4660 err = dev->netdev_ops->ndo_fdb_add(ndm, tb, dev, addr, in rtnl_fdb_add()
/linux-6.15/include/linux/
H A Dnetdevice.h1544 int (*ndo_fdb_add)(struct ndmsg *ndm, member
/linux-6.15/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c517 .ndo_fdb_add = qlcnic_fdb_add,
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c3289 .ndo_fdb_add = vxlan_fdb_add,
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c9705 .ndo_fdb_add = ice_fdb_add,
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_main.c3034 .ndo_fdb_add = igb_ndo_fdb_add,
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10820 .ndo_fdb_add = ixgbe_ndo_fdb_add,
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13644 .ndo_fdb_add = i40e_ndo_fdb_add,