Lines Matching refs:syn
2477 if (likely(!skb->h.th->syn)) in tcp_ack_update_window()
2898 if(opsize==TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options()
2908 if(opsize==TCPOLEN_WINDOW && th->syn && !estab) in tcp_parse_options()
2932 if(opsize==TCPOLEN_SACK_PERM && th->syn && !estab) { in tcp_parse_options()
3636 if (!skb->h.th->syn && !skb->h.th->fin && in tcp_collapse()
3647 if (skb == tail || skb->h.th->syn || skb->h.th->fin) in tcp_collapse()
3693 if (skb == tail || skb->h.th->syn || skb->h.th->fin) in tcp_collapse()
4009 u32 ptr = tp->urg_seq - ntohl(th->seq) + (th->doff*4) - th->syn; in tcp_urg()
4299 if (th->syn && !before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) { in tcp_rcv_established()
4379 if (!th->syn) in tcp_rcv_synsent_state_process()
4489 if (th->syn) { in tcp_rcv_synsent_state_process()
4577 if(th->syn) { in tcp_rcv_state_process()
4650 if (th->syn && !before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) { in tcp_rcv_state_process()