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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt.c22 const __u32 tcp_hdr_opt_kind_tpr = 0xFD; variable
65 if (kind == tcp_hdr_opt_kind_tpr) {
H A Dtest_parse_tcp_hdr_opt_dynptr.c22 const __u32 tcp_hdr_opt_kind_tpr = 0xFD; variable
61 if (kind == tcp_hdr_opt_kind_tpr) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dparse_tcp_hdr_opt.c46 pkt.options[6] = skel->rodata->tcp_hdr_opt_kind_tpr;
76 pkt.options[6] = skel->rodata->tcp_hdr_opt_kind_tpr;

Completed in 94 milliseconds