Home
last modified time | relevance | path

Searched refs:ndo_fdb_add (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/bridge/
Dbr_device.c344 .ndo_fdb_add = br_fdb_add,
/linux-4.4.14/net/core/
Drtnetlink.c2733 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/
Dslave.c926 .ndo_fdb_add = switchdev_port_fdb_add,
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt174 The switchdev driver should implement ndo_fdb_add, ndo_fdb_del and ndo_fdb_dump
/linux-4.4.14/drivers/net/
Dmacvlan.c1042 .ndo_fdb_add = macvlan_fdb_add,
Dvxlan.c2476 .ndo_fdb_add = vxlan_fdb_add,
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c733 .ndo_fdb_add = switchdev_port_fdb_add,
/linux-4.4.14/drivers/net/team/
Dteam.c1988 .ndo_fdb_add = switchdev_port_fdb_add,
/linux-4.4.14/include/linux/
Dnetdevice.h1179 int (*ndo_fdb_add)(struct ndmsg *ndm, member
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c4102 .ndo_fdb_add = switchdev_port_fdb_add,
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c538 .ndo_fdb_add = qlcnic_fdb_add,
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c4316 .ndo_fdb_add = switchdev_port_fdb_add,
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8436 .ndo_fdb_add = ixgbe_ndo_fdb_add,
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c8603 .ndo_fdb_add = i40e_ndo_fdb_add,