Searched refs:ndo_fdb_dump (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br_device.c | 346 .ndo_fdb_dump = br_fdb_dump,
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 2969 if (cops && cops->ndo_fdb_dump) in rtnl_fdb_dump() 2970 idx = cops->ndo_fdb_dump(skb, cb, br_dev, dev, in rtnl_fdb_dump() 2974 if (dev->netdev_ops->ndo_fdb_dump) in rtnl_fdb_dump() 2975 idx = dev->netdev_ops->ndo_fdb_dump(skb, cb, dev, NULL, in rtnl_fdb_dump()
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 928 .ndo_fdb_dump = switchdev_port_fdb_dump,
|
/linux-4.4.14/Documentation/networking/ |
D | switchdev.txt | 174 The switchdev driver should implement ndo_fdb_add, ndo_fdb_del and ndo_fdb_dump
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 1044 .ndo_fdb_dump = ndo_dflt_fdb_dump,
|
D | vxlan.c | 2478 .ndo_fdb_dump = vxlan_fdb_dump,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 735 .ndo_fdb_dump = switchdev_port_fdb_dump,
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 1990 .ndo_fdb_dump = switchdev_port_fdb_dump,
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1190 int (*ndo_fdb_dump)(struct sk_buff *skb, member
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 4104 .ndo_fdb_dump = switchdev_port_fdb_dump,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 540 .ndo_fdb_dump = qlcnic_fdb_dump,
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 4318 .ndo_fdb_dump = switchdev_port_fdb_dump,
|