Searched refs:ndo_fdb_del (Results 1 – 8 of 8) sorted by relevance
/linux/net/bridge/ |
H A D | br_device.c | 458 .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 | 4729 if (ops->ndo_fdb_del) in rtnl_fdb_del() 4730 err = ops->ndo_fdb_del(ndm, tb, dev, addr, vid, in rtnl_fdb_del() 4749 if (ops->ndo_fdb_del) in rtnl_fdb_del() 4750 err = ops->ndo_fdb_del(ndm, tb, dev, addr, vid, in rtnl_fdb_del()
|
/linux/drivers/net/ |
H A D | macvlan.c | 1188 .ndo_fdb_del = macvlan_fdb_del,
|
/linux/include/linux/ |
H A D | netdevice.h | 1533 int (*ndo_fdb_del)(struct ndmsg *ndm, member
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 518 .ndo_fdb_del = qlcnic_fdb_del,
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3285 .ndo_fdb_del = vxlan_fdb_delete,
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 9736 .ndo_fdb_del = ice_fdb_del,
|