Searched refs:ndo_fdb_dump (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_device.c | 395 .ndo_fdb_dump = br_fdb_dump,
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 3812 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 3813 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 3821 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 3822 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/Linux-v4.19/Documentation/networking/ |
D | switchdev.txt | 174 The switchdev driver should implement ndo_fdb_add, ndo_fdb_del and ndo_fdb_dump
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 1037 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/Linux-v4.19/drivers/net/ |
D | macvlan.c | 1114 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
D | vxlan.c | 2608 .ndo_fdb_dump = vxlan_fdb_dump,
|
/Linux-v4.19/drivers/net/ethernet/mscc/ |
D | ocelot.c | 920 .ndo_fdb_dump = ocelot_fdb_dump,
|
/Linux-v4.19/include/linux/ |
D | netdevice.h | 1363 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 540 .ndo_fdb_dump = qlcnic_fdb_dump,
|