Home
last modified time | relevance | path

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

12

/linux-6.15/include/net/sctp/
H A 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()
/linux-6.15/Documentation/networking/
H A Dax25.rst13 called [email protected]. To subscribe to it, send a message to
14 [email protected] with the words "subscribe linux-hams" in the body
H A Dx25.rst36 parties are welcome to subscribe to it. Just send a message to
39 subscribe linux-x25
H A Doperstates.rst33 operation RTM_GETLINK. It is also possible to subscribe to RTNLGRP_LINK
165 - subscribe to RTNLGRP_LINK
H A Dtipc.rst41 Tracking mechanism to subscribe for binding and unbinding/close events for
/linux-6.15/include/sound/
H A Dseq_kernel.h47 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member
/linux-6.15/net/sctp/
H A 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()
H A Dsocket.c2236 asoc->subscribe = sctp_sk(sk)->subscribe; in sctp_setsockopt_events()
4317 sctp_ulpevent_type_set(&sp->subscribe, in sctp_setsockopt_event()
5020 sp->subscribe = 0; in sctp_init_sock()
5582 struct sctp_event_subscribe subscribe; in sctp_getsockopt_events() local
5583 __u8 *sn_type = (__u8 *)&subscribe; in sctp_getsockopt_events()
5597 if (copy_to_user(optval, &subscribe, len)) in sctp_getsockopt_events()
7760 __u16 subscribe; in sctp_getsockopt_event() local
7778 subscribe = asoc ? asoc->subscribe : sctp_sk(sk)->subscribe; in sctp_getsockopt_event()
9705 .useroffset = offsetof(struct sctp_sock, subscribe),
9707 offsetof(struct sctp_sock, subscribe) +
[all …]
H A Dulpqueue.c204 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-6.15/drivers/accessibility/speakup/
H A DTODO18 not want to subscribe to a mailing list, send your email to all of the
/linux-6.15/Documentation/bpf/libbpf/
H A Dindex.rst30 `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the mailing list
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Duser-func.rst78 vidioc-subscribe-event
H A Ddev-event.rst47 subscribe to whether this is applicable for that event or not.
/linux-6.15/sound/core/seq/
H A Dseq_system.c166 pcallbacks.subscribe = sys_announce_subscribe; in snd_seq_system_client_init()
H A Dseq_ump_client.c232 pcallbacks.subscribe = seq_ump_subscribe; in seq_ump_group_init()
318 pcallbacks.subscribe = seq_ump_subscribe; in create_ump_endpoint_port()
H A Dseq_virmidi.c397 pcallbacks.subscribe = snd_virmidi_subscribe; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c380 pcallbacks.subscribe = midisynth_subscribe; in snd_seq_midisynth_probe()
/linux-6.15/sound/core/
H A Dcontrol.c1774 int subscribe; in snd_ctl_subscribe_events() local
1775 if (get_user(subscribe, ptr)) in snd_ctl_subscribe_events()
1777 if (subscribe < 0) { in snd_ctl_subscribe_events()
1778 subscribe = file->subscribed; in snd_ctl_subscribe_events()
1779 if (put_user(subscribe, ptr)) in snd_ctl_subscribe_events()
1783 if (subscribe) { in snd_ctl_subscribe_events()
/linux-6.15/Documentation/userspace-api/media/drivers/
H A Dimx-uapi.rst20 The user application can subscribe to this event from the ipuX_csiY
/linux-6.15/Documentation/filesystems/
H A 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.
/linux-6.15/Documentation/networking/device_drivers/ethernet/ti/
H A Dtlan.rst136 There is also a tlan mailing list which you can join by sending "subscribe tlan"
/linux-6.15/Documentation/admin-guide/media/
H A Dbt8xx.rst141 In case of further problems please subscribe and send questions to
/linux-6.15/Documentation/mm/damon/
H A Dmaintainer-profile.rst104 that has the events. Anyone can subscribe it. DAMON maintainer will also
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro-specs.rst24 - ``--subscribe $group`` - receive notifications from ``$group``
/linux-6.15/Documentation/driver-api/
H A Dconnector.rst114 with a different group number, the userspace application must subscribe to

12