Searched refs:ndo_fdb_dump (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_device.c | 476 .ndo_fdb_dump = br_fdb_dump,
|
/openbmc/linux/Documentation/networking/ |
H 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
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 4689 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4690 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4698 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4699 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 913 .ndo_fdb_dump = ocelot_port_fdb_dump,
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 1199 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1423 .ndo_fdb_dump = dpaa2_switch_port_fdb_dump,
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 2432 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 1572 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 519 .ndo_fdb_dump = qlcnic_fdb_dump,
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 1007 - ``port_fdb_dump``: bridge bypass function invoked by ``ndo_fdb_dump`` on the
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3172 .ndo_fdb_dump = vxlan_fdb_dump,
|