Home
last modified time | relevance | path

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

/include/net/
Dudp.h464 int drop_count; in udp_rcv_segment() local
471 drop_count = 1; in udp_rcv_segment()
497 drop_count = skb_shinfo(skb)->gso_segs; in udp_rcv_segment()
505 atomic_add(drop_count, &sk->sk_drops); in udp_rcv_segment()
506 SNMP_ADD_STATS(__UDPX_MIB(sk, ipv4), UDP_MIB_INERRORS, drop_count); in udp_rcv_segment()
Dcodel.h153 u32 drop_count; member
Dcodel_impl.h196 stats->drop_count++; in codel_dequeue()
222 stats->drop_count++; in codel_dequeue()