Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dpmtu.sh327 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap…
333 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a
336 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a
340 run_cmd ${ns_a} ip link set ${encap}_a up
410 …run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_ad…
413 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a
416 run_cmd ${ns_a} ip link set vti${proto}_a up
443 …run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || retu…
446 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a
449 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${type}_a
[all …]
/tools/lib/bpf/
Dbtf.c493 static int compare_vsi_off(const void *_a, const void *_b) in compare_vsi_off() argument
495 const struct btf_var_secinfo *a = _a; in compare_vsi_off()
Dlibbpf.c654 static int compare_bpf_map(const void *_a, const void *_b) in compare_bpf_map() argument
656 const struct bpf_map *a = _a; in compare_bpf_map()