Searched refs:TCPHDR_SYNACK (Results 1 – 3 of 3) sorted by relevance
355 if ((tcp_flags & TCPHDR_SYNACK) == TCPHDR_SYNACK) in handle_hdr_opt_len()379 if ((tcp_flags & TCPHDR_SYNACK) == TCPHDR_SYNACK) in handle_write_hdr_opt()
246 if ((tcp_flags & TCPHDR_SYNACK) == TCPHDR_SYNACK) in handle_hdr_opt_len()
49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK) macro