Home
last modified time | relevance | path

Searched refs:ns_b (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/tools/testing/selftests/net/
Dpmtu.sh266 ns_b="ip netns exec ${NS_B}"
416 run_cmd ${ns_b} ip fou add port 5556 ipproto ${ipproto}
417 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
421 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b
424 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b
428 run_cmd ${ns_b} ip link set ${encap}_b up
489 run_cmd ${ns_b} ip link add ip_b type ${type} local ${b_addr} remote ${a_addr} mode ${mode}
492 run_cmd ${ns_b} ip link set ip_b up
496 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ip_b
499 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ip_b
[all …]
Dipsec.c270 const char *peerb, int ns_b) in veth_add() argument
306 if (veth_pack_peerb(&req.nh, sizeof(req), peerb, ns_b)) in veth_add()