Lines Matching refs:sk_buff
46 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb) in skb_array_produce()
51 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_irq()
56 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_bh()
61 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_any()
75 static inline struct sk_buff *__skb_array_peek(struct skb_array *a) in __skb_array_peek()
100 static inline struct sk_buff *__skb_array_consume(struct skb_array *a) in __skb_array_consume()
105 static inline struct sk_buff *skb_array_consume(struct skb_array *a) in skb_array_consume()
111 struct sk_buff **array, int n) in skb_array_consume_batched()
116 static inline struct sk_buff *skb_array_consume_irq(struct skb_array *a) in skb_array_consume_irq()
122 struct sk_buff **array, int n) in skb_array_consume_batched_irq()
127 static inline struct sk_buff *skb_array_consume_any(struct skb_array *a) in skb_array_consume_any()
133 struct sk_buff **array, int n) in skb_array_consume_batched_any()
139 static inline struct sk_buff *skb_array_consume_bh(struct skb_array *a) in skb_array_consume_bh()
145 struct sk_buff **array, int n) in skb_array_consume_batched_bh()
150 static inline int __skb_array_len_with_tag(struct sk_buff *skb) in __skb_array_len_with_tag()
195 struct sk_buff **skbs, int n) in skb_array_unconsume()