/linux/include/net/ |
H A D | dropreason-core.h | 133 * @SKB_NOT_DROPPED_YET: skb is not dropped yet (used for no-drop case) 150 /** @SKB_DROP_REASON_SOCKET_FILTER: dropped by socket filter */ 162 * recv() without MSG_OOB so dropped. 171 /** @SKB_DROP_REASON_NETFILTER_DROP: dropped by netfilter */ 320 /** @SKB_DROP_REASON_TCP_FASTOPEN: dropped by FASTOPEN request socket */ 338 * @SKB_DROP_REASON_BPF_CGROUP_EGRESS: dropped by BPF_PROG_TYPE_CGROUP_SKB 354 /** @SKB_DROP_REASON_TC_EGRESS: dropped in TC egress HOOK */ 356 /** @SKB_DROP_REASON_SECURITY_HOOK: dropped due to security HOOK */ 359 * @SKB_DROP_REASON_QDISC_DROP: dropped by qdisc when packet outputting ( 364 * @SKB_DROP_REASON_QDISC_OVERLIMIT: dropped b [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/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/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/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/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/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/tools/include/uapi/linux/ |
H A D | if_xdp.h | 31 * such frames will be dropped. 93 __u64 rx_dropped; /* Dropped for other reasons */ 94 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */ 95 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */ 96 __u64 rx_ring_full; /* Dropped due to rx ring being full */
|
/linux/include/uapi/linux/ |
H A D | if_xdp.h | 31 * such frames will be dropped. 93 __u64 rx_dropped; /* Dropped for other reasons */ 94 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */ 95 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */ 96 __u64 rx_ring_full; /* Dropped due to rx ring being full */
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | router.sh | 193 # 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"
|
/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/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/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/rust/kernel/ |
H A D | revocable.rs | 19 /// [`RevocableGuard`] are dropped), the wrapped object is also dropped. 101 // because the RCU read side lock prevents it from being dropped. in try_access() 119 // valid because the RCU read side lock prevents it from being dropped. in try_access_with_guard() 129 /// guard is dropped afterwards. [`Self::try_access`] carries the risk that the caller will 197 /// [`Revocable::try_access`] beforehand and still haven't dropped the returned guard), this 213 // dropped). in drop()
|
/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/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/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf.c | 71 skel->bss->dropped = 0; in trigger_samples() 272 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest() 273 0L, skel->bss->dropped); in ringbuf_subtest() 310 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest() 311 0L, skel->bss->dropped); in ringbuf_subtest() 336 skel->bss->dropped = 0; 371 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_n_subtest() 372 0L, skel->bss->dropped); in ringbuf_n_subtest()
|
/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/net/sched/ |
H A D | sch_sfq.c | 345 unsigned int hash, dropped; in sfq_enqueue() local 461 dropped = sfq_drop(sch, to_free); in sfq_enqueue() 462 /* Return Congestion Notification only if we dropped a packet in sfq_enqueue() 466 qdisc_tree_reduce_backlog(sch, 0, dropped - qdisc_pkt_len(skb)); in sfq_enqueue() 470 /* As we dropped a packet, better let upper stack know this */ in sfq_enqueue() 471 qdisc_tree_reduce_backlog(sch, 1, dropped); in sfq_enqueue() 538 int dropped = 0; in sfq_rehash() local 570 dropped++; in sfq_rehash() 597 sch->q.qlen -= dropped; in sfq_rehash() 598 qdisc_tree_reduce_backlog(sch, dropped, drop_len); in sfq_rehash() [all …]
|
/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…
|