Searched refs:ndo_dflt_fdb_del (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ ! |
| H A D | rtnetlink.h | 205 extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
|
| /linux/net/core/ ! |
| H A D | rtnetlink.c | 4724 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() function 4746 EXPORT_SYMBOL(ndo_dflt_fdb_del); 4836 err = ndo_dflt_fdb_del(ndm, tb, dev, addr, vid); in rtnl_fdb_del()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ ! |
| H A D | qlcnic_main.c | 377 return ndo_dflt_fdb_del(ndm, tb, netdev, addr, vid); in qlcnic_fdb_del()
|