OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_ecr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
uipc_mbufdebug.c
914
uint32_t ts_val,
ts_ecr
;
local in function:m_examine_tcp
917
memcpy(&
ts_ecr
, op + 6, sizeof(
ts_ecr
));
920
ntohl(ts_val), ntohl(
ts_ecr
));
/src/sys/netinet/
tcp_input.c
1362
opti.
ts_ecr
= be32dec(optp + 8);
1767
if (opti.ts_present && opti.
ts_ecr
) {
1787
ts_rtt = TCP_TIMESTAMP(tp) - opti.
ts_ecr
+ 1;
1973
opti.
ts_ecr
&&
1975
if (opti.
ts_ecr
> tp->rfbuf_ts &&
1976
opti.
ts_ecr
- tp->rfbuf_ts < PR_SLOWHZ) {
3172
memcpy(&oi->
ts_ecr
, cp + 6, sizeof(oi->
ts_ecr
));
3173
NTOHL(oi->
ts_ecr
);
tcp_var.h
517
u_int32_t
ts_ecr
;
member in struct:tcp_opt_info
Completed in 31 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025