Searched refs:ndo_fdb_add (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br_device.c | 344 .ndo_fdb_add = br_fdb_add,
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 2733 err = ops->ndo_fdb_add(ndm, tb, dev, addr, vid, in rtnl_fdb_add() 2743 if (dev->netdev_ops->ndo_fdb_add) in rtnl_fdb_add() 2744 err = dev->netdev_ops->ndo_fdb_add(ndm, tb, dev, addr, in rtnl_fdb_add()
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 926 .ndo_fdb_add = switchdev_port_fdb_add,
|
/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 | 1042 .ndo_fdb_add = macvlan_fdb_add,
|
D | vxlan.c | 2476 .ndo_fdb_add = vxlan_fdb_add,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 733 .ndo_fdb_add = switchdev_port_fdb_add,
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 1988 .ndo_fdb_add = switchdev_port_fdb_add,
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1179 int (*ndo_fdb_add)(struct ndmsg *ndm, member
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 4102 .ndo_fdb_add = switchdev_port_fdb_add,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 538 .ndo_fdb_add = qlcnic_fdb_add,
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 4316 .ndo_fdb_add = switchdev_port_fdb_add,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8436 .ndo_fdb_add = ixgbe_ndo_fdb_add,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8603 .ndo_fdb_add = i40e_ndo_fdb_add,
|