Home
last modified time | relevance | path

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

/tools/lib/traceevent/plugins/
Dplugin_futex.c15 #define ARRAY_SIZE(_a) (sizeof(_a) / sizeof((_a)[0])) argument
/tools/testing/selftests/bpf/progs/
Dtest_perf_branches.c16 __u64 _a; member
/tools/testing/selftests/net/
Dpmtu.sh424 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap…
430 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a
433 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a
437 run_cmd ${ns_a} ip link set ${encap}_a up
563 …run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_ad…
566 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a
569 run_cmd ${ns_a} ip link set vti${proto}_a up
605 …run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || retu…
611 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a}
613 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a
[all …]
/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
2951 const struct bpf_program *a = _a; in cmp_progs()
3235 static int cmp_externs(const void *_a, const void *_b) in cmp_externs() argument
3237 const struct extern_desc *a = _a; in cmp_externs()
5993 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() argument
5995 const struct reloc_desc *a = _a; in cmp_relocs()
Dbtf.c1106 static int compare_vsi_off(const void *_a, const void *_b) in compare_vsi_off() argument
1108 const struct btf_var_secinfo *a = _a; in compare_vsi_off()