| /Linux-v6.6/include/net/sctp/ |
| D | ulpevent.h | 154 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()
|
| D | structs.h | 214 __u16 subscribe; member 2101 __u16 subscribe; member
|
| /Linux-v6.6/Documentation/networking/ |
| D | ax25.rst | 13 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
|
| D | x25.rst | 36 parties are welcome to subscribe to it. Just send a message to 39 subscribe linux-x25
|
| D | operstates.rst | 33 operation RTM_GETLINK. It is also possible to subscribe to RTNLGRP_LINK 165 - subscribe to RTNLGRP_LINK
|
| D | tipc.rst | 41 Tracking mechanism to subscribe for binding and unbinding/close events for
|
| /Linux-v6.6/include/sound/ |
| D | seq_kernel.h | 47 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member
|
| /Linux-v6.6/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 | 2149 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT)) in sctp_recvmsg() 2223 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i, in sctp_setsockopt_events() 2227 asoc->subscribe = sctp_sk(sk)->subscribe; in sctp_setsockopt_events() 2233 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) { in sctp_setsockopt_events() 4265 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on); in sctp_assoc_ulpevent_type_set() 4308 sctp_ulpevent_type_set(&sp->subscribe, in sctp_setsockopt_event() 5006 sp->subscribe = 0; in sctp_init_sock() 5568 struct sctp_event_subscribe subscribe; in sctp_getsockopt_events() local 5569 __u8 *sn_type = (__u8 *)&subscribe; in sctp_getsockopt_events() 5580 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe, in sctp_getsockopt_events() [all …]
|
| D | ulpqueue.c | 204 if (!sctp_ulpevent_is_enabled(event, ulpq->asoc->subscribe)) in sctp_ulpq_tail_event() 1113 if (sctp_ulpevent_type_enabled(ulpq->asoc->subscribe, in sctp_ulpq_abort_pd()
|
| /Linux-v6.6/drivers/accessibility/speakup/ |
| D | TODO | 18 not want to subscribe to a mailing list, send your email to all of the
|
| /Linux-v6.6/Documentation/bpf/libbpf/ |
| D | index.rst | 30 `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the mailing list
|
| /Linux-v6.6/Documentation/userspace-api/media/v4l/ |
| D | user-func.rst | 77 vidioc-subscribe-event
|
| D | dev-event.rst | 47 subscribe to whether this is applicable for that event or not.
|
| /Linux-v6.6/sound/core/seq/ |
| D | seq_ump_client.c | 235 pcallbacks.subscribe = seq_ump_subscribe; in seq_ump_group_init() 374 pcallbacks.subscribe = seq_ump_subscribe; in create_ump_endpoint_port()
|
| D | seq_virmidi.c | 396 pcallbacks.subscribe = snd_virmidi_subscribe; in snd_virmidi_dev_attach_seq()
|
| D | seq_midi.c | 381 pcallbacks.subscribe = midisynth_subscribe; in snd_seq_midisynth_probe()
|
| /Linux-v6.6/sound/core/ |
| D | control.c | 1871 int subscribe; in snd_ctl_subscribe_events() local 1872 if (get_user(subscribe, ptr)) in snd_ctl_subscribe_events() 1874 if (subscribe < 0) { in snd_ctl_subscribe_events() 1875 subscribe = file->subscribed; in snd_ctl_subscribe_events() 1876 if (put_user(subscribe, ptr)) in snd_ctl_subscribe_events() 1880 if (subscribe) { in snd_ctl_subscribe_events()
|
| /Linux-v6.6/Documentation/userspace-api/media/drivers/ |
| D | imx-uapi.rst | 20 The user application can subscribe to this event from the ipuX_csiY
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | romfs.rst | 162 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.
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/ti/ |
| D | tlan.rst | 136 There is also a tlan mailing list which you can join by sending "subscribe tlan"
|
| /Linux-v6.6/Documentation/admin-guide/media/ |
| D | bt8xx.rst | 141 In case of further problems please subscribe and send questions to
|
| /Linux-v6.6/Documentation/userspace-api/netlink/ |
| D | intro-specs.rst | 24 - ``--subscribe $group`` - receive notifications from ``$group``
|
| /Linux-v6.6/Documentation/driver-api/ |
| D | connector.rst | 114 with a different group number, the userspace application must subscribe to
|
| /Linux-v6.6/Documentation/driver-api/media/ |
| D | v4l2-event.rst | 104 :c:func:`v4l2_event_subscribe` to subscribe the event.
|