OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_NODELAY
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
236
#define
TF_NODELAY
0x0004 /* don't delay packets to coalesce */
tcp_usrreq.c
315
tp->t_flags |=
TF_NODELAY
;
317
tp->t_flags &= ~
TF_NODELAY
;
394
optval = tp->t_flags &
TF_NODELAY
;
tcp_syncache.c
697
tp->t_flags = sototcpcb(oso)->t_flags &
TF_NODELAY
;
tcp_output.c
930
((idle || tp->t_flags &
TF_NODELAY
) &&
Completed in 16 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025