Searched refs:ndo_fdb_dump (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/net/bridge/ |
D | br_device.c | 468 .ndo_fdb_dump = br_fdb_dump,
|
/Linux-v5.15/Documentation/networking/ |
D | switchdev.rst | 185 ``ndo_fdb_dump`` operations is able to support the command below, which adds a 213 "master" flag. The ``ndo_fdb_dump`` is an exception and can be implemented to 217 software FDB does not, and implementing ``ndo_fdb_dump`` is the only way to see
|
/Linux-v5.15/net/core/ |
D | rtnetlink.c | 4396 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4397 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4405 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4406 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/Linux-v5.15/drivers/net/ |
D | macvlan.c | 1165 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
D | vxlan.c | 3233 .ndo_fdb_dump = vxlan_fdb_dump,
|
/Linux-v5.15/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 776 .ndo_fdb_dump = ocelot_port_fdb_dump,
|
/Linux-v5.15/net/dsa/ |
D | slave.c | 1753 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 1411 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
|
/Linux-v5.15/include/linux/ |
D | netdevice.h | 1505 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 519 .ndo_fdb_dump = qlcnic_fdb_dump,
|