OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_recent_age
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
336
u_int32_t
ts_recent_age
; /* when last updated */
member in struct:tcpcb
tcp_input.c
1832
tp->
ts_recent_age
= tcp_now;
2185
if (tcp_now - tp->
ts_recent_age
> TCP_PAWS_IDLE) {
2355
tp->
ts_recent_age
= tcp_now;
3185
tp->
ts_recent_age
= tcp_now;
/src/usr.bin/netstat/
inet.c
1120
tcpcb.ts_recent, tcpcb.
ts_recent_age
, tcpcb.last_ack_sent);
inet6.c
1579
mypcb.ts_recent, mypcb.
ts_recent_age
, mypcb.last_ack_sent);
Completed in 17 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025