Home
last modified time | relevance | path

Searched refs:ndo_mdb_add (Results 1 – 4 of 4) sorted by relevance

/linux/net/bridge/
H A Dbr_device.c462 .ndo_mdb_add = br_mdb_add,
/linux/net/core/
H A Drtnetlink.c6663 if (!dev->netdev_ops->ndo_mdb_add) { in rtnl_mdb_add()
6668 return dev->netdev_ops->ndo_mdb_add(dev, tb, nlh->nlmsg_flags, extack); in rtnl_mdb_add()
/linux/include/linux/
H A Dnetdevice.h1554 int (*ndo_mdb_add)(struct net_device *dev, member
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3289 .ndo_mdb_add = vxlan_mdb_add,