Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c32 struct bpf_test_option active_syn_out = {}; variable
211 if (!active_syn_out.flags) in syn_opt_len()
214 optlen = option_total_len(active_syn_out.flags); in syn_opt_len()
226 if (!active_syn_out.flags) in write_syn_opt()
229 return store_option(skops, &active_syn_out); in write_syn_opt()
450 if (active_syn_out.max_delack_ms) { in handle_active_estab()
451 err = set_delack_max(skops, active_syn_out.max_delack_ms); in handle_active_estab()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c250 skel->bss->active_syn_out = exp_passive_estab_in; in prepare_out()
268 memset(&skel->bss->active_syn_out, 0, optsize); in reset_test()