Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 10 of 10) sorted by relevance

/tools/include/nolibc/
A Dstdint.h58 #define UINT16_MAX (65535) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/tools/testing/selftests/bpf/
A Dxdp_synproxy.c143 mss4 = parse_arg_ul(argv[0], optarg, UINT16_MAX); in parse_options()
147 mss6 = parse_arg_ul(argv[0], optarg, UINT16_MAX); in parse_options()
407 port = parse_arg_ul(argv[0], token, UINT16_MAX); in main()
/tools/usb/usbip/src/
A Dusbip_network.c42 if (port > UINT16_MAX) { in usbip_setup_port_number()
44 arg, UINT16_MAX); in usbip_setup_port_number()
/tools/testing/selftests/net/
A Dbusy_poller.c113 if (tmp == ULLONG_MAX || tmp > UINT16_MAX) in parse_opts()
120 if (tmp == ULLONG_MAX || tmp > UINT16_MAX) in parse_opts()
A Depoll_busy_poll.c210 self->params.busy_poll_budget = UINT16_MAX; in TEST_F()
/tools/lib/bpf/
A Dnetlink.c757 if (priority > UINT16_MAX) in bpf_tc_attach()
831 if (priority > UINT16_MAX) in __bpf_tc_detach()
904 if (priority > UINT16_MAX) in bpf_tc_query()
/tools/testing/selftests/landlock/
A Dnet_test.c1460 .port = UINT16_MAX, in TEST_F()
1464 .port = UINT16_MAX, in TEST_F()
1468 .port = UINT16_MAX + 1, in TEST_F()
1472 .port = UINT16_MAX + 2, in TEST_F()
/tools/testing/selftests/bpf/prog_tests/
A Dtc_bpf.c24 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
/tools/testing/selftests/nolibc/
A Dnolibc-test.c1478 …CASE_TEST(limit_uint16_max); EXPECT_EQ(1, UINT16_MAX, (uint16_t) 0xffff); brea… in run_stdlib()
/tools/perf/util/
A Dsynthetic-events.c1859 max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / etot_sz; in __perf_event__synthesize_id_index()

Completed in 26 milliseconds