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.c2760 tcp_seq icmp_tcp_seq; in tcp_ctlinput_with_port() local
2788 icmp_tcp_seq = th->th_seq; in tcp_ctlinput_with_port()
2800 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp_ctlinput_with_port()
2806 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp_ctlinput_with_port()
2807 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput_with_port()
2837 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp_ctlinput_with_port()
2917 tcp_seq icmp_tcp_seq; in tcp6_ctlinput_with_port() local
2986 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp6_ctlinput_with_port()
2992 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp6_ctlinput_with_port()
2993 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp6_ctlinput_with_port()
[all …]