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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_main.c547 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, argument
559 pref = skb_array[x];
564 pref = (skb_array[x]->data);
571 skb = skb_array[skb_index];
572 skb_array[skb_index] = NULL;
576 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, argument
586 pref = skb_array[x];
591 pref = (skb_array[x]->data);
596 skb = skb_array[wqe_index];
597 skb_array[wqe_inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dlinux_osl.c779 struct sk_buff **skb_array = (struct sk_buff **)skbs; local
781 skb = skb_array[i];
823 struct sk_buff **skb_array = (struct sk_buff **)skbs; local
825 skb = skb_array[i];

Completed in 202 milliseconds