Searched refs:netns (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/networking/ |
D | ipvlan.txt | 82 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
|
D | switchdev.txt | 132 network namespace (netns), the driver should set this feature flag to prevent 133 the port netdev from being moved out of the default netns. A netns-aware 135 hardware to preserve netns containment. This means hardware cannot forward
|
D | netdev-features.txt | 142 * netns-local device
|
/linux-4.4.14/fs/nfsd/ |
D | nfsctl.c | 235 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.4.14/Documentation/filesystems/ |
D | sysfs-tagging.txt | 4 (Taken almost verbatim from Eric Biederman's netns tagging patch
|
/linux-4.4.14/net/ieee802154/ |
D | nl802154.c | 58 __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.4.14/net/wireless/ |
D | nl80211.c | 75 __cfg80211_wdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg80211_wdev_from_attrs() argument 100 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs() 128 __cfg80211_rdev_from_attrs(struct net *netns, struct nlattr **attrs) in __cfg80211_rdev_from_attrs() argument 170 netdev = __dev_get_by_index(netns, ifindex); in __cfg80211_rdev_from_attrs() 193 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs() 207 cfg80211_get_dev_from_info(struct net *netns, struct genl_info *info) in cfg80211_get_dev_from_info() argument 209 return __cfg80211_rdev_from_attrs(netns, info->attrs); in cfg80211_get_dev_from_info()
|