Home
last modified time | relevance | path

Searched refs:skb_queue_len (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dfq_impl.h73 pending = min_t(int, 32, skb_queue_len(&flow->queue) / 2); in fq_flow_drop()
/include/linux/
Dskbuff.h1956 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() function