Home
last modified time | relevance | path

Searched refs:TEST_OPTION_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/ !
Dtest_tcp_hdr_options.c64 len += !!TEST_OPTION_FLAGS(flags, i); in option_total_len()
78 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_MAX_DELACK_MS)) in write_test_option()
81 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option()
121 if (TEST_OPTION_FLAGS(opt->flags, OPTION_MAX_DELACK_MS)) in parse_test_option()
124 if (TEST_OPTION_FLAGS(opt->flags, OPTION_RAND)) in parse_test_option()
425 init_stg.resend_syn = TEST_OPTION_FLAGS(active_estab_in.flags, in handle_active_estab()
/linux-6.6.21/tools/testing/selftests/bpf/ !
Dtest_tcp_hdr_options.h25 #define TEST_OPTION_FLAGS(flags, option) (1 & ((flags) >> (option))) macro