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