Searched refs:ndo_fdb_dump (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/bridge/ |
A D | br_device.c | 469 .ndo_fdb_dump = br_fdb_dump,
|
/linux-6.3-rc2/Documentation/networking/ |
A D | switchdev.rst | 186 ``ndo_fdb_dump`` operations is able to support the command below, which adds a 214 "master" flag. The ``ndo_fdb_dump`` is an exception and can be implemented to 218 software FDB does not, and implementing ``ndo_fdb_dump`` is the only way to see
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 4605 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4606 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4614 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4615 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/linux-6.3-rc2/drivers/net/ |
A D | macvlan.c | 1173 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_net.c | 913 .ndo_fdb_dump = ocelot_port_fdb_dump,
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-switch.c | 1423 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
|
/linux-6.3-rc2/net/dsa/ |
A D | slave.c | 2287 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 1560 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/ |
A D | qlcnic_main.c | 520 .ndo_fdb_dump = qlcnic_fdb_dump,
|
/linux-6.3-rc2/drivers/net/vxlan/ |
A D | vxlan_core.c | 3109 .ndo_fdb_dump = vxlan_fdb_dump,
|
/linux-6.3-rc2/Documentation/networking/dsa/ |
A D | dsa.rst | 1007 - ``port_fdb_dump``: bridge bypass function invoked by ``ndo_fdb_dump`` on the
|
Completed in 62 milliseconds