Home
last modified time | relevance | path

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

/Linux-v6.6/net/wireless/
Dcore.c459 WARN_ON(ops->add_mpath && !ops->del_mpath); in wiphy_new_nm()
Drdev-ops.h265 ret = rdev->ops->del_mpath(&rdev->wiphy, dev, dst); in rdev_del_mpath()
Dnl80211.c7891 if (!rdev->ops->del_mpath) in nl80211_del_mpath()
/Linux-v6.6/include/net/
Dcfg80211.h4473 int (*del_mpath)(struct wiphy *wiphy, struct net_device *dev, member
/Linux-v6.6/net/mac80211/
Dcfg.c5050 .del_mpath = ieee80211_del_mpath,