Searched refs:skb_array (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dskb_array.h3 * Definitions for the 'struct skb_array' datastructure.
25 struct skb_array { struct
32 static inline bool __skb_array_full(struct skb_array *a)
37 static inline bool skb_array_full(struct skb_array *a)
42 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb)
47 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb)
52 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb)
57 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb)
66 static inline bool __skb_array_empty(struct skb_array *a)
71 static inline struct sk_buff *__skb_array_peek(struct skb_array *
[all...]
H A Dif_tap.h6 #include <linux/skb_array.h>
/linux-master/drivers/net/wireguard/
H A Dqueueing.c7 #include <linux/skb_array.h>
/linux-master/net/sched/
H A Dsch_generic.c25 #include <linux/skb_array.h>
715 struct skb_array q[PFIFO_FAST_BANDS];
718 static inline struct skb_array *band2list(struct pfifo_fast_priv *priv,
729 struct skb_array *q = band2list(priv, band);
755 struct skb_array *q = band2list(priv, band);
794 struct skb_array *q = band2list(priv, band);
808 struct skb_array *q = band2list(priv, band);
857 struct skb_array *q = band2list(priv, prio);
876 struct skb_array *q = band2list(priv, prio);
894 struct skb_array *band
[all...]
/linux-master/drivers/net/
H A Dmacvtap.c26 #include <linux/skb_array.h>
H A Dtap.c27 #include <linux/skb_array.h>
H A Dtun.c69 #include <linux/skb_array.h>
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c563 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, argument
575 pref = skb_array[x];
580 pref = (skb_array[x]->data);
587 skb = skb_array[skb_index];
588 skb_array[skb_index] = NULL;
592 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, argument
602 pref = skb_array[x];
607 pref = (skb_array[x]->data);
612 skb = skb_array[wqe_index];
613 skb_array[wqe_inde
[all...]
/linux-master/net/core/
H A Dskbuff.c1260 void *skb_array[KFREE_SKB_BULK_SIZE]; member in struct:skb_free_array
1274 sa->skb_array[sa->skb_count++] = skb;
1278 sa->skb_array);
1302 kmem_cache_free_bulk(net_hotdata.skbuff_cache, sa.skb_count, sa.skb_array);
/linux-master/drivers/vhost/
H A Dnet.c30 #include <linux/skb_array.h>

Completed in 216 milliseconds