Home
last modified time | relevance | path

Searched refs:del_mpath (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Dcore.c464 WARN_ON(ops->add_mpath && !ops->del_mpath); in wiphy_new_nm()
H A Drdev-ops.h265 ret = rdev->ops->del_mpath(&rdev->wiphy, dev, dst); in rdev_del_mpath()
H A Dnl80211.c8076 if (!rdev->ops->del_mpath) in nl80211_del_mpath()
/linux/include/net/
H A Dcfg80211.h4656 int (*del_mpath)(struct wiphy *wiphy, struct net_device *dev, member
/linux/net/mac80211/
H A Dcfg.c5198 .del_mpath = ieee80211_del_mpath,