Searched refs:n2 (Results 1 – 5 of 5) 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 | 38 size_t i, n1 = strlen(str), n2 = strlen(suffix); in str_has_suffix() local 40 if (n1 < n2) in str_has_suffix() 43 for (i = 0; i < n2; i++) { in str_has_suffix() 44 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/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 327 for (uint16_t n2 = 0; n2 <= 0x1ffu; n2++) { in virt_dump() local 328 pdpe = &pdpe_start[n2]; in virt_dump() 369 | ((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()
|