Home
last modified time | relevance | path

Searched refs:drop_count (Results 1 – 3 of 3) sorted by relevance

/include/net/
A Dcodel.h153 u32 drop_count; member
A Dcodel_impl.h196 stats->drop_count++; in codel_dequeue()
222 stats->drop_count++; in codel_dequeue()
A Dudp.h589 int drop_count; in udp_rcv_segment() local
596 drop_count = 1; in udp_rcv_segment()
622 drop_count = skb_shinfo(skb)->gso_segs; in udp_rcv_segment()
630 atomic_add(drop_count, &sk->sk_drops); in udp_rcv_segment()
631 SNMP_ADD_STATS(__UDPX_MIB(sk, ipv4), UDP_MIB_INERRORS, drop_count); in udp_rcv_segment()

Completed in 6 milliseconds