OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_ECN_SND_ECE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
250
#define
TF_ECN_SND_ECE
0x40000 /* ECN ECE in queue */
tcp_output.c
638
if ((tp->t_flags & (TF_ECN_SND_CWR|
TF_ECN_SND_ECE
)) != 0) {
1338
if (tp->t_flags &
TF_ECN_SND_ECE
) {
tcp_input.c
1745
tp->t_flags &= ~
TF_ECN_SND_ECE
;
1749
tp->t_flags |=
TF_ECN_SND_ECE
;
Completed in 26 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025