Searched refs:icmp_tcp_seq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_subr.c | 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() [all …]
|