Searched refs:ndo_fdb_dump (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/net/bridge/ |
D | br_device.c | 429 .ndo_fdb_dump = br_fdb_dump,
|
/Linux-v5.10/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 650 .ndo_fdb_dump = ocelot_port_fdb_dump,
|
/Linux-v5.10/Documentation/networking/ |
D | switchdev.rst | 184 The switchdev driver should implement ndo_fdb_add, ndo_fdb_del and ndo_fdb_dump
|
/Linux-v5.10/net/core/ |
D | rtnetlink.c | 4390 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4391 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4399 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4400 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/Linux-v5.10/drivers/staging/fsl-dpaa2/ethsw/ |
D | ethsw.c | 769 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
|
/Linux-v5.10/drivers/net/ |
D | macvlan.c | 1164 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
D | vxlan.c | 3220 .ndo_fdb_dump = vxlan_fdb_dump,
|
/Linux-v5.10/net/dsa/ |
D | slave.c | 1594 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/Linux-v5.10/include/linux/ |
D | netdevice.h | 1429 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 521 .ndo_fdb_dump = qlcnic_fdb_dump,
|