Home
last modified time | relevance | path

Searched full:dropped (Results 1 – 25 of 1591) sorted by relevance

12345678910>>...64

/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst91 * ``drop``: Trapped packets were dropped by the underlying device. Packets
115 * ``drop``: The packet is dropped by the underlying device and a copy is not
239 routed and instead dropped
251 - Traps packets dropped during processing of ingress flow action drop
254 - Traps packets dropped during processing of egress flow action drop
410 - Traps packets dropped due to the RED (Random Early Detection) algorithm
414 - Traps packets dropped due to an error in the VXLAN header parsing which
418 - Traps packets dropped due to an error in the LLC+SNAP header parsing
421 - Traps packets dropped due to an error in the VLAN header parsing. Could
425 - Traps packets dropped due to an error in the PPPoE+PPP header parsing.
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l2_drops.sh136 # Add PVID and make sure packets are no longer dropped.
141 check_err $? "Trap stats not idle when packets should not be dropped"
143 check_err $? "Trap group stats not idle with when packets should not be dropped"
197 # dropped.
202 check_err $? "Trap stats not idle when packets should not be dropped"
204 check_err $? "Trap group stats not idle with when packets should not be dropped"
240 # dropped.
245 check_err $? "Trap stats not idle when packets should not be dropped"
247 check_err $? "Trap group stats not idle with when packets should not be dropped"
314 check_err $? "Trap stats not idle when packets should not be dropped"
[all …]
/openbmc/linux/include/net/
H A Ddropreason-core.h92 * @SKB_NOT_DROPPED_YET: skb is not dropped yet (used for no-drop case)
105 /** @SKB_DROP_REASON_SOCKET_FILTER: dropped by socket filter */
109 /** @SKB_DROP_REASON_NETFILTER_DROP: dropped by netfilter */
206 /** @SKB_DROP_REASON_TCP_FASTOPEN: dropped by FASTOPEN request socket */
224 * @SKB_DROP_REASON_BPF_CGROUP_EGRESS: dropped by BPF_PROG_TYPE_CGROUP_SKB
238 /** @SKB_DROP_REASON_TC_EGRESS: dropped in TC egress HOOK */
241 * @SKB_DROP_REASON_QDISC_DROP: dropped by qdisc when packet outputting (
251 /** @SKB_DROP_REASON_XDP: dropped by XDP in input path */
253 /** @SKB_DROP_REASON_TC_INGRESS: dropped in TC ingress HOOK */
286 * @SKB_DROP_REASON_TAP_FILTER: dropped by (ebpf) filter directly attached
[all …]
H A Dpie.h66 * @dropped: packets dropped due to pie action
67 * @overlimit: packets dropped due to lack of space in queue
73 u32 dropped; member
/openbmc/linux/samples/bpf/
H A Dtest_lwt_bpf.sh147 failure "test_ctx xmit: packets are dropped"
163 failure "test_ctx out: packets are dropped"
179 failure "test_ctx out: packets are dropped"
203 failure "test_data ${1}: packets are dropped"
216 failure "test_data in: packets are dropped"
234 failure "test_cb ${1}: packets are dropped"
250 failure "test_cb in: packets are dropped"
300 failure "Redirected packets appear to be dropped"
326 failure "Rewritten packets appear to be dropped"
352 failure "packets appear to be dropped"
[all …]
H A Dtest_cls_bpf.sh7 local dropped=`tc -s qdisc show dev $IFC | tail -3 | awk '/drop/{print $7}'`
8 if [ "$dropped" == "0," ]; then
11 echo "Successfully filtered " $dropped " packets"
H A Dxdp_sample.bpf.c83 NO_TEAR_INC(rec->dropped); in xdp_redirect_collect_stat()
143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
170 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
200 NO_TEAR_INC(rec->dropped); in BPF_PROG()
226 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
261 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_xdp.h31 * such frames will be dropped by xsk.
82 __u64 rx_dropped; /* Dropped for other reasons */
83 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */
84 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */
85 __u64 rx_ring_full; /* Dropped due to rx ring being full */
/openbmc/qemu/trace/
H A Dsimple.c30 /** Records were dropped event ID */
163 } dropped; in writeout_thread() local
173 dropped.rec.event = DROPPED_EVENT_ID; in writeout_thread()
174 dropped.rec.timestamp_ns = get_clock(); in writeout_thread()
175 dropped.rec.length = sizeof(TraceRecord) + sizeof(uint64_t); in writeout_thread()
176 dropped.rec.pid = trace_pid; in writeout_thread()
181 dropped.rec.arguments[0] = dropped_count; in writeout_thread()
183 unused = fwrite(&dropped.rec, dropped.rec.length, 1, trace_fp); in writeout_thread()
225 /* Trace Buffer Full, Event dropped ! */ in trace_record_start()
/openbmc/linux/include/uapi/linux/
H A Dif_xdp.h31 * such frames will be dropped.
82 __u64 rx_dropped; /* Dropped for other reasons */
83 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */
84 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */
85 __u64 rx_ring_full; /* Dropped due to rx ring being full */
/openbmc/linux/net/batman-adv/
H A Dsoft-interface.c207 goto dropped; in batadv_interface_tx()
223 goto dropped; in batadv_interface_tx()
235 goto dropped; in batadv_interface_tx()
241 goto dropped; in batadv_interface_tx()
253 goto dropped; in batadv_interface_tx()
266 goto dropped; in batadv_interface_tx()
269 goto dropped; in batadv_interface_tx()
300 goto dropped; in batadv_interface_tx()
315 goto dropped; in batadv_interface_tx()
326 goto dropped; in batadv_interface_tx()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics50 but dropped, that are not forwarded to the upper layers for
104 Indicates the number of received packets that were dropped on
169 Indicates the number of packets dropped during transmission.
171 dropped.
180 why the packets were dropped.
189 packets were dropped.
198 reasons as to why the packets were dropped.
/openbmc/linux/kernel/printk/
H A Dinternal.h25 * per line and dropped messages or in extended message format)
98 * @dropped: The number of dropped records from reading @seq.
104 unsigned long dropped; member
/openbmc/linux/rust/kernel/init/
H A D__internal.rs143 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is in drop()
168 // The value is currently initialized, so it needs to be dropped before we can reuse in init()
184 /// When a value of this type is dropped, it drops a `T`.
192 /// Creates a new [`DropGuard<T>`]. It will [`ptr::drop_in_place`] `ptr` when it gets dropped.
198 /// It is the callers responsibility that `self` will only get dropped if the pointee of `ptr`:
199 /// - has not been dropped,
201 /// - will not be dropped by any other means.
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c19 long dropped __attribute__((aligned(128))) = 0; variable
45 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf()
57 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Drouter.sh193 # Disable rpfilter to prevent packets to be dropped because of it.
204 check_err $? "Packets were dropped"
253 check_err $? "Packets were dropped"
271 # Disable rpfilter to prevent packets to be dropped because of it.
282 check_err $? "Packets were dropped"
302 check_err $? "Packets were dropped"
324 check_err $? "Packets were dropped"
H A Dsch_red.sh272 # Now push TCP, because non-TCP traffic would be early-dropped after the
295 # limit. Now that it is above, it should all get dropped, and backlog
299 check_fail $? "UDP traffic went into backlog instead of being early-dropped"
300 log_test "$name backlog > limit: UDP early-dropped"
322 check_err $? "UDP traffic was early-dropped instead of getting into backlog"
323 log_test "$name backlog > limit: UDP not dropped"
351 check_fail $? "Traffic went into backlog instead of being early-dropped"
387 check_err $? "Dropped packets not observed: 100 expected, $((now - base)) seen"
396 check_err $? "Dropped packets still observed: 0 expected, $((now - base)) seen"
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dqueue.c91 struct sk_buff_head *skb_queue, struct sk_buff_head *dropped) in __wfx_tx_queue_drop() argument
98 skb_queue_head(dropped, skb); in __wfx_tx_queue_drop()
104 struct sk_buff_head *dropped) in wfx_tx_queue_drop() argument
106 __wfx_tx_queue_drop(wvif, &queue->cab, dropped); in wfx_tx_queue_drop()
107 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop()
122 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() argument
139 skb_queue_head(dropped, skb); in wfx_pending_drop()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c68 skel->bss->dropped = 0; in trigger_samples()
195 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
196 0L, skel->bss->dropped); in ringbuf_subtest()
233 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
234 0L, skel->bss->dropped); in ringbuf_subtest()
259 skel->bss->dropped = 0; in ringbuf_subtest()
290 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
291 0L, skel->bss->dropped); in ringbuf_subtest()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c40 /* Received packets dropped when the Ethernet length field
44 /* Received packets dropped when their length field is >= 1501 bytes
48 /* Received packets dropped when they are longer than 9216 bytes */
50 /* Received packets dropped when they don't pass the unicast or
54 /* Received packets dropped when IP packet length field is less than
58 /* Received packets dropped when IP length field is greater than
62 /* Received packets dropped when the IP header length field is less
66 /* Received packets dropped when the TCP header length field is less
72 /* Number of received packets dropped when a fifo for descriptors going
77 /* Received packets dropped when the RX block runs out of space in
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst228 - The number of dropped received packets due to length which arrived to RQ
235 - Number of received packets dropped in software because the CQE data is
290 - Packets transmitted that were dropped due to DMA mapping failure on
489 due to `XDP_TX` action but were dropped due to full tx queue. These packets
505 - The number of packets dropped due to XDP program `XDP_DROP` action. these
522 but were dropped due to full tx queue. these packets are not counted by
543 but were dropped due to error such as frame too long and frame too short.
683 - Number of TLS send data that were dropped due to retransmission of TLS
852 - The number of dropped packets due to lack of receive WQEs for an internal
906 - The number of dropped received packets due to FCS (Frame Check Sequence)
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_rx.h106 /* Packets dropped due to RX FIFO full */
109 /* Octets dropped due to RX FIFO full */
121 /* NCSI-bound packets dropped */
124 /* NCSI-bound octets dropped */
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.h36 * @rx_oom_err: No. of frames dropped due to OOM issues.
37 * @rx_rate_err: No. of frames dropped due to rate errors.
38 * @rx_too_many_frags_err: Frames dropped due to too-many-frags received.
/openbmc/linux/drivers/greybus/
H A Dgreybus_trace.h144 * Occurs when the last reference to an operation has been dropped,
204 * Occurs when the last reference to a connection has been dropped,
216 * Occurs when a new reference to connection is dropped, after a
273 * Occurs when the last reference to a bundle has been dropped,
337 * Occurs after the last reference to an interface has been dropped.
411 * Occurs after the last reference to a module has been dropped.
465 * dropped.
/openbmc/linux/net/core/
H A Ddrop_monitor.c3 * Monitoring code for network dropped packet alerts
60 u64_stats_t dropped; member
513 * packet was dropped. in net_dm_packet_trace_kfree_skb_hit()
533 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit()
1004 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe()
1447 u64 dropped; in net_dm_stats_read() local
1451 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read()
1454 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read()
1470 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put()
1491 u64 dropped; in net_dm_hw_stats_read() local
[all …]

12345678910>>...64