OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_do_ecn
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
748
extern int
tcp_do_ecn
; /* TCP ECN enabled/disabled? */
tcp_syncache.c
728
if ((sc->sc_flags & SCF_ECN_PERMIT) &&
tcp_do_ecn
)
1039
if ((th->th_flags & (TH_ECE|TH_CWR)) &&
tcp_do_ecn
)
tcp_output.c
1309
if (tp->t_state == TCPS_SYN_SENT &&
tcp_do_ecn
) {
tcp_subr.c
172
int
tcp_do_ecn
= 0; /* Explicit Congestion Notification */
variable in typeref:typename:int
tcp_usrreq.c
2172
NULL, 0, &
tcp_do_ecn
, 0, CTL_CREATE, CTL_EOL);
tcp_input.c
2080
if ((tiflags & TH_ECE) &&
tcp_do_ecn
) {
Completed in 20 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025