Searched refs:change_mpath (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 265 ret = rdev->ops->change_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_change_mpath()
|
H A D | nl80211.c | 6822 if (!rdev->ops->change_mpath) in nl80211_set_mpath()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 276 ret = rdev->ops->change_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_change_mpath()
|
H A D | nl80211.c | 7851 if (!rdev->ops->change_mpath) in nl80211_set_mpath()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3643 * @change_mpath: change a given mesh path 3988 int (*change_mpath)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4093 * @change_mpath: change a given mesh path 4475 int (*change_mpath)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4134 .change_mpath = ieee80211_change_mpath,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5057 .change_mpath = ieee80211_change_mpath,
|
Completed in 78 milliseconds