OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecn_bits
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
sctp6_usrreq.c
124
u_int8_t
ecn_bits
;
local in function:sctp6_input
276
ecn_bits
= ((ntohl(ip6->ip6_flow) >> 20) & 0x000000ff);
279
in6p, stcb, net,
ecn_bits
);
/src/sys/netinet/
sctp_input.c
3768
u_int8_t
ecn_bits
)
3770
if ((
ecn_bits
& SCTP_CE_BITS) == SCTP_CE_BITS) {
3772
} else if ((
ecn_bits
& SCTP_ECT1_BIT) == SCTP_ECT1_BIT) {
3792
} else if ((
ecn_bits
& SCTP_ECT0_BIT) == SCTP_ECT0_BIT) {
3807
u_int32_t high_tsn, u_int8_t
ecn_bits
)
3809
if ((
ecn_bits
& SCTP_CE_BITS) == SCTP_CE_BITS) {
3832
u_int8_t
ecn_bits
)
3954
(
ecn_bits
& (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) {
3955
sctp_process_ecn_marked_a(stcb, net,
ecn_bits
);
3970
if (stcb->asoc.ecn_allowed && (
ecn_bits
& (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) )
4051
u_int8_t
ecn_bits
;
local in function:sctp_input
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025