Searched refs:se_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h1198 uint16_t se_type; member in struct:sctp_event
/linux-master/net/sctp/
H A Dsocket.c4273 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on);
4275 if (param->se_type == SCTP_SENDER_DRY_EVENT && param->se_on) {
4299 if (param->se_type < SCTP_SN_TYPE_BASE ||
4300 param->se_type > SCTP_SN_TYPE_MAX)
4317 param->se_type, param->se_on);
7762 if (param.se_type < SCTP_SN_TYPE_BASE ||
7763 param.se_type > SCTP_SN_TYPE_MAX)
7772 param.se_on = sctp_ulpevent_type_enabled(subscribe, param.se_type);

Completed in 393 milliseconds