Searched refs:NS3 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 6 # NS1 NS2 NS3 20 # a GRE device is installed in NS3 with IPv*_GRE, and 49 readonly NS3="ns3-$(mktemp -u XXXXXX)" 113 ip netns add "${NS3}" 118 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.all.rp_filter=0 121 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.default.rp_filter=0 126 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.all.accept_dad=0 129 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.default.accept_dad=0 142 ip link set veth4 netns ${NS3} 146 ip link set veth8 netns ${NS3} [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 6 # NS1 NS2 NS3 20 # a GRE device is installed in NS3 with IPv*_GRE, and 50 readonly NS3="ns3-$(mktemp -u XXXXXX)" 114 ip netns add "${NS3}" 119 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.all.rp_filter=0 122 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.default.rp_filter=0 127 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.all.accept_dad=0 130 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.default.accept_dad=0 143 ip link set veth4 netns ${NS3} 147 ip link set veth8 netns ${NS3} [all...] |
H A D | test_xdp_veth.sh | 8 # NS1(veth11) NS2(veth22) NS3(veth33) 27 readonly NS3="ns3-$(mktemp -u XXXXXX)" 37 ip netns del ${NS3} 2> /dev/null 85 ip netns add ${NS3} 89 ip link add veth3 index 133 type veth peer name veth33 netns ${NS3} 96 ip -n ${NS3} addr add 10.1.1.33/24 dev veth33 100 ip -n ${NS3} link set dev veth33 up 115 ip -n ${NS3} link set dev veth33 xdp obj xdp_dummy.bpf.o sec xdp
|
H A D | test_lwt_seg6local.sh | 4 # NS1 ---- NS2 ---- NS3 ---- NS4 ---- NS5 ---- NS6 29 readonly NS3="ns3-$(mktemp -u XXXXXX)" 53 ip netns del ${NS3} 2> /dev/null 64 ip netns add ${NS3} 80 ip link set veth4 netns ${NS3} 81 ip link set veth5 netns ${NS3} 91 ip netns exec ${NS3} ip link set dev veth4 up 92 ip netns exec ${NS3} ip link set dev veth5 up 106 ip netns exec ${NS3} ip -6 route add fb00::65 dev veth5 scope link 107 ip netns exec ${NS3} i [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | bareudp.sh | 17 # * NS0 and NS3 are at the extremities of the chain. They have additional 19 # and NS3, so that they can communicate using these overlay IP addresses. 92 # | | NS3 | 116 readonly NS3=$(mktemp -u ns3-XXXXXXXX) 137 # Create the four network namespaces used by the script (NS0, NS1, NS2 and NS3) 146 ip netns add "${NS3}" || exit_cleanup "${NS0}" "${NS1}" "${NS2}" 153 exit_cleanup "${NS0}" "${NS1}" "${NS2}" "${NS3}" 183 # * set up the loopback device in all network namespaces (NS0..NS3), 191 for ns in "${NS0}" "${NS1}" "${NS2}" "${NS3}"; do 197 ip link add name veth23 netns "${NS2}" type veth peer name veth32 netns "${NS3}" [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_state.h | 45 #define NS3(T1, S1, T2, S2, T3, S3) \ macro
|
H A D | drbd_nl.c | 3229 retcode = drbd_request_state(device, NS3(susp, 0, susp_nod, 0, susp_fen, 0)); in drbd_adm_resume_io()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_state.h | 45 #define NS3(T1, S1, T2, S2, T3, S3) \ macro
|
H A D | drbd_nl.c | 3173 retcode = drbd_request_state(device, NS3(susp, 0, susp_nod, 0, susp_fen, 0)); in drbd_adm_resume_io()
|
Completed in 14 milliseconds