Searched refs:skb_tail (Results 1 – 7 of 7) sorted by relevance
275 rx->ctx.skb_tail = NULL; in gve_rx_alloc_ring_dqo()518 rx->ctx.skb_tail = NULL; in gve_rx_free_skb()546 num_frags = skb_shinfo(rx->ctx.skb_tail)->nr_frags; in gve_rx_copy_ondemand()547 skb_add_rx_frag(rx->ctx.skb_tail, num_frags, page, in gve_rx_copy_ondemand()566 int num_frags = skb_shinfo(rx->ctx.skb_tail)->nr_frags; in gve_rx_append_frags()575 if (rx->ctx.skb_tail == rx->ctx.skb_head) in gve_rx_append_frags()578 rx->ctx.skb_tail->next = skb; in gve_rx_append_frags()579 rx->ctx.skb_tail = skb; in gve_rx_append_frags()582 if (rx->ctx.skb_tail != rx->ctx.skb_head) { in gve_rx_append_frags()592 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()
751 struct sk_buff *skb_tail; in kauditd_send_queue() local757 skb_tail = skb_peek_tail(queue); in kauditd_send_queue()758 while ((skb != skb_tail) && (skb = skb_dequeue(queue))) { in kauditd_send_queue()
1019 struct sk_buff *skb_head, *skb_tail; member
2655 rx->skb_tail->next = skb; in lan743x_rx_process_buffer()2658 rx->skb_tail = skb; in lan743x_rx_process_buffer()