Searched refs:skb_array (Results 1 – 3 of 3) sorted by relevance
/linux/net/sched/ |
H A D | sch_generic.c | 722 struct skb_array q[PFIFO_FAST_BANDS]; 725 static inline struct skb_array *band2list(struct pfifo_fast_priv *priv, in band2list() 736 struct skb_array *q = band2list(priv, band); in pfifo_fast_enqueue() 764 struct skb_array *q = band2list(priv, band); in pfifo_fast_dequeue() 803 struct skb_array *q = band2list(priv, band); in pfifo_fast_peek() 817 struct skb_array *q = band2list(priv, band); in pfifo_fast_reset() 866 struct skb_array *q = band2list(priv, prio); in pfifo_fast_init() 885 struct skb_array *q = band2list(priv, prio); in pfifo_fast_destroy() 903 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len() 907 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 | 1211 void *skb_array[KFREE_SKB_BULK_SIZE]; member 1225 sa->skb_array[sa->skb_count++] = skb; in kfree_skb_add_bulk() 1229 sa->skb_array); in kfree_skb_add_bulk() 1253 kmem_cache_free_bulk(net_hotdata.skbuff_cache, sa.skb_count, sa.skb_array); in kfree_skb_list_reason()
|