OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_RCVD_TSTMP
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.c
706
tp->t_flags |= TF_REQ_TSTMP|
TF_RCVD_TSTMP
;
999
if ((tb.t_flags & (TF_REQ_TSTMP|
TF_RCVD_TSTMP
)) ==
1000
(TF_REQ_TSTMP|
TF_RCVD_TSTMP
))
tcp_var.h
241
#define
TF_RCVD_TSTMP
0x0100 /* a timestamp was received in SYN */
tcp_subr.c
2134
if ((tp->t_flags & (TF_REQ_TSTMP|
TF_RCVD_TSTMP
|TF_NOOPT)) ==
2135
(TF_REQ_TSTMP |
TF_RCVD_TSTMP
))
2167
(tp->t_flags &
TF_RCVD_TSTMP
) ==
TF_RCVD_TSTMP
)
tcp_output.c
1109
(tp->t_flags &
TF_RCVD_TSTMP
))) {
tcp_usrreq.c
210
if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags &
TF_RCVD_TSTMP
))
tcp_input.c
3183
tp->t_flags |=
TF_RCVD_TSTMP
;
Completed in 19 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025