Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dcore.c461 WARN_ON(ops->add_mpath && !ops->del_mpath); in wiphy_new_nm()
H A Drdev-ops.h255 ret = rdev->ops->add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath()
H A Dnl80211.c2073 CMD(add_mpath, NEW_MPATH); in nl80211_add_commands_unsplit()
7906 if (!rdev->ops->add_mpath) in nl80211_new_mpath()
/openbmc/linux/include/net/
H A Dcfg80211.h4471 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev, member
/openbmc/linux/net/mac80211/
H A Dcfg.c5057 .add_mpath = ieee80211_add_mpath,