22d05e5f89
The new rx_dropped counter is now incremented in real drop paths: - drop_waiting_packets_v4: ARP/NDP failed after MAX_TRIES, packets dropped - drop_waiting_packets_v6: same for IPv6 neighbor discovery - handle_missing_neighbor: waiting queue full, incoming packet dropped Net effect: stats now reflect actual packet loss conditions visible via /scheme/netcfg/ifaces/eth0/stats: rx_dropped=N (was always 0 before) tx_dropped was already incremented by qdisc drops (R24).