Searched refs:ndo_fdb_del_bulk (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/core/
H A Drtnetlink.c4436 if (ops->ndo_fdb_del_bulk)
4437 err = ops->ndo_fdb_del_bulk(nlh, dev, extack);
4457 if (ops->ndo_fdb_del_bulk)
4458 err = ops->ndo_fdb_del_bulk(nlh, dev, extack);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3250 .ndo_fdb_del_bulk = vxlan_fdb_delete_bulk,
/linux-master/include/linux/
H A Dnetdevice.h1234 * int (*ndo_fdb_del_bulk)(struct nlmsghdr *nlh, struct net_device *dev,
1512 int (*ndo_fdb_del_bulk)(struct nlmsghdr *nlh, member in struct:net_device_ops
/linux-master/net/bridge/
H A Dbr_device.c453 .ndo_fdb_del_bulk = br_fdb_delete_bulk,

Completed in 231 milliseconds