Home
last modified time | relevance | path

Searched refs:subscribe (Results 1 – 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/sctp/
Dulpevent.h154 static inline void sctp_ulpevent_type_set(__u16 *subscribe, in sctp_ulpevent_type_set() argument
161 *subscribe |= (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_set()
163 *subscribe &= ~(1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_set()
167 static inline bool sctp_ulpevent_type_enabled(__u16 subscribe, __u16 sn_type) in sctp_ulpevent_type_enabled() argument
172 return subscribe & (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_enabled()
177 __u16 subscribe) in sctp_ulpevent_is_enabled() argument
186 return sctp_ulpevent_type_enabled(subscribe, sn_type); in sctp_ulpevent_is_enabled()
Dstructs.h210 __u16 subscribe; member
2074 __u16 subscribe; member
/kernel/linux/linux-5.10/Documentation/networking/
Dax25.rst13 called linux-hams@vger.kernel.org. To subscribe to it, send a message to
14 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
Dx25.rst38 parties are welcome to subscribe to it. Just send a message to
41 subscribe linux-x25
Doperstates.rst33 operation RTM_GETLINK. It is also possible to subscribe to RTNLGRP_LINK
163 - subscribe to RTNLGRP_LINK
Dxfrm_sync.rst83 A program needs to subscribe to multicast group XFRMNLGRP_AEVENTS
/kernel/linux/linux-5.10/include/sound/
Dseq_kernel.h47 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member
/kernel/linux/linux-5.10/net/sctp/
Dchunk.c94 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
102 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
Dsocket.c2147 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT)) in sctp_recvmsg()
2221 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i, in sctp_setsockopt_events()
2225 asoc->subscribe = sctp_sk(sk)->subscribe; in sctp_setsockopt_events()
2231 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) { in sctp_setsockopt_events()
4261 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on); in sctp_assoc_ulpevent_type_set()
4304 sctp_ulpevent_type_set(&sp->subscribe, in sctp_setsockopt_event()
4891 sp->subscribe = 0; in sctp_init_sock()
5442 struct sctp_event_subscribe subscribe; in sctp_getsockopt_events() local
5443 __u8 *sn_type = (__u8 *)&subscribe; in sctp_getsockopt_events()
5454 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe, in sctp_getsockopt_events()
[all …]
Dulpqueue.c207 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()
Dstream_interleave.c490 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()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
DTODO18 not want to subscribe to a mailing list, send your email to all of the
DKconfig14 can subscribe to.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Duser-func.rst75 vidioc-subscribe-event
Ddev-event.rst47 subscribe to whether this is applicable for that event or not.
/kernel/linux/linux-5.10/sound/core/
Dcontrol.c1577 int subscribe; in snd_ctl_subscribe_events() local
1578 if (get_user(subscribe, ptr)) in snd_ctl_subscribe_events()
1580 if (subscribe < 0) { in snd_ctl_subscribe_events()
1581 subscribe = file->subscribed; in snd_ctl_subscribe_events()
1582 if (put_user(subscribe, ptr)) in snd_ctl_subscribe_events()
1586 if (subscribe) { in snd_ctl_subscribe_events()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst20 The user application can subscribe to this event from the ipuX_csiY
/kernel/linux/linux-5.10/Documentation/filesystems/
Dromfs.rst162 It's run by ezmlm, so you can subscribe to it by sending a message
163 to romfs-subscribe@shadow.banki.hu, the content is irrelevant.
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/ti/
Dtlan.rst136 There is also a tlan mailing list which you can join by sending "subscribe tlan"
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dbt8xx.rst140 In case of further problems please subscribe and send questions to
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_virmidi.c384 pcallbacks.subscribe = snd_virmidi_subscribe; in snd_virmidi_dev_attach_seq()
Dseq_midi.c372 pcallbacks.subscribe = midisynth_subscribe; in snd_seq_midisynth_probe()
/kernel/linux/linux-5.10/Documentation/driver-api/
Dconnector.rst114 with a different group number, the userspace application must subscribe to
/kernel/linux/linux-5.10/Documentation/driver-api/media/
Dv4l2-event.rst104 :c:func:`v4l2_event_subscribe` to subscribe the event.
/kernel/linux/linux-5.10/Documentation/process/
Dsubmitting-drivers.rst163 [mail majordomo@vger.kernel.org to subscribe]

12