Searched refs:switchdev_port_fdb_add (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/include/net/ | 
| D | switchdev.h | 198 int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],305 static inline int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],  in switchdev_port_fdb_add()  function
 
 | 
| /linux-4.4.14/net/switchdev/ | 
| D | switchdev.c | 974 int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],  in switchdev_port_fdb_add()  function986 EXPORT_SYMBOL_GPL(switchdev_port_fdb_add);
 
 | 
| /linux-4.4.14/net/dsa/ | 
| D | slave.c | 926 	.ndo_fdb_add		= switchdev_port_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/drivers/net/bonding/ | 
| D | bond_main.c | 4102 	.ndo_fdb_add		= switchdev_port_fdb_add,
 | 
| /linux-4.4.14/drivers/net/ethernet/rocker/ | 
| D | rocker.c | 4316 	.ndo_fdb_add			= switchdev_port_fdb_add,
 |