| /linux/samples/bpf/ |
| H A D | test_lwt_bpf.sh | 151 cb 1234 ingress_ifindex 0 ifindex $DST_IFINDEX 153 cb 1234 ingress_ifindex 0 ifindex $DST_IFINDEX 155 cb 1234 ingress_ifindex 0 ifindex $DST_IFINDEX" || exit 1 167 cb 1234 ingress_ifindex 0 ifindex 0 169 cb 1234 ingress_ifindex 0 ifindex 0 171 cb 1234 ingress_ifindex 0 ifindex 0" || exit 1 185 cb 1234 ingress_ifindex 1 ifindex 1 187 cb 1234 ingress_ifindex 1 ifindex 1 189 cb 1234 ingress_ifindex 1 ifindex 1 191 cb 1234 ingress_ifindex 1 ifindex 1 [all …]
|
| H A D | test_lru_dist.c | 270 unsigned long long key, value = 1234; in do_test_lru_dist() 352 value[0] = 1234; in test_lru_loss0() 404 value[0] = 1234; in test_lru_loss1() 433 value[0] = 1234; in do_test_parallel_lru_loss()
|
| /linux/tools/testing/selftests/net/ |
| H A D | cmsg_ip.sh | 64 $NSEXE ./cmsg_sender -s -S 2000 -6 -p $p $m $TGT6 1234 100 $NSEXE ./cmsg_sender $IPVER -p $p $m $((TOS2)) $TGT 1234 104 $NSEXE ./cmsg_sender $IPVER -p $p $m $((TOS2)) $TGT 1234 115 $NSEXE ./cmsg_sender $IPVER -p $p $m $((TOS)) -s $TGT 1234 120 $NSEXE ./cmsg_sender $IPVER -p $p $m "$((TOS | ECN))" -s $TGT 1234 154 $NSEXE ./cmsg_sender $IPVER -p $p $m $LIM $TGT 1234 158 $NSEXE ./cmsg_sender $IPVER -p $p $m $LIM $TGT 1234 175 $NSEXE ./cmsg_sender -p $p -6 -H $h $TGT6 1234
|
| H A D | cmsg_so_mark.sh | 60 ip netns exec $NS ./cmsg_sender -$i -p $p $m $((MARK + 1)) $TGT 1234 65 ip netns exec $NS ./cmsg_sender -$i -p $p $m $MARK -s $TGT 1234
|
| H A D | sctp_vrf.sh | 12 CLIENT_PORT=1234 16 SERVER_PORT=1234
|
| /linux/fs/efivarfs/ |
| H A D | inode.c | 52 * VariableName-12345678-1234-1234-1234-1234567891bc 72 * 12345678-1234-1234-1234-123456789abc in efivarfs_valid_name()
|
| /linux/drivers/iio/test/ |
| H A D | iio-test-rescale.c | 112 .schan_val2 = 1234, 121 .schan_val2 = 1234, 268 .schan_val2 = 1234, 277 .schan_val2 = 1234, 486 .offset = 1234, 495 .offset = -1234, 504 .offset = 1234, 513 .offset = -1234, 522 .offset = 1234, 531 .offset = -1234, [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lru_map.c | 181 value[0] = 1234; in test_lru_sanity0() 219 assert(value[0] == 1234); in test_lru_sanity0() 233 assert(value[0] == 1234); in test_lru_sanity0() 279 value[0] = 1234; in test_lru_sanity1() 348 value[0] = 1234; in test_lru_sanity2() 390 value[0] = 1234; in test_lru_sanity2() 452 value[0] = 1234; in test_lru_sanity3() 511 value[0] = 1234; in test_lru_sanity4() 553 value[0] = 1234; in do_test_lru_sanity5() 579 value[0] = 1234; in test_lru_sanity5() [all …]
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | vxlan_fdb_veto.sh | 87 dst $REMOTE_IP_1 port 1234 2>/dev/null 91 dst $REMOTE_IP_1 port 1234 2>&1 >/dev/null \ 107 dst $REMOTE_IP_2 port 1234 2>/dev/null 111 dst $REMOTE_IP_2 port 1234 2>&1 >/dev/null \
|
| H A D | mirror_gre.sh | 29 key 1234 32 key 1234
|
| /linux/net/hsr/ |
| H A D | prp_dup_discard_test.c | |
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | psample.sh | 70 echo 1234 > $PSAMPLE_DIR/group_num 74 grep -q -e "group 1234" $CAPTURE_FILE 101 echo 1234 > $PSAMPLE_DIR/in_ifindex 105 grep -q -e "in-ifindex 1234" $CAPTURE_FILE
|
| H A D | peer.sh | 178 ip netns exec nssv socat TCP-LISTEN:1234,fork $tmp_file & 182 wait_local_port_listen nssv 1234 tcp 184 echo "HI" | ip netns exec nscl socat STDIN TCP:192.168.1.1:1234
|
| /linux/tools/perf/tests/ |
| H A D | perf-hooks.c | 23 *hook_flags = 1234; in the_hook() 38 if (hook_flags != 1234) { in test__perf_hooks()
|
| /linux/Documentation/dev-tools/ |
| H A D | container.rst | 144 current user calling the ``container`` tool has id 1234. The kernel source 145 tree was checked out by this same user so the files belong to user 1234. With 146 Podman, the container will be running as user id 1000 with a mapping to id 1234 149 with user id 1234 which can access the files in the volume but not in the user
|
| /linux/lib/tests/ |
| H A D | printf_kunit.c | 170 test("0|001| 12|+123| 1234|-123|-1234", "%d|%03d|%3d|%+d|% d|%+d|% d", 0, 1, 12, 123, 1234, -123, -1234); in test_number() 193 test("1234 ", "%-10.4s", "123456"); in test_string() 194 test(" 1234", "%10.4s", "123456"); in test_string() 755 test("-1234", "%pe", ERR_PTR(-1234)); in errptr()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_sctp_collision.sh | 18 CLIENT_PORT=1234 21 SERVER_PORT=1234
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | netif_receive_skb.c | 130 TEST_BTF_C(str, int, 0, 1234); in BPF_PROG() 131 TEST_BTF(str, int, BTF_F_NONAME, "1234", 1234); in BPF_PROG()
|
| H A D | get_func_args_test.c | 95 return 1234; in BPF_PROG() 121 test4_result &= err == 0 && ret == 1234; in BPF_PROG()
|
| H A D | tailcall5.c | 30 if (selector == 1234) in entry()
|
| H A D | recvmsg6_prog.c | 13 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_perf.c | 17 #define TEST_OA_CONFIG_UUID "12345678-1234-1234-1234-1234567890ab"
|
| /linux/drivers/clk/ti/ |
| H A D | clkctrl.c | 258 /* l4per-clkctrl:1234:0 style naming based on clkctrl_name */ in clkctrl_get_clock_name() 270 /* l4per:1234:0 old style naming based on clkctrl_name */ in clkctrl_get_clock_name() 275 /* l4per_cm:1234:0 old style naming based on parent node name */ in clkctrl_get_clock_name() 280 /* l4per-clkctrl:1234:0 style naming based on node name */ in clkctrl_get_clock_name()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-rbd | 171 <address>:<port>/<nonce>: '1.2.3.4:1234/5678' or 172 '[1:2:3:4:5:6:7:8]:1234/5678'.
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_func_args_test.c | 35 ASSERT_EQ(topts.retval & 0xffff, 1234 + 29, "test_run"); in test_get_func_args_test()
|