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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c89 struct tcp_exprm_opt exprm; member in union:__anon3717
95 write_opt.exprm.kind = TCPOPT_EXP;
96 write_opt.exprm.len = option_total_len(test_opt->flags);
97 write_opt.exprm.magic = __bpf_htons(test_magic);
98 write_opt.exprm.data32 = 0;
99 write_test_option(test_opt, write_opt.exprm.data);
100 err = bpf_store_hdr_opt(skops, &write_opt.exprm,
101 sizeof(write_opt.exprm), 0);
134 struct tcp_exprm_opt exprm; member in union:__anon3718
140 search_opt.exprm
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c408 static void __simple_estab(bool exprm) argument
426 if (!exprm) {

Completed in 150 milliseconds