Searched refs:TCP_FLAG_FIN (Results 1 – 8 of 8) sorted by relevance
331 ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH)); in tcp_gro_receive()370 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()381 TCP_FLAG_FIN)); in tcp_gro_receive()
111 #define TCP_REMNANT (TCP_FLAG_FIN|TCP_FLAG_URG|TCP_FLAG_SYN|TCP_FLAG_PSH)
80 TCP_FLAG_FIN = __constant_cpu_to_be32(0x00010000), enumerator
177 (TCP_FLAG_ACK | TCP_FLAG_RST | TCP_FLAG_SYN | TCP_FLAG_FIN)) == FLAG; in tcphdr_only_contains_flag()
172 mask->tcp.flags = cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16); in nf_flow_rule_match()
1265 tcp_flag_word(skb_tcp_hd) |= tcp_flag_word(last_tcp_hd) & (TCP_FLAG_FIN | TCP_FLAG_PSH); in mlx5e_shampo_update_fin_psh_flags()
9052 TCP_FLAG_FIN) >> 16); in i40e_open()9054 TCP_FLAG_FIN | in i40e_open()