Home
last modified time | relevance | path

Searched refs:ndo_fdb_del (Results 1 – 7 of 7) sorted by relevance

/linux/net/bridge/
H A Dbr_device.c460 .ndo_fdb_del = br_fdb_delete,
/linux/Documentation/networking/
H A Dswitchdev.rst185 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 Drtnetlink.c4776 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 Dmacvlan.c1195 .ndo_fdb_del = macvlan_fdb_del,
/linux/include/linux/
H A Dnetdevice.h1576 int (*ndo_fdb_del)(struct ndmsg *ndm, member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c517 .ndo_fdb_del = qlcnic_fdb_del,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c9807 .ndo_fdb_del = ice_fdb_del,