/linux-6.14.4/Documentation/networking/devlink/ |
D | devlink-trap.rst | 91 * ``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 …]
|
/linux-6.14.4/include/net/ |
D | dropreason-core.h | 129 * @SKB_NOT_DROPPED_YET: skb is not dropped yet (used for no-drop case) 146 /** @SKB_DROP_REASON_SOCKET_FILTER: dropped by socket filter */ 158 * recv() without MSG_OOB so dropped. 167 /** @SKB_DROP_REASON_NETFILTER_DROP: dropped by netfilter */ 303 /** @SKB_DROP_REASON_TCP_FASTOPEN: dropped by FASTOPEN request socket */ 321 * @SKB_DROP_REASON_BPF_CGROUP_EGRESS: dropped by BPF_PROG_TYPE_CGROUP_SKB 335 /** @SKB_DROP_REASON_TC_EGRESS: dropped in TC egress HOOK */ 337 /** @SKB_DROP_REASON_SECURITY_HOOK: dropped due to security HOOK */ 340 * @SKB_DROP_REASON_QDISC_DROP: dropped by qdisc when packet outputting ( 345 * @SKB_DROP_REASON_QDISC_OVERLIMIT: dropped by qdisc when a qdisc [all …]
|
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-6.14.4/tools/testing/selftests/net/ |
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-6.14.4/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
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-6.14.4/tools/testing/selftests/drivers/net/mlxsw/ |
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-6.14.4/samples/bpf/ |
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 …]
|
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"
|
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-6.14.4/drivers/thunderbolt/ |
D | trace.h | 164 TP_PROTO(int index, u8 type, const void *data, size_t size, bool dropped), 165 TP_ARGS(index, type, data, size, dropped), 171 __field(bool, dropped) 178 __entry->dropped = dropped; 180 TP_printk("type=%s, dropped=%u, size=%zd, domain=%d, %s", 181 show_type_name(__entry->type), __entry->dropped,
|
/linux-6.14.4/Documentation/ABI/testing/ |
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-6.14.4/net/batman-adv/ |
D | soft-interface.c | 207 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() 316 goto dropped; in batadv_interface_tx() 327 goto dropped; in batadv_interface_tx() [all …]
|
/linux-6.14.4/drivers/net/wireless/silabs/wfx/ |
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-6.14.4/include/uapi/linux/ |
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-6.14.4/tools/include/uapi/linux/ |
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-6.14.4/tools/testing/selftests/bpf/progs/ |
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-6.14.4/tools/testing/selftests/net/forwarding/ |
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"
|
D | sch_red.sh | 253 # Now push TCP, because non-TCP traffic would be early-dropped after the 277 # limit. Now that it is above, it should all get dropped, and backlog 281 check_fail $? "UDP traffic went into backlog instead of being early-dropped" 282 log_test "$name backlog > limit: UDP early-dropped" 302 check_err $? "UDP traffic was early-dropped instead of getting into backlog" 303 log_test "$name backlog > limit: UDP not dropped" 329 check_fail $? "Traffic went into backlog instead of being early-dropped" 363 check_err $? "Dropped packets not observed: 100 expected, $((now - base)) seen" 372 check_err $? "Dropped packets still observed: 0 expected, $((now - base)) seen"
|
/linux-6.14.4/rust/kernel/init/ |
D | __internal.rs | 148 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is in drop() 173 // The value is currently initialized, so it needs to be dropped before we can reuse in init() 189 /// When a value of this type is dropped, it drops a `T`. 197 /// Creates a new [`DropGuard<T>`]. It will [`ptr::drop_in_place`] `ptr` when it gets dropped. 203 /// It is the callers responsibility that `self` will only get dropped if the pointee of `ptr`: 204 /// - has not been dropped, 206 /// - will not be dropped by any other means.
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
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-6.14.4/drivers/net/ethernet/emulex/benet/ |
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-6.14.4/tools/perf/util/ |
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-6.14.4/rust/kernel/ |
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() 162 /// [`Revocable::try_access`] beforehand and still haven't dropped the returned guard), this 175 // dropped). in drop()
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/meta/ |
D | fbnic.rst | 68 - ``pcie_ob_rd_no_tag``: Read requests dropped due to tag unavailability 69 - ``pcie_ob_rd_no_cpl_cred``: Read requests dropped due to completion 71 - ``pcie_ob_rd_no_np_cred``: Read requests dropped due to non-posted
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeon_ep/ |
D | octep_rx.h | 131 /* Packets dropped due to RX FIFO full */ 134 /* Octets dropped due to RX FIFO full */ 146 /* NCSI-bound packets dropped */ 149 /* NCSI-bound octets dropped */
|