Home
last modified time | relevance | path

Searched refs:netns (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/Documentation/networking/
Dipvlan.txt82 ip netns add ns0
83 ip netns add ns1
90 ip link set dev ipvl0 netns ns0
91 ip link set dev ipvl1 netns ns1
95 (1) ip netns exec ns0 bash
102 (1) ip netns exec ns1 bash
Dnetdev-features.txt142 * netns-local device
/linux-4.1.27/fs/nfsd/
Dnfsctl.c235 static inline struct net *netns(struct file *file) in netns() function
260 struct net *net = netns(file); in write_unlock_ip()
392 len = exp_rootfh(netns(file), dom, path, &fh, maxsize); in write_filehandle()
436 struct net *net = netns(file); in write_threads()
487 struct net *net = netns(file); in write_pool_threads()
550 struct nfsd_net *nn = net_generic(netns(file), nfsd_net_id); in __write_versions()
838 rv = __write_ports(file, buf, size, netns(file)); in write_ports()
870 struct nfsd_net *nn = net_generic(netns(file), nfsd_net_id); in write_maxblksize()
919 struct nfsd_net *nn = net_generic(netns(file), nfsd_net_id); in write_maxconn()
1000 struct nfsd_net *nn = net_generic(netns(file), nfsd_net_id); in write_leasetime()
[all …]
/linux-4.1.27/net/ieee802154/
Dnl802154.c58 __cfg802154_wpan_dev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg802154_wpan_dev_from_attrs() argument
112 __cfg802154_rdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg802154_rdev_from_attrs() argument
155 netdev = __dev_get_by_index(netns, ifindex); in __cfg802154_rdev_from_attrs()
190 cfg802154_get_dev_from_info(struct net *netns, struct genl_info *info) in cfg802154_get_dev_from_info() argument
192 return __cfg802154_rdev_from_attrs(netns, info->attrs); in cfg802154_get_dev_from_info()
/linux-4.1.27/Documentation/filesystems/
Dsysfs-tagging.txt4 (Taken almost verbatim from Eric Biederman's netns tagging patch
/linux-4.1.27/net/wireless/
Dnl80211.c74 __cfg80211_wdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg80211_wdev_from_attrs() argument
99 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs()
127 __cfg80211_rdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg80211_rdev_from_attrs() argument
169 netdev = __dev_get_by_index(netns, ifindex); in __cfg80211_rdev_from_attrs()
192 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs()
206 cfg80211_get_dev_from_info(struct net *netns, struct genl_info *info) in cfg80211_get_dev_from_info() argument
208 return __cfg80211_rdev_from_attrs(netns, info->attrs); in cfg80211_get_dev_from_info()