Searched refs:switchdev_port_fdb_del (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/net/ |
D | switchdev.h | 201 int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], 313 static inline int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_del() function
|
/linux-4.4.14/net/switchdev/ |
D | switchdev.c | 999 int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_del() function 1011 EXPORT_SYMBOL_GPL(switchdev_port_fdb_del);
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 927 .ndo_fdb_del = switchdev_port_fdb_del,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 734 .ndo_fdb_del = switchdev_port_fdb_del,
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 1989 .ndo_fdb_del = switchdev_port_fdb_del,
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 4103 .ndo_fdb_del = switchdev_port_fdb_del,
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 4317 .ndo_fdb_del = switchdev_port_fdb_del,
|