Home
last modified time | relevance | path

Searched refs:TCP_FLAG_FIN (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv4/
H A Dtcp_offload.c331 ~(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()
H A Dtcp_input.c111 #define TCP_REMNANT (TCP_FLAG_FIN|TCP_FLAG_URG|TCP_FLAG_SYN|TCP_FLAG_PSH)
/linux/tools/include/uapi/linux/
H A Dtcp.h80 TCP_FLAG_FIN = __constant_cpu_to_be32(0x00010000), enumerator
/linux/include/uapi/linux/
H A Dtcp.h80 TCP_FLAG_FIN = __constant_cpu_to_be32(0x00010000), enumerator
/linux/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c177 (TCP_FLAG_ACK | TCP_FLAG_RST | TCP_FLAG_SYN | TCP_FLAG_FIN)) == FLAG; in tcphdr_only_contains_flag()
/linux/net/netfilter/
H A Dnf_flow_table_offload.c172 mask->tcp.flags = cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16); in nf_flow_rule_match()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1265 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()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c9052 TCP_FLAG_FIN) >> 16); in i40e_open()
9054 TCP_FLAG_FIN | in i40e_open()