Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_timer.c213 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()
H A Dtcp_subr.c782 if (SEQ_LT(tp->t_pmtud_th_seq, seq)) { in tcp_ctlinput()
788 tp->t_pmtud_th_seq = seq; in tcp_ctlinput()
H A Dtcp_var.h197 tcp_seq t_pmtud_th_seq; /* TCP SEQ from ICMP payload */ member
H A Dtcp_input.c975 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()
/openbsd/usr.bin/netstat/
H A Dinet.c1579 p("%u", t_pmtud_th_seq, "\n "); in tcpcb_dump()