Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/networking/
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.3-rc2/net/bridge/
A Dbr_device.c466 .ndo_fdb_add = br_fdb_add,
/linux-6.3-rc2/drivers/net/
A Dmacvlan.c1171 .ndo_fdb_add = macvlan_fdb_add,
/linux-6.3-rc2/net/core/
A Drtnetlink.c4223 err = ops->ndo_fdb_add(ndm, tb, dev, addr, vid, in rtnl_fdb_add()
4233 if (dev->netdev_ops->ndo_fdb_add) in rtnl_fdb_add()
4234 err = dev->netdev_ops->ndo_fdb_add(ndm, tb, dev, addr, in rtnl_fdb_add()
/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot_net.c911 .ndo_fdb_add = ocelot_port_fdb_add,
/linux-6.3-rc2/include/linux/
A Dnetdevice.h1543 int (*ndo_fdb_add)(struct ndmsg *ndm, member
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_main.c518 .ndo_fdb_add = qlcnic_fdb_add,
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c3107 .ndo_fdb_add = vxlan_fdb_add,
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_main.c9385 .ndo_fdb_add = ice_fdb_add,
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_main.c3057 .ndo_fdb_add = igb_ndo_fdb_add,
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c10454 .ndo_fdb_add = ixgbe_ndo_fdb_add,
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_main.c13689 .ndo_fdb_add = i40e_ndo_fdb_add,

Completed in 124 milliseconds