Searched refs:TCPHDR_RST (Results 1 – 5 of 5) sorted by relevance
48 (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST | \375 !(tcp_flags & (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST))) in nfp_flower_calculate_key_layers()
200 if (tcp_flags & TCPHDR_RST) in nfp_flower_compile_ip_ext()
706 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK|712 [TCPHDR_RST] = 1,713 [TCPHDR_RST|TCPHDR_ACK] = 1,
782 #define TCPHDR_RST 0x04 macro
3102 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset()