OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPTOS_ECN_CE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
ip_ecn.c
73
*outer &= ~
IPTOS_ECN_CE
;
76
*outer &= ~(IPTOS_ECN_ECT0 |
IPTOS_ECN_CE
);
94
if (*outer &
IPTOS_ECN_CE
)
95
*inner |=
IPTOS_ECN_CE
;
ip.h
131
#define
IPTOS_ECN_CE
0x03 /* congestion experienced */
tcp_input.c
1748
case
IPTOS_ECN_CE
:
/src/sys/altq/
altq_blue.c
551
if ((ip->ip_tos & IPTOS_ECN_MASK) ==
IPTOS_ECN_CE
)
559
ip->ip_tos |=
IPTOS_ECN_CE
;
585
(
IPTOS_ECN_CE
<< 20))
590
flowlabel |= (
IPTOS_ECN_CE
<< 20);
altq_red.c
570
if ((ip->ip_tos & IPTOS_ECN_MASK) ==
IPTOS_ECN_CE
)
578
ip->ip_tos |=
IPTOS_ECN_CE
;
604
(
IPTOS_ECN_CE
<< 20))
609
flowlabel |= (
IPTOS_ECN_CE
<< 20);
Completed in 71 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025