Searched refs:skb_array (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_generic.c | 725 struct skb_array q[PFIFO_FAST_BANDS]; 728 static inline struct skb_array *band2list(struct pfifo_fast_priv *priv, in band2list() 739 struct skb_array *q = band2list(priv, band); in pfifo_fast_enqueue() 767 struct skb_array *q = band2list(priv, band); in pfifo_fast_dequeue() 806 struct skb_array *q = band2list(priv, band); in pfifo_fast_peek() 820 struct skb_array *q = band2list(priv, band); in pfifo_fast_reset() 869 struct skb_array *q = band2list(priv, prio); in pfifo_fast_init() 888 struct skb_array *q = band2list(priv, prio); in pfifo_fast_destroy() 906 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len() 910 struct skb_array *q = band2list(priv, prio); in pfifo_fast_change_tx_queue_len()
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_main.c | 563 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, in get_skb_by_index() argument 575 pref = skb_array[x]; in get_skb_by_index() 580 pref = (skb_array[x]->data); in get_skb_by_index() 587 skb = skb_array[skb_index]; in get_skb_by_index() 588 skb_array[skb_index] = NULL; in get_skb_by_index() 592 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, in get_skb_by_index_ll() argument 602 pref = skb_array[x]; in get_skb_by_index_ll() 607 pref = (skb_array[x]->data); in get_skb_by_index_ll() 612 skb = skb_array[wqe_index]; in get_skb_by_index_ll() 613 skb_array[wqe_index] = NULL; in get_skb_by_index_ll()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1212 void *skb_array[KFREE_SKB_BULK_SIZE]; member 1226 sa->skb_array[sa->skb_count++] = skb; in kfree_skb_add_bulk() 1230 sa->skb_array); in kfree_skb_add_bulk() 1254 kmem_cache_free_bulk(net_hotdata.skbuff_cache, sa.skb_count, sa.skb_array); in kfree_skb_list_reason()
|