Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/
Dpmtu.sh235 ns_b="ip netns exec ${NS_B}"
386 run_cmd ${ns_b} ip fou add port 5556 ipproto ${ipproto}
387 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
391 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b
394 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b
398 run_cmd ${ns_b} ip link set ${encap}_b up
459 run_cmd ${ns_b} ip link add ip_b type ${type} local ${b_addr} remote ${a_addr} mode ${mode}
462 run_cmd ${ns_b} ip link set ip_b up
466 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ip_b
469 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()