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