Searched refs:SCTP_CID_ACTION_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/include/linux/ | ||
| D | sctp.h | 126 enum { SCTP_CID_ACTION_MASK = 0xc0, }; enumerator |
| /linux-4.1.27/net/sctp/ | ||
| D | sm_statefuns.c | 4183 switch (type.chunk & SCTP_CID_ACTION_MASK) { in sctp_sf_unk_chunk() |