Searched refs:dump_mpath (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 301 ret = rdev->ops->dump_mpath(&rdev->wiphy, dev, idx, dst, next_hop, in rdev_dump_mpath()
|
H A D | nl80211.c | 6731 if (!rdev->ops->dump_mpath) { in nl80211_dump_mpath()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 312 ret = rdev->ops->dump_mpath(&rdev->wiphy, dev, idx, dst, next_hop, in rdev_dump_mpath()
|
H A D | nl80211.c | 7760 if (!rdev->ops->dump_mpath) { in nl80211_dump_mpath()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1810 * Mesh path information filled by driver for get_mpath() and dump_mpath(). 3645 * @dump_mpath: dump mesh path callback -- resume dump at index @idx 3992 int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2151 * Mesh path information filled by driver for get_mpath() and dump_mpath(). 4095 * @dump_mpath: dump mesh path callback -- resume dump at index @idx 4479 int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4136 .dump_mpath = ieee80211_dump_mpath,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5059 .dump_mpath = ieee80211_dump_mpath,
|
Completed in 77 milliseconds