Searched refs:TCPHDR_RST (Results 1 – 6 of 6) sorted by relevance
43 #define TCPHDR_RST 0x04 macro
280 if (tcp_flags_mask & TCPHDR_RST) { in vcap_tc_flower_handler_tcp_usage()282 if (tcp_flags_key & TCPHDR_RST) in vcap_tc_flower_handler_tcp_usage()
253 if (tcp_flags & TCPHDR_RST) in nfp_flower_compile_ip_ext()255 if (tcp_flags_mask & TCPHDR_RST) in nfp_flower_compile_ip_ext()
19 (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST | \496 !(tcp_flags & (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST))) { in nfp_flower_calculate_key_layers()
1946 TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_SYN | TCPHDR_RST | TCPHDR_URG)) ||
3869 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset()