Home
last modified time | relevance | path

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

12

/f-stack/freebsd/netgraph/
H A Dng_bridge.c594 link_p foundFirst, incoming; member
608 if (destLink == ctx->incoming) { in ng_bridge_send_ctx()
669 ctx.incoming->stats.recvRunts++; in ng_bridge_rcvdata()
681 ctx.incoming->stats.recvInvalid++; in ng_bridge_rcvdata()
688 if (ctx.incoming->loopCount != 0) { in ng_bridge_rcvdata()
689 ctx.incoming->stats.loopDrops++; in ng_bridge_rcvdata()
696 ctx.incoming->stats.recvPackets++; in ng_bridge_rcvdata()
712 if (host->link != ctx.incoming) { in ng_bridge_rcvdata()
743 ctx.incoming->stats.loopDrops++; in ng_bridge_rcvdata()
750 host->link = ctx.incoming; in ng_bridge_rcvdata()
[all …]
/f-stack/freebsd/netinet/libalias/
H A DHISTORY6 - Host accepts incoming connections for ports 0 to 1023.
12 - Generalized mechanism for handling incoming
22 - Corrected error in handling incoming UDP packets
97 to support multiple incoming addresses and static
101 - Now supports outgoing as well as incoming ICMP
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c613 uint64_t incoming = spa_estimate_incoming_log_blocks(spa); in spa_estimate_metaslabs_to_flush() local
631 spa_log_sm_blocklimit(spa) - spa_log_sm_nblocks(spa) - incoming; in spa_estimate_metaslabs_to_flush()
657 uint64_t skip_txgs = (available_blocks / incoming) + 1; in spa_estimate_metaslabs_to_flush()
658 available_blocks -= (skip_txgs * incoming); in spa_estimate_metaslabs_to_flush()
660 ASSERT3S(available_blocks, >=, -incoming); in spa_estimate_metaslabs_to_flush()
/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.txt65 Usage: required for incoming entries
73 Usage: required for incoming entries
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Ddma-router.yaml33 Number of incoming request lines the router can handle.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/gyroscope/
H A Dinvensense,mpu3050.txt19 incoming I2C bus, alternatively drive traffic to a slave device (usually
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst8 The application performs L2 forwarding using VMDq to divide the incoming traffic into queues.
17 VMDq filters split the incoming packets up into different "pools" - each with its own set of RX que…
20 All traffic is read from a single incoming port and output on another port, without any processing …
H A Dethtool.rst75 Each incoming MAC frame is rewritten so that it is returned to
H A Dvdpa.rst109 B: <qemu-command-line> -incoming tcp:0:4444 (or other PORT))
H A Dvmdq_dcb_forwarding.rst8 The application performs L2 forwarding using VMDQ and DCB to divide the incoming traffic into queue…
22 All traffic is read from a single incoming port (port 0) and output on port 1, without any processi…
H A Dqos_metering.rst35 all the incoming packets are colored as green.
/f-stack/tools/libxo/doc/
H A Dxopo.rst44 ensure that incoming msgid strings are not wrapped across multiple
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dbrcm,bcm6345-l1-intc.txt8 - 32, 64 or 128 incoming level IRQ lines
H A Dbrcm,bcm7038-l1-intc.txt9 - 64, 96, 128, or 160 incoming level IRQ lines
/f-stack/tools/compat/include/netinet/
H A Dip_var.h298 extern void (*ip_divert_ptr)(struct mbuf *m, bool incoming);
/f-stack/freebsd/netinet/
H A Dip_var.h298 extern void (*ip_divert_ptr)(struct mbuf *m, bool incoming);
H A Dip_divert.c191 divert_packet(struct mbuf *m, bool incoming) in divert_packet() argument
233 if (incoming) { in divert_packet()
/f-stack/dpdk/doc/guides/nics/
H A Dpcap_ring.rst73 The driver captures both the incoming and outgoing packets on that interface.
80 The driver captures only the incoming packets on that interface.
177 Read only incoming packets from a network interface and write them back to the same network interfa…
H A De1000em.rst151 #. Qemu e1000 does not validate the checksum of incoming packets.
/f-stack/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst15 The Flow Bifurcation splits the incoming data traffic to user space
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dapm-xgene-enet.txt51 incoming signal.
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc80 # <https://api.slack.com/incoming-webhooks>
/f-stack/freebsd/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml33 conversion. The Audio Mixer mixes the incoming audio streams. The DisplayPort
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst226 Registering for incoming messages
304 The callback's definition is ``rte_mp_t``, and consists of the incoming message
339 If callbacks spend a long time processing the incoming requests, the requestor
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l36.txt43 - cirrus,amp-pcm-inv : Boolean to determine Amplifier will invert incoming

12