Home
last modified time | relevance | path

Searched refs:ndo_fdb_del_bulk (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_device.c475 .ndo_fdb_del_bulk = br_fdb_delete_bulk,
/openbmc/linux/net/core/
H A Drtnetlink.c4408 if (ops->ndo_fdb_del_bulk) in rtnl_fdb_del()
4409 err = ops->ndo_fdb_del_bulk(ndm, tb, dev, vid, in rtnl_fdb_del()
4430 if (ops->ndo_fdb_del_bulk) in rtnl_fdb_del()
4431 err = ops->ndo_fdb_del_bulk(ndm, tb, dev, vid, in rtnl_fdb_del()
/openbmc/linux/include/linux/
H A Dnetdevice.h1567 int (*ndo_fdb_del_bulk)(struct ndmsg *ndm, member