Searched refs:n2 (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/wireguard/ |
D | netns.sh | 37 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; } function 104 n2 wg set wg0 \ 118 n2 ping -c 10 -f -W 1 192.168.241.1 122 n2 ping6 -c 10 -f -W 1 fd00::1 126 n2 iperf3 -s -1 -B 192.168.241.2 & 133 n2 iperf3 -Z -t 3 -c fd00::1 138 n2 iperf3 -Z -t 3 -b 0 -u -c 192.168.241.1 141 n2 iperf3 -s -1 -B fd00::2 & 149 n2 iperf3 -p $(( 5200 + i )) -s -1 -B 192.168.241.2 & 164 n2 wg set wg0 peer "$pub1" endpoint 127.0.0.1:1 [all …]
|
/tools/bpf/bpftool/ |
D | gen.c | 39 size_t i, n1 = strlen(str), n2 = strlen(suffix); in str_has_suffix() local 41 if (n1 < n2) in str_has_suffix() 44 for (i = 0; i < n2; i++) { in str_has_suffix() 45 if (str[n1 - i - 1] != suffix[n2 - i - 1]) in str_has_suffix()
|
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1008 n2 = len(long_name) 1010 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s" 1011 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
|
/tools/lib/bpf/ |
D | linker.c | 1298 const char *n1, *n2; in glob_sym_btf_matches() local 1302 n1 = n2 = NULL; in glob_sym_btf_matches() 1309 n2 = btf__str_by_offset(btf2, t2->name_off); in glob_sym_btf_matches() 1310 if (strcmp(n1, n2) != 0) { in glob_sym_btf_matches() 1312 sym_name, n1, n2); in glob_sym_btf_matches() 1348 n2 = btf__str_by_offset(btf2, t2->name_off); in glob_sym_btf_matches() 1349 if (strcmp(n1, n2) != 0) { in glob_sym_btf_matches() 1351 sym_name, btf_kind_str(t1), n1, n2); in glob_sym_btf_matches() 1429 n2 = btf__str_by_offset(btf2, m2->name_off); in glob_sym_btf_matches() 1430 if (strcmp(n1, n2) != 0) { in glob_sym_btf_matches() [all …]
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 367 for (uint16_t n2 = 0; n2 <= 0x1ffu; n2++) { in virt_dump() local 368 pdpe = &pdpe_start[n2]; in virt_dump() 407 | ((uint64_t) n2 << 18) in virt_dump()
|
/tools/vm/ |
D | slabinfo.c | 1113 char *n1, *n2; in sort_aliases() local 1116 n2 = a2->name; in sort_aliases() 1119 n2 = a2->ref; in sort_aliases() 1121 if (strcasecmp(n1, n2) > 0) { in sort_aliases()
|