Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c29 struct bpf_test_option passive_estab_in = {}; variable
473 err = load_option(skops, &passive_estab_in, true); in handle_passive_estab()
479 err = load_option(skops, &passive_estab_in, false); in handle_passive_estab()
522 if (passive_estab_in.max_delack_ms) { in handle_passive_estab()
523 err = set_rto_min(skops, passive_estab_in.max_delack_ms); in handle_passive_estab()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c228 if (check_hdr_opt(&exp_passive_estab_in, &skel->bss->passive_estab_in, in check_hdr_and_close_fds()
265 memset(&skel->bss->passive_estab_in, 0, optsize); in reset_test()