Home
last modified time | relevance | path

Searched refs:TCP_FLAG_PSH (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_offload.c241 ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH)); in tcp_gro_receive()
271 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
275 flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH | in tcp_gro_receive()
H A Dtcp_input.c112 #define TCP_REMNANT (TCP_FLAG_FIN|TCP_FLAG_URG|TCP_FLAG_SYN|TCP_FLAG_PSH)
113 #define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_offload.c239 ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH)); in tcp_gro_receive()
277 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
286 flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH | in tcp_gro_receive()
H A Dtcp_input.c110 #define TCP_REMNANT (TCP_FLAG_FIN|TCP_FLAG_URG|TCP_FLAG_SYN|TCP_FLAG_PSH)
111 #define TCP_HP_BITS (~(TCP_RESERVED_BITS|TCP_FLAG_PSH))
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dtcp.h77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtcp.h77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtcp.h77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtcp.h50 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dtcp.h77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtcp.h50 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtcp.h55 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c123 #define TCP_REMNANT (TCP_FLAG_FIN | TCP_FLAG_URG | TCP_FLAG_SYN | TCP_FLAG_PSH)
124 #define TCP_HP_BITS (~(TCP_RESERVED_BITS | TCP_FLAG_PSH))
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1271 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c8482 wr32(&pf->hw, I40E_GLLAN_TSOMSK_F, be32_to_cpu(TCP_FLAG_PSH | in i40e_open()
8484 wr32(&pf->hw, I40E_GLLAN_TSOMSK_M, be32_to_cpu(TCP_FLAG_PSH | in i40e_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c9011 wr32(&pf->hw, I40E_GLLAN_TSOMSK_F, be32_to_cpu(TCP_FLAG_PSH | in i40e_open()
9013 wr32(&pf->hw, I40E_GLLAN_TSOMSK_M, be32_to_cpu(TCP_FLAG_PSH | in i40e_open()

Completed in 64 milliseconds