Searched refs:netns (Results 1 – 3 of 3) sorted by relevance
/net/ieee802154/ |
D | nl802154.c | 37 __cfg802154_wpan_dev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg802154_wpan_dev_from_attrs() argument 62 if (wpan_phy_net(&rdev->wpan_phy) != netns) in __cfg802154_wpan_dev_from_attrs() 92 __cfg802154_rdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg802154_rdev_from_attrs() argument 135 netdev = __dev_get_by_index(netns, ifindex); in __cfg802154_rdev_from_attrs() 158 if (netns != wpan_phy_net(&rdev->wpan_phy)) in __cfg802154_rdev_from_attrs() 171 cfg802154_get_dev_from_info(struct net *netns, struct genl_info *info) in cfg802154_get_dev_from_info() argument 173 return __cfg802154_rdev_from_attrs(netns, info->attrs); in cfg802154_get_dev_from_info()
|
/net/wireless/ |
D | nl80211.c | 68 struct net *netns, struct nlattr **attrs) in __cfg80211_wdev_from_attrs() argument 112 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs() 140 __cfg80211_rdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg80211_rdev_from_attrs() argument 183 netdev = __dev_get_by_index(netns, ifindex); in __cfg80211_rdev_from_attrs() 206 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs() 220 cfg80211_get_dev_from_info(struct net *netns, struct genl_info *info) in cfg80211_get_dev_from_info() argument 222 return __cfg80211_rdev_from_attrs(netns, info->attrs); in cfg80211_get_dev_from_info()
|
/net/core/ |
D | filter.c | 5777 struct net *netns = dev_net(dev_curr); in __dev_via_ifindex() local 5783 return dev_get_by_index_rcu(netns, ifindex); in __dev_via_ifindex()
|