OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_pmtud_th_seq
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_timer.c
322
SEQ_GEQ(tp->
t_pmtud_th_seq
, tp->snd_una) &&
323
SEQ_LT(tp->
t_pmtud_th_seq
, (int)(tp->snd_una + tp->t_ourmss))) {
tcp_var.h
377
tcp_seq
t_pmtud_th_seq
; /* TCP SEQ from ICMP payload */
member in struct:tcpcb
tcp_subr.c
1472
if (SEQ_LT(tp->
t_pmtud_th_seq
, seq))
1476
tp->
t_pmtud_th_seq
= seq;
tcp_input.c
309
SEQ_GT(th->th_ack, tp->
t_pmtud_th_seq
))
Completed in 16 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025