Searched refs:ndo_dflt_fdb_del (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | rtnetlink.h | 109 extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
|
| /linux-4.4.14/net/core/ |
| D | rtnetlink.c | 2763 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() function 2785 EXPORT_SYMBOL(ndo_dflt_fdb_del); 2850 err = ndo_dflt_fdb_del(ndm, tb, dev, addr, vid); in rtnl_fdb_del()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_main.c | 385 return ndo_dflt_fdb_del(ndm, tb, netdev, addr, vid); in qlcnic_fdb_del()
|