Searched refs:skb_next (Results 1 – 4 of 4) sorted by relevance
233 struct sk_buff *skb, *skb_next; in mwifiex_dequeue_tx_queue() local248 skb_next = skb_peek(&adapter->tx_data_q); in mwifiex_dequeue_tx_queue()250 skb_next = NULL; in mwifiex_dequeue_tx_queue()251 tx_param.next_pkt_len = ((skb_next) ? skb_next->len : 0); in mwifiex_dequeue_tx_queue()
1243 struct sk_buff *skb, *skb_next; in mwifiex_send_single_packet() local1264 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_single_packet()1266 skb_next = NULL; in mwifiex_send_single_packet()1270 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet()1333 struct sk_buff *skb, *skb_next; in mwifiex_send_processed_packet() local1355 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_processed_packet()1357 skb_next = NULL; in mwifiex_send_processed_packet()1364 ((skb_next) ? skb_next->len + in mwifiex_send_processed_packet()
128 struct sk_buff *skb_next, *skb_cur = skb; in send_cpu_listeners() local137 skb_next = NULL; in send_cpu_listeners()139 skb_next = skb_clone(skb_cur, GFP_KERNEL); in send_cpu_listeners()140 if (!skb_next) in send_cpu_listeners()148 skb_cur = skb_next; in send_cpu_listeners()
4235 struct sk_buff *skb, *skb_next = NULL; in sock_dequeue_err_skb() local4241 if (skb && (skb_next = skb_peek(q))) { in sock_dequeue_err_skb()4242 icmp_next = is_icmp_err_skb(skb_next); in sock_dequeue_err_skb()4244 sk->sk_err = SKB_EXT_ERR(skb_next)->ee.ee_origin; in sock_dequeue_err_skb()4251 if (skb_next) in sock_dequeue_err_skb()