Searched refs:ndo_fdb_add (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/networking/ |
H A D | switchdev.rst | 185 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
|
/openbmc/linux/net/bridge/ |
H A D | br_device.c | 473 .ndo_fdb_add = br_fdb_add,
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 911 .ndo_fdb_add = ocelot_port_fdb_add,
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 1197 .ndo_fdb_add = macvlan_fdb_add,
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 4307 err = ops->ndo_fdb_add(ndm, tb, dev, addr, vid, in rtnl_fdb_add() 4317 if (dev->netdev_ops->ndo_fdb_add) in rtnl_fdb_add() 4318 err = dev->netdev_ops->ndo_fdb_add(ndm, tb, dev, addr, in rtnl_fdb_add()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 1555 int (*ndo_fdb_add)(struct ndmsg *ndm, member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 517 .ndo_fdb_add = qlcnic_fdb_add,
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3170 .ndo_fdb_add = vxlan_fdb_add,
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 9333 .ndo_fdb_add = ice_fdb_add,
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 3065 .ndo_fdb_add = igb_ndo_fdb_add,
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 10429 .ndo_fdb_add = ixgbe_ndo_fdb_add,
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 13747 .ndo_fdb_add = i40e_ndo_fdb_add,
|