Searched refs:ndo_fdb_dump (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/net/bridge/ |
D | br_device.c | 469 .ndo_fdb_dump = br_fdb_dump,
|
/Linux-v6.1/Documentation/networking/ |
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-v6.1/net/core/ |
D | rtnetlink.c | 4522 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4523 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4531 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4532 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/Linux-v6.1/drivers/net/ |
D | macvlan.c | 1173 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
/Linux-v6.1/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 922 .ndo_fdb_dump = ocelot_port_fdb_dump,
|
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 1415 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
|
/Linux-v6.1/net/dsa/ |
D | slave.c | 2210 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/Linux-v6.1/include/linux/ |
D | netdevice.h | 1550 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/Linux-v6.1/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 520 .ndo_fdb_dump = qlcnic_fdb_dump,
|
/Linux-v6.1/drivers/net/vxlan/ |
D | vxlan_core.c | 3102 .ndo_fdb_dump = vxlan_fdb_dump,
|
/Linux-v6.1/Documentation/networking/dsa/ |
D | dsa.rst | 1007 - ``port_fdb_dump``: bridge bypass function invoked by ``ndo_fdb_dump`` on the
|