Searched refs:TCP_FLAG_PSH (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_offload.c | 241 ~(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 D | tcp_input.c | 112 #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 D | tcp_offload.c | 239 ~(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 D | tcp_input.c | 110 #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 D | tcp.h | 77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 50 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 77 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 50 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 55 TCP_FLAG_PSH = __constant_cpu_to_be32(0x00080000), enumerator
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 123 #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 D | en_rx.c | 1271 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 D | i40e_main.c | 8482 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 D | i40e_main.c | 9011 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