Searched refs:subscribe (Results 1 – 5 of 5) sorted by relevance
/net/sctp/ |
D | chunk.c | 94 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy() 102 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
|
D | socket.c | 2156 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT)) in sctp_recvmsg() 2230 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i, in sctp_setsockopt_events() 2234 asoc->subscribe = sctp_sk(sk)->subscribe; in sctp_setsockopt_events() 2240 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) { in sctp_setsockopt_events() 4271 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on); in sctp_assoc_ulpevent_type_set() 4314 sctp_ulpevent_type_set(&sp->subscribe, in sctp_setsockopt_event() 4901 sp->subscribe = 0; in sctp_init_sock() 5456 struct sctp_event_subscribe subscribe; in sctp_getsockopt_events() local 5457 __u8 *sn_type = (__u8 *)&subscribe; in sctp_getsockopt_events() 5468 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe, in sctp_getsockopt_events() [all …]
|
D | ulpqueue.c | 207 if (!sctp_ulpevent_is_enabled(event, ulpq->asoc->subscribe)) in sctp_ulpq_tail_event() 1123 if (sctp_ulpevent_type_enabled(ulpq->asoc->subscribe, in sctp_ulpq_abort_pd()
|
D | stream_interleave.c | 490 if (!sctp_ulpevent_is_enabled(event, ulpq->asoc->subscribe)) in sctp_enqueue_event() 992 if (!sctp_ulpevent_type_enabled(ulpq->asoc->subscribe, in sctp_intl_stream_abort_pd()
|
D | associola.c | 122 asoc->subscribe = sp->subscribe; in sctp_association_init()
|