Lines Matching refs:subscribe
2156 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT))
2230 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i,
2234 asoc->subscribe = sctp_sk(sk)->subscribe;
2240 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) {
4272 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on);
4315 sctp_ulpevent_type_set(&sp->subscribe,
5013 sp->subscribe = 0;
5575 struct sctp_event_subscribe subscribe;
5576 __u8 *sn_type = (__u8 *)&subscribe;
5587 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe,
5590 if (copy_to_user(optval, &subscribe, len))
7752 __u16 subscribe;
7770 subscribe = asoc ? asoc->subscribe : sctp_sk(sk)->subscribe;
7771 param.se_on = sctp_ulpevent_type_enabled(subscribe, param.se_type);
9681 .useroffset = offsetof(struct sctp_sock, subscribe),
9683 offsetof(struct sctp_sock, subscribe) +
9738 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
9740 offsetof(struct sctp6_sock, sctp.subscribe) +