Searched refs:netns (Results 1 - 25 of 278) sorted by path

1234567891011>>

/linux-master/net/netfilter/
H A Dxt_TEE.c15 #include <net/netns/generic.h>
/linux-master/net/openvswitch/
H A Ddp_notify.c8 #include <net/netns/generic.h>
/linux-master/net/rds/
H A Dloop.c37 #include <net/netns/generic.h>
/linux-master/tools/testing/selftests/net/
H A Din_netns.sh11 ip netns add "${NETNS}"
12 ip -netns "${NETNS}" link set lo up
16 ip netns del "${NETNS}"
22 ip netns exec "${NETNS}" "$@"
/linux-master/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh26 ip netns add ns0
27 ip netns add ns1
28 ip netns add ns2
30 ip link add veth0 netns ns0 type veth peer name eth0 netns ns1
35 ip link add veth1 netns ns0 type veth peer name eth0 netns ns2
65 ip netns exec ns0 ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP
72 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1
82 ip netns exe
[all...]
/linux-master/drivers/infiniband/core/
H A Dcma.c23 #include <net/netns/generic.h>
H A Dcore_priv.h40 #include <net/netns/generic.h>
H A Dnetlink.c39 #include <net/netns/generic.h>
/linux-master/drivers/net/bonding/
H A Dbond_main.c81 #include <net/netns/generic.h>
H A Dbond_procfs.c6 #include <net/netns/generic.h>
H A Dbond_sysfs.c24 #include <net/netns/generic.h>
/linux-master/drivers/net/
H A Dgtp.c32 #include <net/netns/generic.h>
H A Dtun.c62 #include <net/netns/generic.h>
H A Dvrf.c38 #include <net/netns/generic.h>
103 /* per netns vrf data */
1958 /* init the extra1 parameter with the reference to current netns */
/linux-master/drivers/net/ipvlan/
H A Dipvlan.h24 #include <net/netns/generic.h>
/linux-master/drivers/net/ppp/
H A Dppp_generic.c54 #include <net/netns/generic.h>
H A Dpppoe.c78 #include <net/netns/generic.h>
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c27 #include <net/netns/generic.h>
4926 /* rcu_barrier() is called by netns */
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c33 #include <net/netns/generic.h>
719 /* group shared by radios created in the same netns */
/linux-master/fs/afs/
H A Dinternal.h24 #include <net/netns/generic.h>
/linux-master/fs/lockd/
H A Dnetns.h7 #include <net/netns/generic.h>
/linux-master/fs/nfs/
H A Dnetns.h11 #include <net/netns/generic.h>
H A Dsysfs.c18 #include "netns.h"
195 void nfs_netns_sysfs_setup(struct nfs_net *netns, struct net *net) argument
201 netns->nfs_client = clp;
206 void nfs_netns_sysfs_destroy(struct nfs_net *netns) argument
208 struct nfs_netns_client *clp = netns->nfs_client;
216 netns->nfs_client = NULL;
H A Dsysfs.h23 void nfs_netns_sysfs_setup(struct nfs_net *netns, struct net *net);
24 void nfs_netns_sysfs_destroy(struct nfs_net *netns);
/linux-master/fs/nfs_common/
H A Dgrace.c10 #include <net/netns/generic.h>

Completed in 446 milliseconds

1234567891011>>