Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsctp.h216 enum { SCTP_PARAM_ACTION_MASK = cpu_to_be16(0xc000), }; enumerator
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c2117 switch (param.p->type & SCTP_PARAM_ACTION_MASK) { in sctp_process_unk_param()