Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c35 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()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtcp_hdr_options.c232 if (check_hdr_opt(&exp_active_estab_in, &skel->bss->active_estab_in, in check_hdr_and_close_fds()
271 memset(&skel->bss->active_estab_in, 0, optsize); in reset_test()