Searched refs:TCPHDR_PSH (Results 1 – 8 of 8) sorted by relevance
44 #define TCPHDR_PSH 0x08 macro
246 if (tcp_flags & TCPHDR_PSH) in nfp_flower_compile_ip_ext()248 if (tcp_flags_mask & TCPHDR_PSH) in nfp_flower_compile_ip_ext()
20 TCPHDR_PSH | TCPHDR_URG)491 if ((tcp_flags & (TCPHDR_PSH | TCPHDR_URG)) && in nfp_flower_calculate_key_layers()
1293 tcb->tcp_flags |= TCPHDR_PSH; in __tcp_transmit_skb()1585 TCP_SKB_CB(skb)->tcp_flags = flags & ~(TCPHDR_FIN | TCPHDR_PSH); in tcp_fragment()2139 TCP_SKB_CB(skb)->tcp_flags = flags & ~(TCPHDR_FIN | TCPHDR_PSH); in tso_fragment()2421 ~(TCPHDR_FIN|TCPHDR_PSH); in tcp_mtu_probe()3782 TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; in tcp_send_syn_data()4033 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_PSH; in tcp_write_wakeup()4040 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_PSH; in tcp_write_wakeup()
643 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_PSH; in tcp_mark_push()1043 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_PSH; in do_tcp_sendpages()1373 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_PSH; in tcp_sendmsg_locked()
745 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
828 #define TCPHDR_PSH 0x08 macro
1332 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_PSH; in mptcp_sendmsg_frag()
Completed in 45 milliseconds