Searched refs:exp_passive_estab_in (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c21 static struct bpf_test_option exp_passive_estab_in; variable in typeref:struct:bpf_test_option
228 if (check_hdr_opt(&exp_passive_estab_in, &skel->bss->passive_estab_in,
250 skel->bss->active_syn_out = exp_passive_estab_in;
279 memset(&exp_passive_estab_in, 0, optsize);
303 exp_passive_estab_in.flags = OPTION_F_RAND | OPTION_F_MAX_DELACK_MS;
304 exp_passive_estab_in.rand = 0xfa;
305 exp_passive_estab_in.max_delack_ms = 11;
340 exp_passive_estab_in.flags = OPTION_F_RAND | OPTION_F_MAX_DELACK_MS;
341 exp_passive_estab_in.rand = 0xfa;
342 exp_passive_estab_in
[all...]

Completed in 114 milliseconds