Lines Matching refs:icmp_tcp_seq
3070 tcp_seq icmp_tcp_seq; in tcp_ctlinput_with_port() local
3098 icmp_tcp_seq = th->th_seq; in tcp_ctlinput_with_port()
3110 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp_ctlinput_with_port()
3116 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp_ctlinput_with_port()
3117 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput_with_port()
3147 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp_ctlinput_with_port()
3227 tcp_seq icmp_tcp_seq; in tcp6_ctlinput_with_port() local
3289 m_copydata(m, off, sizeof(tcp_seq), (caddr_t)&icmp_tcp_seq); in tcp6_ctlinput_with_port()
3296 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp6_ctlinput_with_port()
3302 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp6_ctlinput_with_port()
3303 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp6_ctlinput_with_port()
3342 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp6_ctlinput_with_port()