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()
1230 struct sk_buff *skb, *skb_next; in mwifiex_send_single_packet() local1250 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_single_packet()1252 skb_next = NULL; in mwifiex_send_single_packet()1256 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet()1316 struct sk_buff *skb, *skb_next; in mwifiex_send_processed_packet() local1336 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_processed_packet()1338 skb_next = NULL; in mwifiex_send_processed_packet()1345 ((skb_next) ? skb_next->len + in mwifiex_send_processed_packet()
118 struct sk_buff *skb_next, *skb_cur = skb; in send_cpu_listeners() local127 skb_next = NULL; in send_cpu_listeners()129 skb_next = skb_clone(skb_cur, GFP_KERNEL); in send_cpu_listeners()130 if (!skb_next) in send_cpu_listeners()138 skb_cur = skb_next; in send_cpu_listeners()
4446 struct sk_buff *skb, *skb_next = NULL; in sock_dequeue_err_skb() local4452 if (skb && (skb_next = skb_peek(q))) { in sock_dequeue_err_skb()4453 icmp_next = is_icmp_err_skb(skb_next); in sock_dequeue_err_skb()4455 sk->sk_err = SKB_EXT_ERR(skb_next)->ee.ee_origin; in sock_dequeue_err_skb()4462 if (skb_next) in sock_dequeue_err_skb()