Searched refs:skb_tail (Results 1 – 7 of 7) sorted by relevance
275 rx->ctx.skb_tail = NULL; in gve_rx_alloc_ring_dqo()516 rx->ctx.skb_tail = NULL; in gve_rx_free_skb()544 num_frags = skb_shinfo(rx->ctx.skb_tail)->nr_frags; in gve_rx_copy_ondemand()545 skb_add_rx_frag(rx->ctx.skb_tail, num_frags, page, in gve_rx_copy_ondemand()564 int num_frags = skb_shinfo(rx->ctx.skb_tail)->nr_frags; in gve_rx_append_frags()573 if (rx->ctx.skb_tail == rx->ctx.skb_head) in gve_rx_append_frags()576 rx->ctx.skb_tail->next = skb; in gve_rx_append_frags()577 rx->ctx.skb_tail = skb; in gve_rx_append_frags()580 if (rx->ctx.skb_tail != rx->ctx.skb_head) { in gve_rx_append_frags()590 skb_add_rx_frag(rx->ctx.skb_tail, num_frags, in gve_rx_append_frags()[all …]
204 ctx->skb_tail = NULL; in gve_rx_ctx_clear()369 struct sk_buff *skb = ctx->skb_tail; in gve_rx_add_frags()378 ctx->skb_tail = skb; in gve_rx_add_frags()380 num_frags = skb_shinfo(ctx->skb_tail)->nr_frags; in gve_rx_add_frags()388 skb_shinfo(ctx->skb_tail)->frag_list = skb; in gve_rx_add_frags()390 ctx->skb_tail = skb; in gve_rx_add_frags()
177 struct sk_buff *skb_tail; member
73 struct sk_buff *skb_tail; member255 ch->skb_tail = skb; in xrx200_hw_receive()258 if (ch->skb_head == ch->skb_tail) in xrx200_hw_receive()259 skb_shinfo(ch->skb_tail)->frag_list = skb; in xrx200_hw_receive()261 ch->skb_tail->next = skb; in xrx200_hw_receive()262 ch->skb_tail = skb; in xrx200_hw_receive()274 ch->skb_tail = NULL; in xrx200_hw_receive()
740 struct sk_buff *skb_tail; in kauditd_send_queue() local746 skb_tail = skb_peek_tail(queue); in kauditd_send_queue()747 while ((skb != skb_tail) && (skb = skb_dequeue(queue))) { in kauditd_send_queue()
991 struct sk_buff *skb_head, *skb_tail; member
2653 rx->skb_tail->next = skb; in lan743x_rx_process_buffer()2656 rx->skb_tail = skb; in lan743x_rx_process_buffer()