Lines Matching refs:subscribe
2151 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT))
2225 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i,
2229 asoc->subscribe = sctp_sk(sk)->subscribe;
2235 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) {
4266 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on);
4309 sctp_ulpevent_type_set(&sp->subscribe,
4896 sp->subscribe = 0;
5451 struct sctp_event_subscribe subscribe;
5452 __u8 *sn_type = (__u8 *)&subscribe;
5463 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe,
5466 if (copy_to_user(optval, &subscribe, len))
7628 __u16 subscribe;
7646 subscribe = asoc ? asoc->subscribe : sctp_sk(sk)->subscribe;
7647 param.se_on = sctp_ulpevent_type_enabled(subscribe, param.se_type);
9437 .useroffset = offsetof(struct sctp_sock, subscribe),
9439 offsetof(struct sctp_sock, subscribe) +
9490 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
9492 offsetof(struct sctp6_sock, sctp.subscribe) +