OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_REQ_TSTMP
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.c
706
tp->t_flags |=
TF_REQ_TSTMP
|TF_RCVD_TSTMP;
903
tb.t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|
TF_REQ_TSTMP
) : 0;
999
if ((tb.t_flags & (
TF_REQ_TSTMP
|TF_RCVD_TSTMP)) ==
1000
(
TF_REQ_TSTMP
|TF_RCVD_TSTMP))
tcp_subr.c
914
flags |=
TF_REQ_TSTMP
;
2134
if ((tp->t_flags & (
TF_REQ_TSTMP
|TF_RCVD_TSTMP|TF_NOOPT)) ==
2135
(
TF_REQ_TSTMP
| TF_RCVD_TSTMP))
2166
if ((tp->t_flags & (
TF_REQ_TSTMP
|TF_NOOPT)) ==
TF_REQ_TSTMP
&&
tcp_var.h
240
#define
TF_REQ_TSTMP
0x0080 /* have/will request timestamps */
tcp_output.c
1103
* wants to use timestamps (
TF_REQ_TSTMP
is set) or both our side
1106
if ((tp->t_flags & (
TF_REQ_TSTMP
|TF_NOOPT)) ==
TF_REQ_TSTMP
&&
tcp_usrreq.c
210
if ((tp->t_flags &
TF_REQ_TSTMP
) && (tp->t_flags & TF_RCVD_TSTMP))
Completed in 19 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025