Searched refs:wiphy_net (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | sysfs.c | 150 return wiphy_net(wiphy); in wiphy_namespace()
|
D | nl80211.c | 100 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs() 193 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs() 1804 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_wiphy() 2453 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_interface() 2754 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in nl80211_new_interface() 2791 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in nl80211_del_interface() 7684 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), skb, 0, in __cfg80211_send_event_skb() 8008 if (!net_eq(wiphy_net(&rdev->wiphy), net)) in nl80211_wiphy_netns() 9230 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp() 11443 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), msg, 0, in nl80211_notify_wiphy() [all …]
|
D | core.c | 172 net = wiphy_net(&rdev->wiphy); in cfg80211_switch_netns() 1165 if (net_eq(wiphy_net(&rdev->wiphy), net)) in cfg80211_pernet_exit()
|
/linux-4.4.14/net/mac80211/ |
D | iface.c | 1734 dev_net_set(ndev, wiphy_net(local->hw.wiphy)); in ieee80211_if_add()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 3303 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net() function
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 2734 dev_net_set(dev, wiphy_net(wiphy)); in mwifiex_add_virtual_intf()
|