Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 50) sorted by relevance

12

/linux/kernel/liveupdate/
H A Dluo_session.c131 struct luo_session_header outgoing; member
141 .outgoing = {
142 .list = LIST_HEAD_INIT(luo_session_global.outgoing.list),
143 .rwsem = __RWSEM_INITIALIZER(luo_session_global.outgoing.rwsem),
144 .block_set = KHO_BLOCK_SET_INIT(luo_session_global.outgoing.block_set,
183 if (sh == &luo_session_global.outgoing) { in luo_session_insert()
211 if (sh == &luo_session_global.outgoing) in luo_session_remove()
254 sh = &luo_session_global.outgoing; in luo_session_release()
480 err = luo_session_insert(&luo_session_global.outgoing, session); in luo_session_create()
494 luo_session_remove(&luo_session_global.outgoing, session); in luo_session_create()
[all …]
/linux/drivers/net/arcnet/
H A Dcapmode.c193 lp->outgoing.skb->protocol, acked); in ack_tx()
196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()
210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()
225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()
226 lp->outgoing.proto = NULL; in ack_tx()
H A Darcnet.c438 skb = lp->outgoing.skb; in arcnet_reply_work()
462 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_work()
463 lp->outgoing.skb = NULL; in arcnet_reply_work()
738 lp->outgoing.skb = skb; in arcnet_send_packet()
747 lp->outgoing.proto = proto; in arcnet_send_packet()
748 lp->outgoing.skb = skb; in arcnet_send_packet()
749 lp->outgoing.pkt = pkt; in arcnet_send_packet()
982 if (lp->outgoing.proto && in arcnet_interrupt()
983 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
984 lp->outgoing.proto in arcnet_interrupt()
[all …]
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst56 (capturing) buffer from the driver's outgoing queue.
61 By default ``DMX_DQBUF`` blocks when no buffer is in the outgoing
78 buffer was in the outgoing queue.
/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst600 $ git format-patch --base=auto --cover-letter -o outgoing/ master
601 outgoing/0000-cover-letter.patch
602 outgoing/0001-First-Commit.patch
603 outgoing/...
605 當你編輯 ``outgoing/0000-cover-letter.patch`` 時,您會注意到在它的最底部有一
/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst596 $ git format-patch --base=auto --cover-letter -o outgoing/ master
597 outgoing/0000-cover-letter.patch
598 outgoing/0001-First-Commit.patch
599 outgoing/...
601 当你编辑 ``outgoing/0000-cover-letter.patch`` 时,您会注意到在它的最底部有一
/linux/tools/verification/rvgen/rvgen/
H A Dltl2k.py154 for o in sorted(node.outgoing):
166 for o in sorted(node.outgoing):
H A Dltl2ba.py72 self.outgoing = set()
519 incoming.outgoing.add(node)
/linux/Documentation/networking/
H A Dip_dynaddr.rst20 ``actual`` outgoing address is unknown at the moment the link is
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst124 (capturing) or displayed (output) buffer from the driver's outgoing
143 By default ``VIDIOC_DQBUF`` blocks when no buffer is in the outgoing
160 buffer was in the outgoing queue.
H A Ddev-osd.rst13 outgoing video signal. Applications can set up such an overlay using
112 the target rectangle an area in the outgoing video signal where the
H A Dfunc-open.rst38 buffer is in the driver outgoing queue, otherwise these functions
H A Duserp.rst81 <VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the
116 disk. Output buffers must be saved on the incoming and outgoing queue
H A Dmmap.rst209 and an outgoing queue. They separate the synchronous capture or output
214 FIFO, and were captured in the order dequeued from the outgoing FIFO.
240 blocks when no buffer is in the outgoing queue. When the ``O_NONBLOCK``
H A Dvidioc-streamon.rst56 and it removes all buffers from the incoming and outgoing queues. That
H A Dfunc-select.rst54 the outgoing queue of the driver the function returns immediately.
H A Dfunc-poll.rst40 display. When buffers are already in the outgoing queue of the driver
H A Ddmabuf.rst137 <VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the
H A Dbuffer.rst477 outgoing queue. When this flag is set, the buffer is currently on
478 the incoming queue. It automatically moves to the outgoing queue
488 - When this flag is set, the buffer is currently on the outgoing
/linux/Documentation/netlabel/
H A Dintroduction.rst13 security attributes to outgoing network packets generated from user space
H A Dlsm_interface.rst35 on outgoing packets as well as read the labels on incoming packets. Functions
H A Ddraft-ietf-cipso-ipsecurity-01.txt476 outgoing datagrams that have a label greater than this maximum MUST be
483 outgoing datagrams that have a label less than this minimum MUST be
510 policies may require both incoming and outgoing datagrams be checked against
554 outgoing IP datagrams. Just providing the correct CIPSO label format
652 The DOI identifier to be used for all outgoing datagrams is configured by
688 The CIPSO label to be used on all outgoing ICMP messages MUST be equivalent
/linux/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst55 7. Queueing incoming/outgoing SMT frames in the driver if the SMT
/linux/tools/perf/Documentation/
H A Dperf-timechart.txt29 Lower bar shows outgoing events (disk writes, egress network packets).
/linux/Documentation/hid/
H A Dhid-transport.rst101 channel. Any unrequested incoming or outgoing data report must be sent on
329 which require high throughput for outgoing requests on the intr channel. This

12