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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c90 bool is_tcp_syn; member in struct:fw_match_info
242 match_info->is_tcp_syn = (info->flags & TCP_SYN) > 0;
358 if (match_info.is_tcp && !match_info.is_tcp_syn)

Completed in 188 milliseconds