Searched refs:ndo_fdb_dump (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/net/bridge/ |
D | br_device.c | 394 .ndo_fdb_dump = br_fdb_dump,
|
/Linux-v5.4/net/core/ |
D | rtnetlink.c | 4077 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4078 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4086 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 4087 err = dev->netdev_ops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
|
/Linux-v5.4/Documentation/networking/ |
D | switchdev.txt | 174 The switchdev driver should implement ndo_fdb_add, ndo_fdb_del and ndo_fdb_dump
|
/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
D | ethsw.c | 693 .ndo_fdb_dump = port_fdb_dump,
|
/Linux-v5.4/net/dsa/ |
D | slave.c | 1237 .ndo_fdb_dump = dsa_slave_fdb_dump,
|
/Linux-v5.4/drivers/net/ |
D | macvlan.c | 1146 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
D | vxlan.c | 2963 .ndo_fdb_dump = vxlan_fdb_dump,
|
/Linux-v5.4/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1085 .ndo_fdb_dump = ocelot_fdb_dump,
|
/Linux-v5.4/include/linux/ |
D | netdevice.h | 1385 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 541 .ndo_fdb_dump = qlcnic_fdb_dump,
|