Searched refs:skb_array (Results 1 – 1 of 1) sorted by relevance
25 struct skb_array { struct32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() argument37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full()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()66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty()71 static inline struct sk_buff *__skb_array_peek(struct skb_array *a) in __skb_array_peek()76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty()[all …]