OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TH_CWR
(Results
1 - 12
of
12
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npfctl.h
273
#ifndef
TH_CWR
274
#define
TH_CWR
0x80
npf_data.c
528
case 'W': tfl |=
TH_CWR
; break;
npf_show.c
177
if (tfl &
TH_CWR
) buf[i++] = 'W';
/src/sys/netinet/
tcp.h
71
#define
TH_CWR
0x80 /* Congestion Window Reduced */
tcp_output.c
1312
flags |= TH_ECE|
TH_CWR
;
1314
flags |= TH_ECE|
TH_CWR
;
1335
flags |=
TH_CWR
;
tcp_syncache.c
1039
if ((th->th_flags & (TH_ECE|
TH_CWR
)) && tcp_do_ecn)
tcp_input.c
1744
if (tiflags &
TH_CWR
) {
1815
(tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|
TH_CWR
|TH_ACK))
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
819
TH_ECN|
TH_CWR
)
1429
#ifndef
TH_CWR
1430
# define
TH_CWR
0x80
1432
#define TH_ECNALL (TH_ECN|
TH_CWR
)
ip_state.c
4039
if ((tcpflags & ~(TH_ECN|
TH_CWR
)) == TH_SYN) {
4089
} else if ((tcpflags & ~(TH_ECN|
TH_CWR
)) ==
/src/usr.sbin/trpt/
trpt.c
491
pf(
TH_CWR
, "CWR");
/src/sys/kern/
uipc_mbufdebug.c
847
if (tcp.th_flags &
TH_CWR
)
/src/sys/dist/pf/net/
pf.c
1317
if (f &
TH_CWR
)
Completed in 60 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025