Home
last modified time | relevance | path

Searched refs:skb_array (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
A Dskb_array.h25 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/net/sched/
A Dsch_generic.c660 struct skb_array q[PFIFO_FAST_BANDS];
663 static inline struct skb_array *band2list(struct pfifo_fast_priv *priv, in band2list()
674 struct skb_array *q = band2list(priv, band); in pfifo_fast_enqueue()
700 struct skb_array *q = band2list(priv, band); in pfifo_fast_dequeue()
739 struct skb_array *q = band2list(priv, band); in pfifo_fast_peek()
753 struct skb_array *q = band2list(priv, band); in pfifo_fast_reset()
802 struct skb_array *q = band2list(priv, prio); in pfifo_fast_init()
821 struct skb_array *q = band2list(priv, prio); in pfifo_fast_destroy()
839 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len()
843 struct skb_array *q = band2list(priv, prio); in pfifo_fast_change_tx_queue_len()
A D.sch_generic.o.cmd1382 include/linux/skb_array.h \
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_main.c560 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, in get_skb_by_index() argument
572 pref = skb_array[x]; in get_skb_by_index()
577 pref = (skb_array[x]->data); in get_skb_by_index()
584 skb = skb_array[skb_index]; in get_skb_by_index()
585 skb_array[skb_index] = NULL; in get_skb_by_index()
589 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, in get_skb_by_index_ll() argument
599 pref = skb_array[x]; in get_skb_by_index_ll()
604 pref = (skb_array[x]->data); in get_skb_by_index_ll()
609 skb = skb_array[wqe_index]; in get_skb_by_index_ll()
610 skb_array[wqe_index] = NULL; in get_skb_by_index_ll()
/linux/drivers/net/
A D.tun.o.cmd1510 include/linux/skb_array.h \

Completed in 18 milliseconds