Searched refs:ndo_fdb_add (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/Documentation/networking/ |
| D | switchdev.rst | 184 A driver which implements the ``ndo_fdb_add``, ``ndo_fdb_del`` and 194 instructing the kernel to fulfill the operation through the ``ndo_fdb_add`` 204 ``DEV`` and fulfill the operation through the ``ndo_fdb_add`` method of that. 211 ``ndo_fdb_add`` and ``ndo_fdb_del`` bridge bypass methods is strongly
|
| /Linux-v5.15/net/bridge/ |
| D | br_device.c | 466 .ndo_fdb_add = br_fdb_add,
|
| /Linux-v5.15/drivers/net/ethernet/mscc/ |
| D | ocelot_net.c | 774 .ndo_fdb_add = ocelot_port_fdb_add,
|
| /Linux-v5.15/drivers/net/ |
| D | macvlan.c | 1163 .ndo_fdb_add = macvlan_fdb_add,
|
| D | vxlan.c | 3231 .ndo_fdb_add = vxlan_fdb_add,
|
| /Linux-v5.15/net/core/ |
| D | rtnetlink.c | 4044 err = ops->ndo_fdb_add(ndm, tb, dev, addr, vid, in rtnl_fdb_add() 4054 if (dev->netdev_ops->ndo_fdb_add) in rtnl_fdb_add() 4055 err = dev->netdev_ops->ndo_fdb_add(ndm, tb, dev, addr, in rtnl_fdb_add()
|
| /Linux-v5.15/include/linux/ |
| D | netdevice.h | 1493 int (*ndo_fdb_add)(struct ndmsg *ndm, member
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_main.c | 517 .ndo_fdb_add = qlcnic_fdb_add,
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_main.c | 7268 .ndo_fdb_add = ice_fdb_add,
|
| /Linux-v5.15/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 3007 .ndo_fdb_add = igb_ndo_fdb_add,
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 10276 .ndo_fdb_add = ixgbe_ndo_fdb_add,
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 13291 .ndo_fdb_add = i40e_ndo_fdb_add,
|