Home
last modified time | relevance | path

Searched refs:icmp_tcp_seq (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_subr.c3081 tcp_seq icmp_tcp_seq; in tcp_ctlinput_with_port() local
3109 icmp_tcp_seq = th->th_seq; in tcp_ctlinput_with_port()
3121 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp_ctlinput_with_port()
3127 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp_ctlinput_with_port()
3128 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput_with_port()
3158 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp_ctlinput_with_port()
3238 tcp_seq icmp_tcp_seq; in tcp6_ctlinput_with_port() local
3300 m_copydata(m, off, sizeof(tcp_seq), (caddr_t)&icmp_tcp_seq); in tcp6_ctlinput_with_port()
3307 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp6_ctlinput_with_port()
3313 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp6_ctlinput_with_port()
[all …]