Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_device.c466 .ndo_mdb_get = br_mdb_get,
/linux/net/core/
H A Drtnetlink.c6285 if (!dev->netdev_ops->ndo_mdb_get) { in rtnl_mdb_get()
6290 return dev->netdev_ops->ndo_mdb_get(dev, tb, NETLINK_CB(in_skb).portid, in rtnl_mdb_get()
/linux/include/linux/
H A Dnetdevice.h1546 int (*ndo_mdb_get)(struct net_device *dev, member
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3263 .ndo_mdb_get = vxlan_mdb_get,