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

/drivers/net/wireless/mwifiex/
H A Dwmm.c1006 struct sk_buff *skb, *skb_next; variable in typeref:struct:
1026 skb_next = skb_peek(&ptr->skb_head);
1028 skb_next = NULL;
1032 tx_param.next_pkt_len = ((skb_next) ? skb_next->len +
1106 struct sk_buff *skb, *skb_next; variable in typeref:struct:
1118 skb_next = skb_peek(&ptr->skb_head);
1120 skb_next = NULL;
1126 ((skb_next) ? skb_next
[all...]

Completed in 26 milliseconds