Searched refs:active_estab_in (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 35 struct bpf_test_option active_estab_in = {}; variable 421 err = load_option(skops, &active_estab_in, false); in handle_active_estab() 425 init_stg.resend_syn = TEST_OPTION_FLAGS(active_estab_in.flags, in handle_active_estab() 456 if (active_estab_in.max_delack_ms) { in handle_active_estab() 457 err = set_rto_min(skops, active_estab_in.max_delack_ms); in handle_active_estab()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 35 struct bpf_test_option active_estab_in = {}; variable 421 err = load_option(skops, &active_estab_in, false); in handle_active_estab() 425 init_stg.resend_syn = TEST_OPTION_FLAGS(active_estab_in.flags, in handle_active_estab() 456 if (active_estab_in.max_delack_ms) { in handle_active_estab() 457 err = set_rto_min(skops, active_estab_in.max_delack_ms); in handle_active_estab()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 268 if (check_hdr_opt(&exp_active_estab_in, &skel->bss->active_estab_in, in check_hdr_and_close_fds() 269 "active_estab_in")) in check_hdr_and_close_fds() 307 memset(&skel->bss->active_estab_in, 0, optsize); in reset_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 232 if (check_hdr_opt(&exp_active_estab_in, &skel->bss->active_estab_in, in check_hdr_and_close_fds() 233 "active_estab_in")) in check_hdr_and_close_fds() 271 memset(&skel->bss->active_estab_in, 0, optsize); in reset_test()
|
Completed in 4 milliseconds