/linux/include/net/ |
H A D | dropreason-core.h | 139 * @SKB_NOT_DROPPED_YET: skb is not dropped yet (used for no-drop case) 156 /** @SKB_DROP_REASON_SOCKET_FILTER: dropped by socket filter */ 168 * recv() without MSG_OOB so dropped. 177 /** @SKB_DROP_REASON_NETFILTER_DROP: dropped by netfilter */ 332 /** @SKB_DROP_REASON_TCP_FASTOPEN: dropped by FASTOPEN request socket */ 350 * @SKB_DROP_REASON_BPF_CGROUP_EGRESS: dropped by BPF_PROG_TYPE_CGROUP_SKB 366 /** @SKB_DROP_REASON_TC_EGRESS: dropped in TC egress HOOK */ 368 /** @SKB_DROP_REASON_SECURITY_HOOK: dropped due to security HOOK */ 371 * @SKB_DROP_REASON_QDISC_DROP: dropped by qdisc when packet outputting ( 376 * @SKB_DROP_REASON_QDISC_OVERLIMIT: dropped by qdisc when a qdisc [all …]
|
H A D | pie.h | 66 * @dropped: packets dropped due to pie action 67 * @overlimit: packets dropped due to lack of space in queue 73 u32 dropped; member
|
/linux/tools/testing/selftests/net/ |
H A D | fq_band_pktlimit.sh | 7 # 2. send 20 pkts on band A: verify that 10 are queued, 10 dropped 8 # 3. send 20 pkts on band A: verify that 0 are queued, 20 dropped 9 # 4. send 20 pkts on band B: verify that 10 are queued, 10 dropped 56 echo "${OUT1}" | grep -q '0\ pkt\ (dropped\ 10' || die "unexpected drop count at 1" 57 echo "${OUT2}" | grep -q '0\ pkt\ (dropped\ 30' || die "unexpected drop count at 2" 58 echo "${OUT3}" | grep -q '0\ pkt\ (dropped\ 40' || die "unexpected drop count at 3" 59 echo "${OUT4}" | grep -q '20\ pkt\ (dropped\ 40' || die "unexpected accept count at 4"
|
/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
H A D | instruction.json | 105 …"PublicDescription": "Prefetch response received but was dropped since we don't support inflight u… 108 …"BriefDescription": "Prefetch response received but was dropped since we don't support inflight up… 117 "PublicDescription": "Prefetch request dropped since duplicate was found in TLB.", 120 "BriefDescription": "Prefetch request dropped since duplicate was found in TLB." 123 "PublicDescription": "Prefetch request dropped since it was found in cache.", 126 "BriefDescription": "Prefetch request dropped since it was found in cache."
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_l2_drops.sh | 136 # 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 …]
|
/linux/samples/bpf/ |
H A D | test_lwt_bpf.sh | 147 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 D | test_cls_bpf.sh | 7 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 D | xdp_sample.bpf.c | 83 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()
|
/linux/Documentation/networking/device_drivers/ethernet/meta/ |
H A D | fbnic.rst | 85 …- ``tti_cm_drop``: control messages dropped at the TX Extension (TEI) Interface because of credit … 86 …- ``tti_frame_drop``: packets dropped at the TX Extension (TEI) Interface because of credit starva… 87 - ``tti_tbi_drop``: packets dropped at the TX BMC Interface (TBI) because of credit starvation 103 - ``rxb_fifo[i]_dropped_frames``: frames dropped on RXB pool i 134 - ``rde_[i]_pkt_cq_drop``: packets dropped because RCQ is full 135 - ``rde_[i]_pkt_bdq_drop``: packets dropped because HPQ or PPQ ran out of host buffer 158 - ``pcie_ob_rd_no_tag``: Read requests dropped due to tag unavailability 159 - ``pcie_ob_rd_no_cpl_cred``: Read requests dropped due to completion 161 - ``pcie_ob_rd_no_np_cred``: Read requests dropped due to non-posted
|
/linux/net/batman-adv/ |
H A D | mesh-interface.c | 194 goto dropped; in batadv_interface_tx() 210 goto dropped; in batadv_interface_tx() 222 goto dropped; in batadv_interface_tx() 228 goto dropped; in batadv_interface_tx() 240 goto dropped; in batadv_interface_tx() 253 goto dropped; in batadv_interface_tx() 256 goto dropped; in batadv_interface_tx() 287 goto dropped; in batadv_interface_tx() 303 goto dropped; in batadv_interface_tx() 314 goto dropped; in batadv_interface_tx() [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | router.sh | 196 # Disable rpfilter to prevent packets to be dropped because of it. 207 check_err $? "Packets were dropped" 256 check_err $? "Packets were dropped" 274 # Disable rpfilter to prevent packets to be dropped because of it. 285 check_err $? "Packets were dropped" 305 check_err $? "Packets were dropped" 327 check_err $? "Packets were dropped" 342 # Disable rpfilter to prevent packets to be dropped because of it. 353 check_err $? "Packets were dropped"
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-statistics | 50 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.
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | queue.c | 94 struct sk_buff_head *skb_queue, struct sk_buff_head *dropped) in __wfx_tx_queue_drop() argument 101 skb_queue_head(dropped, skb); in __wfx_tx_queue_drop() 107 struct sk_buff_head *dropped) in wfx_tx_queue_drop() argument 109 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 110 __wfx_tx_queue_drop(wvif, &queue->cab, dropped); in wfx_tx_queue_drop() 111 __wfx_tx_queue_drop(wvif, &queue->offchan, dropped); in wfx_tx_queue_drop() 128 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() argument 143 skb_queue_head(dropped, skb); in wfx_pending_drop()
|
/linux/include/uapi/linux/ |
H A D | if_xdp.h | 31 * such frames will be dropped. 94 __u64 rx_dropped; /* Dropped for other reasons */ 95 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */ 96 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */ 97 __u64 rx_ring_full; /* Dropped due to rx ring being full */
|
/linux/tools/include/uapi/linux/ |
H A D | if_xdp.h | 31 * such frames will be dropped. 94 __u64 rx_dropped; /* Dropped for other reasons */ 95 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */ 96 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */ 97 __u64 rx_ring_full; /* Dropped due to rx ring being full */
|
/linux/rust/kernel/ |
H A D | revocable.rs | 21 /// [`RevocableGuard`] are dropped), the wrapped object is also dropped. 103 // because the RCU read side lock prevents it from being dropped. in try_access() 121 // valid because the RCU read side lock prevents it from being dropped. in try_access_with_guard() 131 /// guard is dropped afterwards. [`Self::try_access`] carries the risk that the caller will 199 /// [`Revocable::try_access`] beforehand and still haven't dropped the returned guard), this 215 // dropped). in drop() 238 // `RevocableGuard` is passed as a function argument and then dropped during execution of the
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | ringbuf_bench.c | 19 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()
|
/linux/rust/pin-init/src/ |
H A D | __internal.rs | 149 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is in drop() 174 // The value is currently initialized, so it needs to be dropped before we can reuse in init() 218 /// When a value of this type is dropped, it drops a `T`. 226 /// Creates a new [`DropGuard<T>`]. It will [`ptr::drop_in_place`] `ptr` when it gets dropped. 232 /// It is the callers responsibility that `self` will only get dropped if the pointee of `ptr`: 233 /// - has not been dropped, 235 /// - will not be dropped by any other means.
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 40 /* 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 …]
|
/linux/tools/perf/util/ |
H A D | events_stats.h | 20 * exactly how many samples the kernel in fact dropped, i.e. it is the sum of 28 * header.misc field. The number of dropped-samples events is stored in 30 * exactly how many samples the BPF program in fact dropped, i.e. it is the sum
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 250 - The number of dropped received packets due to length which arrived to RQ 257 - Number of received packets dropped in software because the CQE data is 312 - Packets transmitted that were dropped due to DMA mapping failure on 516 due to `XDP_TX` action but were dropped due to full tx queue. These packets 532 - The number of packets dropped due to XDP program `XDP_DROP` action. these 549 but were dropped due to full tx queue. these packets are not counted by 570 but were dropped due to error such as frame too long and frame too short. 710 - Number of TLS send data that were dropped due to retransmission of TLS 885 - The number of dropped packets due to lack of receive WQEs for an internal 939 - The number of dropped received packets due to FCS (Frame Check Sequence) [all …]
|
/linux/net/core/ |
H A D | drop_monitor.c | 3 * Monitoring code for network dropped packet alerts 60 u64_stats_t dropped; member 516 * packet was dropped. in net_dm_packet_trace_kfree_skb_hit() 536 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit() 1007 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe() 1450 u64 dropped; in net_dm_stats_read() local 1454 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read() 1457 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read() 1473 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put() 1494 u64 dropped; in net_dm_hw_stats_read() local [all …]
|
/linux/drivers/greybus/ |
H A D | greybus_trace.h | 144 * 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.
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common-debug.h | 36 * @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.
|
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | cache.json | 168 …dropped. This event counts on each stash request that is received from the interconnect or the Acc… 171 …dropped. This event counts on each stash request that is received from the interconnect or the Acc…
|