Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/net/
Dpmtu.sh330 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
334 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b
337 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b
341 run_cmd ${ns_b} ip link set ${encap}_b up
411 …run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_ad…
414 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b
417 run_cmd ${ns_b} ip link set vti${proto}_b up
444 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts}
447 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${type}_b
450 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${type}_b
[all …]
/tools/lib/bpf/
Dbtf.c493 static int compare_vsi_off(const void *_a, const void *_b) in compare_vsi_off() argument
496 const struct btf_var_secinfo *b = _b; in compare_vsi_off()
Dlibbpf.c654 static int compare_bpf_map(const void *_a, const void *_b) in compare_bpf_map() argument
657 const struct bpf_map *b = _b; in compare_bpf_map()