OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecn_allowed
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
600
u_int8_t
ecn_allowed
;
member in struct:sctp_association
sctp_input.c
728
stcb->asoc.
ecn_allowed
= 0;
3953
if (stcb->asoc.
ecn_allowed
&&
3970
if (stcb->asoc.
ecn_allowed
&& (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) {
sctp_pcb.c
3966
stcb->asoc.
ecn_allowed
= 0;
4158
stcb->asoc.
ecn_allowed
= 1;
sctp_indata.c
4227
asoc->
ecn_allowed
= 0;
sctp_output.c
2138
if ((stcb->asoc.
ecn_allowed
) && ecn_ok) {
2332
if ((stcb->asoc.
ecn_allowed
) && ecn_ok) {
Completed in 43 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025