Searched refs:ndo_fdb_del (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_device.c | 460 .ndo_fdb_del = br_fdb_delete,
|
| /linux/Documentation/networking/ |
| H A D | switchdev.rst | 185 A driver which implements the ``ndo_fdb_add``, ``ndo_fdb_del`` and 212 ``ndo_fdb_add`` and ``ndo_fdb_del`` bridge bypass methods is strongly
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 4776 if (ops->ndo_fdb_del) in rtnl_fdb_del() 4777 err = ops->ndo_fdb_del(ndm, tb, dev, addr, vid, in rtnl_fdb_del() 4796 if (ops->ndo_fdb_del) in rtnl_fdb_del() 4797 err = ops->ndo_fdb_del(ndm, tb, dev, addr, vid, in rtnl_fdb_del()
|
| /linux/drivers/net/ |
| H A D | macvlan.c | 1195 .ndo_fdb_del = macvlan_fdb_del,
|
| /linux/include/linux/ |
| H A D | netdevice.h | 1576 int (*ndo_fdb_del)(struct ndmsg *ndm, member
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 517 .ndo_fdb_del = qlcnic_fdb_del,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 9807 .ndo_fdb_del = ice_fdb_del,
|