Searched refs:skb_array (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | skb_array.h | 25 struct skb_array { struct 32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() argument 37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full() 66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty() 76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty() 81 static inline bool skb_array_empty_bh(struct skb_array *a) in skb_array_empty_bh() 86 static inline bool skb_array_empty_irq(struct skb_array *a) in skb_array_empty_irq() 91 static inline bool skb_array_empty_any(struct skb_array *a) in skb_array_empty_any() 160 static inline int skb_array_peek_len(struct skb_array *a) in skb_array_peek_len() 205 BUILD_BUG_ON(offsetof(struct skb_array, ring)); in skb_array_resize_multiple() [all …]
|
/linux-6.3-rc2/net/sched/ |
A D | sch_generic.c | 712 struct skb_array q[PFIFO_FAST_BANDS]; 715 static inline struct skb_array *band2list(struct pfifo_fast_priv *priv, in band2list() 726 struct skb_array *q = band2list(priv, band); in pfifo_fast_enqueue() 752 struct skb_array *q = band2list(priv, band); in pfifo_fast_dequeue() 791 struct skb_array *q = band2list(priv, band); in pfifo_fast_peek() 805 struct skb_array *q = band2list(priv, band); in pfifo_fast_reset() 854 struct skb_array *q = band2list(priv, prio); in pfifo_fast_init() 873 struct skb_array *q = band2list(priv, prio); in pfifo_fast_destroy() 891 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len() 895 struct skb_array *q = band2list(priv, prio); in pfifo_fast_change_tx_queue_len()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/ehea/ |
A D | ehea_main.c | 562 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, in get_skb_by_index() argument 574 pref = skb_array[x]; in get_skb_by_index() 579 pref = (skb_array[x]->data); in get_skb_by_index() 586 skb = skb_array[skb_index]; in get_skb_by_index() 587 skb_array[skb_index] = NULL; in get_skb_by_index() 591 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, in get_skb_by_index_ll() argument 601 pref = skb_array[x]; in get_skb_by_index_ll() 606 pref = (skb_array[x]->data); in get_skb_by_index_ll() 611 skb = skb_array[wqe_index]; in get_skb_by_index_ll() 612 skb_array[wqe_index] = NULL; in get_skb_by_index_ll()
|
/linux-6.3-rc2/net/core/ |
A D | skbuff.c | 1019 void *skb_array[KFREE_SKB_BULK_SIZE]; member 1033 sa->skb_array[sa->skb_count++] = skb; in kfree_skb_add_bulk() 1037 sa->skb_array); in kfree_skb_add_bulk() 1061 kmem_cache_free_bulk(skbuff_cache, sa.skb_count, sa.skb_array); in kfree_skb_list_reason()
|
Completed in 30 milliseconds