Searched refs:icmp_tcp_seq (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_subr.c | 3082 tcp_seq icmp_tcp_seq; in tcp_ctlinput_with_port() local 3110 icmp_tcp_seq = th->th_seq; in tcp_ctlinput_with_port() 3122 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp_ctlinput_with_port() 3128 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp_ctlinput_with_port() 3129 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput_with_port() 3159 syncache_unreach(&inc, icmp_tcp_seq, port); in tcp_ctlinput_with_port() 3239 tcp_seq icmp_tcp_seq; in tcp6_ctlinput_with_port() local 3301 m_copydata(m, off, sizeof(tcp_seq), (caddr_t)&icmp_tcp_seq); in tcp6_ctlinput_with_port() 3308 tcp_offload_pmtu_update(tp, icmp_tcp_seq, mtu); in tcp6_ctlinput_with_port() 3314 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp6_ctlinput_with_port() [all …]
|