Home
last modified time | relevance | path

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

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