Searched refs:SCTP_DATA_FRAG_MASK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dulpqueue.c237 (event->msg_flags & SCTP_DATA_FRAG_MASK)))
445 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) {
541 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) {
586 if (SCTP_DATA_NOT_FRAG == (event->msg_flags & SCTP_DATA_FRAG_MASK)) {
633 switch (cevent->msg_flags & SCTP_DATA_FRAG_MASK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DsctpConstants.h129 #define SCTP_DATA_FRAG_MASK 0x03 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsctp.h247 enum { SCTP_DATA_FRAG_MASK = 0x03, }; enumerator in enum:__anon18081

Completed in 122 milliseconds