Home
last modified time | relevance | path

Searched refs:SCTP_CID_ACTION_MASK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h116 enum { SCTP_CID_ACTION_MASK = 0xc0, }; enumerator
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statefuns.c4438 switch (type.chunk & SCTP_CID_ACTION_MASK) { in sctp_sf_unk_chunk()