Searched refs:ndo_mdb_del_bulk (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3255 .ndo_mdb_del_bulk = vxlan_mdb_del_bulk,
/linux-master/include/linux/
H A Dnetdevice.h1248 * int (*ndo_mdb_del_bulk)(struct net_device *dev, struct nlattr *tb[],
1533 int (*ndo_mdb_del_bulk)(struct net_device *dev, member in struct:net_device_ops
/linux-master/net/bridge/
H A Dbr_device.c464 .ndo_mdb_del_bulk = br_mdb_del_bulk,
/linux-master/net/core/
H A Drtnetlink.c6470 if (!dev->netdev_ops->ndo_mdb_del_bulk) {
6474 return dev->netdev_ops->ndo_mdb_del_bulk(dev, tb, extack);

Completed in 417 milliseconds