Home
last modified time | relevance | path

Searched defs:skb_array (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dskb_array.h25 struct skb_array { struct
32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() argument
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c563 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, in get_skb_by_index()
592 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, in get_skb_by_index_ll()
/openbmc/linux/net/core/
H A Dskbuff.c1111 void *skb_array[KFREE_SKB_BULK_SIZE]; member