| /linux/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | icssg_prueth.rst | 34 …- ``FW_DROPPED_PKT``: This counter is incremented when a packet is dropped at PRU because of rule … 37 - ``FW_TX_DROPPED_PACKET``: Counter for packets dropped via TX Port 38 - ``FW_TX_TS_DROPPED_PACKET``: Counter for packets with TS flag dropped via TX Port 39 - ``FW_INF_PORT_DISABLED``: Incremented when RX frame is dropped due to port being disabled 40 - ``FW_INF_SAV``: Incremented when RX frame is dropped due to Source Address violation 41 …- ``FW_INF_SA_DL``: Incremented when RX frame is dropped due to Source Address being in the denyli… 42 …- ``FW_INF_PORT_BLOCKED``: Incremented when RX frame is dropped due to port being blocked and fram… 43 - ``FW_INF_DROP_TAGGED`` : Incremented when RX frame is dropped for being tagged 44 - ``FW_INF_DROP_PRIOTAGGED``: Incremented when RX frame is dropped for being priority tagged 45 - ``FW_INF_DROP_NOTAG``: Incremented when RX frame is dropped for being untagged [all …]
|
| /linux/Documentation/networking/devlink/ |
| H A 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/include/net/ |
| H A D | dropreason-core.h | 142 * @SKB_NOT_DROPPED_YET: skb is not dropped yet (used for no-drop case) 159 /** @SKB_DROP_REASON_SOCKET_FILTER: dropped by socket filter */ 171 * recv() without MSG_OOB so dropped. 180 /** @SKB_DROP_REASON_NETFILTER_DROP: dropped by netfilter */ 335 /** @SKB_DROP_REASON_TCP_FASTOPEN: dropped by FASTOPEN request socket */ 353 * @SKB_DROP_REASON_BPF_CGROUP_EGRESS: dropped by BPF_PROG_TYPE_CGROUP_SKB 369 /** @SKB_DROP_REASON_TC_EGRESS: dropped in TC egress HOOK */ 371 /** @SKB_DROP_REASON_SECURITY_HOOK: dropped due to security HOOK */ 374 * @SKB_DROP_REASON_QDISC_DROP: dropped by qdisc when packet outputting ( 379 * @SKB_DROP_REASON_QDISC_BURST_DROP: dropped when net.core.qdisc_max_burst [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/Documentation/networking/device_drivers/ethernet/meta/ |
| H A D | fbnic.rst | 104 …- ``tti_cm_drop``: control messages dropped at the TX Extension (TEI) Interface because of credit … 105 …- ``tti_frame_drop``: packets dropped at the TX Extension (TEI) Interface because of credit starva… 106 - ``tti_tbi_drop``: packets dropped at the TX BMC Interface (TBI) because of credit starvation 122 - ``rxb_fifo[i]_dropped_frames``: frames dropped on RXB pool i 153 - ``rde_[i]_pkt_cq_drop``: packets dropped because RCQ is full 154 - ``rde_[i]_pkt_bdq_drop``: packets dropped because HPQ or PPQ ran out of host buffer 177 - ``pcie_ob_rd_no_tag``: Read requests dropped due to tag unavailability 178 - ``pcie_ob_rd_no_cpl_cred``: Read requests dropped due to completion 180 - ``pcie_ob_rd_no_np_cred``: Read requests dropped due to non-posted 188 it is dropped and the following netlink counters are updated [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 | 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()
|
| 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"
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 65 /// dropped *and* all children have been removed. 67 // we point to from being cleaned up if our parent `Dir`/`Entry` is dropped before us. 87 // If Arc creation fails, the `Entry` will be dropped, so the directory will be in create() 110 // SAFETY: Because data derives from a scope, and our entry will be dropped before in create_file() 111 // the data is dropped, it is guaranteed to outlive the entry we return. in create_file() 162 /// // The file is removed when `file` is dropped. 308 /// The file is removed when the returned [`File`] is dropped. 325 /// The file is removed when the returned [`File`] is dropped. 385 /// `Scope` handle is dropped. 411 /// When dropped, a `Scope` will remove all directories and files in the filesystem backed by the [all …]
|
| 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/drivers/thunderbolt/ |
| H A 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/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"
|
| H A D | sch_red.sh | 249 # Now push TCP, because non-TCP traffic would be early-dropped after the 273 # limit. Now that it is above, it should all get dropped, and backlog 277 check_fail $? "UDP traffic went into backlog instead of being early-dropped" 278 log_test "$name backlog > limit: UDP early-dropped" 298 check_err $? "UDP traffic was early-dropped instead of getting into backlog" 299 log_test "$name backlog > limit: UDP not dropped" 325 check_fail $? "Traffic went into backlog instead of being early-dropped" 359 check_err $? "Dropped packets not observed: 100 expected, $((now - base)) seen" 368 check_err $? "Dropped packets still observed: 0 expected, $((now - base)) seen"
|
| /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/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/testing/selftests/bpf/progs/ |
| H A D | ringbuf_bench.c | 21 long dropped __attribute__((aligned(128))) = 0; variable 51 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf() 65 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf()
|
| /linux/rust/pin-init/src/ |
| H A D | __internal.rs | 169 // SAFETY: As we are being dropped, we only call this once. And since `self.is_init` is in drop() 194 // The value is currently initialized, so it needs to be dropped before we can reuse in init() 238 /// When a value of this type is dropped, it drops a `T`. 246 /// Creates a new [`DropGuard<T>`]. It will [`ptr::drop_in_place`] `ptr` when it gets dropped. 252 /// It is the callers responsibility that `self` will only get dropped if the pointee of `ptr`: 253 /// - has not been dropped, 255 /// - will not be dropped by any other means.
|
| /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 …]
|