Lines Matching refs:sk_buff
42 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb) in skb_array_produce()
47 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_irq()
52 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_bh()
57 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_any()
71 static inline struct sk_buff *__skb_array_peek(struct skb_array *a) in __skb_array_peek()
96 static inline struct sk_buff *__skb_array_consume(struct skb_array *a) in __skb_array_consume()
101 static inline struct sk_buff *skb_array_consume(struct skb_array *a) in skb_array_consume()
107 struct sk_buff **array, int n) in skb_array_consume_batched()
112 static inline struct sk_buff *skb_array_consume_irq(struct skb_array *a) in skb_array_consume_irq()
118 struct sk_buff **array, int n) in skb_array_consume_batched_irq()
123 static inline struct sk_buff *skb_array_consume_any(struct skb_array *a) in skb_array_consume_any()
129 struct sk_buff **array, int n) in skb_array_consume_batched_any()
135 static inline struct sk_buff *skb_array_consume_bh(struct skb_array *a) in skb_array_consume_bh()
141 struct sk_buff **array, int n) in skb_array_consume_batched_bh()
146 static inline int __skb_array_len_with_tag(struct sk_buff *skb) in __skb_array_len_with_tag()
192 struct sk_buff **skbs, int n) in skb_array_unconsume()