Searched refs:skb_pool (Results 1 – 3 of 3) sorted by relevance
229 struct sk_buff_head *skb_pool; in refill_skbs() local233 skb_pool = &np->skb_pool; in refill_skbs()235 spin_lock_irqsave(&skb_pool->lock, flags); in refill_skbs()236 while (skb_pool->qlen < MAX_SKBS) { in refill_skbs()241 __skb_queue_tail(skb_pool, skb); in refill_skbs()243 spin_unlock_irqrestore(&skb_pool->lock, flags); in refill_skbs()284 skb = skb_dequeue(&np->skb_pool); in find_skb()538 struct sk_buff_head *skb_pool; in skb_pool_flush() local541 skb_pool = &np->skb_pool; in skb_pool_flush()542 skb_queue_purge_reason(skb_pool, SKB_CONSUMED); in skb_pool_flush()[all …]
688 typedef struct skb_pool { struct691 } skb_pool; argument722 skb_pool sbpool; /* Small buffers */723 skb_pool lbpool; /* Large buffers */724 skb_pool hbpool; /* Pre-allocated huge buffers */725 skb_pool iovpool; /* iovector buffers */
38 struct sk_buff_head skb_pool; member