Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dpmtu.sh427 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
431 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b
434 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b
438 run_cmd ${ns_b} ip link set ${encap}_b up
564 …run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_ad…
567 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b
570 run_cmd ${ns_b} ip link set vti${proto}_b up
606 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts}
617 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${type}_b
618 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${type}_b
[all …]
/tools/testing/selftests/bpf/progs/
Dtest_perf_branches.c17 __u64 _b; member
/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c284 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument
292 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, _flags, \
298 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument
300 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \
304 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument
312 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, 0, \
316 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
322 (void) btf_dump_data(_b, _d, _var, _prefix, _flags, \
/tools/lib/bpf/
Dbpf_helpers.h173 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
Dbpf_tracing.h343 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
Dlibbpf.c2949 static int cmp_progs(const void *_a, const void *_b) in cmp_progs() argument
2952 const struct bpf_program *b = _b; in cmp_progs()
3235 static int cmp_externs(const void *_a, const void *_b) in cmp_externs() argument
3238 const struct extern_desc *b = _b; in cmp_externs()
5993 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() argument
5996 const struct reloc_desc *b = _b; in cmp_relocs()
Dbtf.c1106 static int compare_vsi_off(const void *_a, const void *_b) in compare_vsi_off() argument
1109 const struct btf_var_secinfo *b = _b; in compare_vsi_off()