Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dcore.c412 WARN_ON(ops->add_mpath && !ops->del_mpath); in wiphy_new_nm()
Drdev-ops.h231 ret = rdev->ops->add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath()
Dnl80211.c1737 CMD(add_mpath, NEW_MPATH); in nl80211_add_commands_unsplit()
6287 if (!rdev->ops->add_mpath) in nl80211_new_mpath()
/Linux-v5.4/include/net/
Dcfg80211.h3682 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev, member
/Linux-v5.4/net/mac80211/
Dcfg.c3966 .add_mpath = ieee80211_add_mpath,