| /linux/kernel/liveupdate/ |
| H A D | luo_session.c | 106 struct luo_session_header outgoing; member 114 .outgoing = { 115 .list = LIST_HEAD_INIT(luo_session_global.outgoing.list), 116 .rwsem = __RWSEM_INITIALIZER(luo_session_global.outgoing.rwsem), 154 if (sh == &luo_session_global.outgoing) { in luo_session_insert() 221 sh = &luo_session_global.outgoing; in luo_session_release() 392 err = luo_session_insert(&luo_session_global.outgoing, session); in luo_session_create() 404 luo_session_remove(&luo_session_global.outgoing, session); in luo_session_create() 462 luo_session_global.outgoing.header_ser = header_ser; in luo_session_setup_outgoing() 463 luo_session_global.outgoing.ser = (void *)(header_ser + 1); in luo_session_setup_outgoing() [all …]
|
| /linux/drivers/net/arcnet/ |
| H A D | capmode.c | 193 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 D | arcnet.c | 438 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 …]
|
| H A D | rfc1201.c | 492 out = &lp->outgoing; in prepare_tx() 495 out->dataleft = lp->outgoing.length; in prepare_tx() 514 struct Outgoing *out = &lp->outgoing; in continue_tx()
|
| H A D | arcdevice.h | 316 struct Outgoing outgoing; /* packet currently being sent */ member
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-qbuf.rst | 56 (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 D | submitting-patches.rst | 600 $ 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 D | submitting-patches.rst | 596 $ 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 D | ltl2k.py | 146 for o in sorted(node.outgoing): 158 for o in sorted(node.outgoing):
|
| H A D | ltl2ba.py | 74 self.outgoing = set() 561 incoming.outgoing.add(node)
|
| /linux/Documentation/networking/ |
| H A D | ip_dynaddr.rst | 20 ``actual`` outgoing address is unknown at the moment the link is
|
| H A D | timestamping.rst | 286 Request both hardware and software timestamps for outgoing packets 463 For transmit timestamps the outgoing packet is looped back to the 468 outgoing data packet with two ancillary messages attached. 496 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by 497 explicitly disabling PMTU discovery. If an outgoing packet is fragmented, 592 * no outgoing packet will need hardware time stamping; 599 * enables hardware time stamping for outgoing packets; 646 Time stamps for outgoing packets are to be generated as follows:
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-qbuf.rst | 124 (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 D | dev-osd.rst | 13 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 D | userp.rst | 81 <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 D | func-open.rst | 38 buffer is in the driver outgoing queue, otherwise these functions
|
| H A D | mmap.rst | 209 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 D | vidioc-streamon.rst | 56 and it removes all buffers from the incoming and outgoing queues. That
|
| H A D | func-select.rst | 54 the outgoing queue of the driver the function returns immediately.
|
| /linux/Documentation/netlabel/ |
| H A D | introduction.rst | 13 security attributes to outgoing network packets generated from user space
|
| H A D | lsm_interface.rst | 35 on outgoing packets as well as read the labels on incoming packets. Functions
|
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 476 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 D | defza.rst | 55 7. Queueing incoming/outgoing SMT frames in the driver if the SMT
|
| /linux/Documentation/driver-api/tty/ |
| H A D | tty_ldisc.rst | 9 TTY line discipline process all incoming and outgoing character from/to a tty
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-timechart.txt | 29 Lower bar shows outgoing events (disk writes, egress network packets).
|