Searched refs:skb_tail (Results 1 – 7 of 7) sorted by relevance
233 rx->ctx.skb_tail = NULL; in gve_rx_init_ring_state_dqo()659 rx->ctx.skb_tail = NULL; in gve_rx_free_skb()687 num_frags = skb_shinfo(rx->ctx.skb_tail)->nr_frags; in gve_rx_copy_ondemand()688 skb_add_rx_frag(rx->ctx.skb_tail, num_frags, page, in gve_rx_copy_ondemand()707 int num_frags = skb_shinfo(rx->ctx.skb_tail)->nr_frags; in gve_rx_append_frags()716 if (rx->ctx.skb_tail == rx->ctx.skb_head) in gve_rx_append_frags()719 rx->ctx.skb_tail->next = skb; in gve_rx_append_frags()720 rx->ctx.skb_tail = skb; in gve_rx_append_frags()723 if (rx->ctx.skb_tail != rx->ctx.skb_head) { in gve_rx_append_frags()733 skb_add_rx_frag(rx->ctx.skb_tail, num_frags, in gve_rx_append_frags()[all …]
58 ctx->skb_tail = NULL; in gve_rx_ctx_clear()451 struct sk_buff *skb = ctx->skb_tail; in gve_rx_add_frags()460 ctx->skb_tail = skb; in gve_rx_add_frags()462 num_frags = skb_shinfo(ctx->skb_tail)->nr_frags; in gve_rx_add_frags()470 skb_shinfo(ctx->skb_tail)->frag_list = skb; in gve_rx_add_frags()472 ctx->skb_tail = skb; in gve_rx_add_frags()
200 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()
1025 struct sk_buff *skb_head, *skb_tail; member
2521 rx->skb_tail->next = skb; in lan743x_rx_process_buffer()2524 rx->skb_tail = skb; in lan743x_rx_process_buffer()