Searched refs:t_pmtud_th_seq (Results 1 – 5 of 5) sorted by relevance
213 SEQ_GEQ(tp->t_pmtud_th_seq, tp->snd_una) && in tcp_timer_rexmt()214 SEQ_LT(tp->t_pmtud_th_seq, (int)(tp->snd_una + tp->t_maxseg))) { in tcp_timer_rexmt()
782 if (SEQ_LT(tp->t_pmtud_th_seq, seq)) { in tcp_ctlinput()788 tp->t_pmtud_th_seq = seq; in tcp_ctlinput()
197 tcp_seq t_pmtud_th_seq; /* TCP SEQ from ICMP payload */ member
975 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq)) in tcp_input() 1776 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq)) in tcp_input()
1579 p("%u", t_pmtud_th_seq, "\n "); in tcpcb_dump()