Searched refs:ndo_fdb_dump (Results 1 – 8 of 8) sorted by relevance
/linux/net/bridge/ |
H A D | br_device.c | 460 .ndo_fdb_dump = br_fdb_dump,
|
/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
|
/linux/net/core/ |
H A D | rtnetlink.c | 4975 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4976 err = cops->ndo_fdb_dump(skb, cb, br_dev, dev, in rtnl_fdb_dump() 4983 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4984 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, dev, NULL, in rtnl_fdb_dump()
|
/linux/drivers/net/ |
H A D | macvlan.c | 1189 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
/linux/include/linux/ |
H A D | netdevice.h | 1543 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 519 .ndo_fdb_dump = qlcnic_fdb_dump,
|
/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 1011 - ``port_fdb_dump``: bridge bypass function invoked by ``ndo_fdb_dump`` on the
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3287 .ndo_fdb_dump = vxlan_fdb_dump,
|