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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c26 static struct hdr_stg exp_active_hdr_stg = { .active = true, }; variable in typeref:struct:hdr_stg
224 if (check_hdr_stg(&exp_active_hdr_stg, sk_fds->active_fd,
285 memset(&exp_active_hdr_stg, 0, sizeof(exp_active_hdr_stg));
286 exp_active_hdr_stg.active = true;
350 exp_active_hdr_stg.resend_syn = true;

Completed in 88 milliseconds