/Linux-v6.1/drivers/net/ethernet/google/gve/ |
D | gve_rx_dqo.c | 243 rx->ctx.skb_head = NULL; in gve_rx_alloc_ring_dqo() 470 if (!rx->ctx.skb_head) in gve_rx_free_skb() 473 dev_kfree_skb_any(rx->ctx.skb_head); in gve_rx_free_skb() 474 rx->ctx.skb_head = NULL; in gve_rx_free_skb() 499 if (rx->ctx.skb_tail != rx->ctx.skb_head) { in gve_rx_append_frags() 500 rx->ctx.skb_head->len += buf_len; in gve_rx_append_frags() 501 rx->ctx.skb_head->data_len += buf_len; in gve_rx_append_frags() 502 rx->ctx.skb_head->truesize += priv->data_buffer_size_dqo; in gve_rx_append_frags() 559 if (rx->ctx.skb_head) { in gve_rx_dqo() 570 rx->ctx.skb_head = gve_rx_copy(priv->dev, napi, in gve_rx_dqo() [all …]
|
D | gve_utils.c | 61 if (!ctx->skb_head) in gve_rx_copy() 62 ctx->skb_head = napi_alloc_skb(napi, ctx->total_expected_size); in gve_rx_copy() 64 if (unlikely(!ctx->skb_head)) in gve_rx_copy() 66 skb = ctx->skb_head; in gve_rx_copy()
|
D | gve_rx.c | 152 ctx->skb_head = NULL; in gve_rx_ctx_clear() 308 if (!ctx->skb_head) in gve_rx_add_frags() 309 ctx->skb_head = napi_get_frags(napi); in gve_rx_add_frags() 311 if (unlikely(!ctx->skb_head)) in gve_rx_add_frags() 314 skb = ctx->skb_head; in gve_rx_add_frags() 460 ctx->skb_head = NULL; in gve_rx_ctx_init()
|
D | gve.h | 150 struct sk_buff *skb_head; member
|
/Linux-v6.1/net/strparser/ |
D | strparser.c | 68 kfree_skb(strp->skb_head); in strp_parser_err() 69 strp->skb_head = NULL; in strp_parser_err() 104 head = strp->skb_head; in __strp_recv() 160 strp->skb_head = skb; in __strp_recv() 180 head = strp->skb_head; in __strp_recv() 183 strp->skb_head = head; in __strp_recv() 296 strp->skb_head = NULL; in __strp_recv() 515 if (strp->skb_head) { in strp_done() 516 kfree_skb(strp->skb_head); in strp_done() 517 strp->skb_head = NULL; in strp_done()
|
/Linux-v6.1/drivers/net/ethernet/ |
D | lantiq_xrx200.c | 72 struct sk_buff *skb_head; member 254 ch->skb_head = skb; in xrx200_hw_receive() 257 } else if (ch->skb_head) { in xrx200_hw_receive() 258 if (ch->skb_head == ch->skb_tail) in xrx200_hw_receive() 263 ch->skb_head->len += skb->len; in xrx200_hw_receive() 264 ch->skb_head->data_len += skb->len; in xrx200_hw_receive() 265 ch->skb_head->truesize += skb->truesize; in xrx200_hw_receive() 269 ch->skb_head->protocol = eth_type_trans(ch->skb_head, net_dev); in xrx200_hw_receive() 271 net_dev->stats.rx_bytes += ch->skb_head->len; in xrx200_hw_receive() 272 netif_receive_skb(ch->skb_head); in xrx200_hw_receive() [all …]
|
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
D | wmm.c | 107 skb_queue_head_init(&ra_list->skb_head); in mwifiex_wmm_allocate_ralist_node() 509 skb_queue_walk_safe(&ra_list->skb_head, skb, tmp) { in mwifiex_wmm_del_pkts_in_ralist_node() 510 skb_unlink(skb, &ra_list->skb_head); in mwifiex_wmm_del_pkts_in_ralist_node() 885 skb_queue_tail(&ra_list->skb_head, skb); in mwifiex_wmm_add_buf_txqueue() 1130 !skb_queue_empty(&ptr->skb_head)) in mwifiex_wmm_get_highest_priolist_ptr() 1218 skb_queue_walk_safe(&ptr->skb_head, skb, tmp) { in mwifiex_is_11n_aggragation_possible() 1242 if (skb_queue_empty(&ptr->skb_head)) { in mwifiex_send_single_packet() 1248 skb = skb_dequeue(&ptr->skb_head); in mwifiex_send_single_packet() 1256 if (!skb_queue_empty(&ptr->skb_head)) in mwifiex_send_single_packet() 1257 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_single_packet() [all …]
|
D | wmm.h | 33 if (skb_queue_empty(&ptr->skb_head)) in mwifiex_get_tid() 36 skb = skb_peek(&ptr->skb_head); in mwifiex_get_tid() 66 is_list_empty = skb_queue_empty(&ra_list->skb_head); in mwifiex_wmm_is_ra_list_empty()
|
D | 11n_aggr.c | 157 skb_src = skb_peek(&pra_list->skb_head); in mwifiex_11n_aggregate_pkt() 193 skb_src = skb_dequeue(&pra_list->skb_head); in mwifiex_11n_aggregate_pkt() 215 skb_src = skb_peek(&pra_list->skb_head); in mwifiex_11n_aggregate_pkt() 265 skb_queue_tail(&pra_list->skb_head, skb_aggr); in mwifiex_11n_aggregate_pkt()
|
D | uap_txrx.c | 32 if (skb_queue_empty(&ra_list->skb_head)) in mwifiex_uap_del_tx_pkts_in_ralist() 35 skb_queue_walk_safe(&ra_list->skb_head, skb, tmp) { in mwifiex_uap_del_tx_pkts_in_ralist() 38 __skb_unlink(skb, &ra_list->skb_head); in mwifiex_uap_del_tx_pkts_in_ralist()
|
D | tdls.c | 68 skb_queue_tail(&ra_list->skb_head, skb); in mwifiex_restore_tdls_packets() 100 skb_queue_walk_safe(&ra_list->skb_head, skb, in mwifiex_hold_tdls_packets() 104 __skb_unlink(skb, &ra_list->skb_head); in mwifiex_hold_tdls_packets()
|
D | main.h | 293 struct sk_buff_head skb_head; member
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.c | 332 struct sk_buff_head *skb_head; in nfp_flower_queue_ctl_msg() local 335 skb_head = &priv->cmsg_skbs_high; in nfp_flower_queue_ctl_msg() 337 skb_head = &priv->cmsg_skbs_low; in nfp_flower_queue_ctl_msg() 339 if (skb_queue_len(skb_head) >= NFP_FLOWER_WORKQ_MAX_SKBS) { in nfp_flower_queue_ctl_msg() 345 skb_queue_tail(skb_head, skb); in nfp_flower_queue_ctl_msg()
|
/Linux-v6.1/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 2619 dev_kfree_skb_irq(rx->skb_head); in lan743x_rx_process_buffer() 2620 rx->skb_head = NULL; in lan743x_rx_process_buffer() 2628 if (rx->skb_head) in lan743x_rx_process_buffer() 2629 dev_kfree_skb_irq(rx->skb_head); in lan743x_rx_process_buffer() 2630 rx->skb_head = skb; in lan743x_rx_process_buffer() 2631 } else if (rx->skb_head) { in lan743x_rx_process_buffer() 2633 if (skb_shinfo(rx->skb_head)->frag_list) in lan743x_rx_process_buffer() 2636 skb_shinfo(rx->skb_head)->frag_list = skb; in lan743x_rx_process_buffer() 2638 rx->skb_head->len += skb->len; in lan743x_rx_process_buffer() 2639 rx->skb_head->data_len += skb->len; in lan743x_rx_process_buffer() [all …]
|
D | lan743x_main.h | 991 struct sk_buff *skb_head, *skb_tail; member
|
/Linux-v6.1/include/net/ |
D | strparser.h | 99 struct sk_buff *skb_head; member
|
/Linux-v6.1/net/packet/ |
D | af_packet.c | 2126 u8 *skb_head = skb->data; in packet_rcv() local 2174 if (skb_head != skb->data) { in packet_rcv() 2175 skb->data = skb_head; in packet_rcv() 2224 if (skb_head != skb->data && skb_shared(skb)) { in packet_rcv() 2225 skb->data = skb_head; in packet_rcv() 2243 u8 *skb_head = skb->data; in tpacket_rcv() local 2328 skb_head = skb->data; in tpacket_rcv() 2493 if (skb_head != skb->data && skb_shared(skb)) { in tpacket_rcv() 2494 skb->data = skb_head; in tpacket_rcv()
|
/Linux-v6.1/drivers/net/usb/ |
D | r8152.c | 2252 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue; in r8152_tx_agg_fill() local 2256 __skb_queue_head_init(&skb_head); in r8152_tx_agg_fill() 2258 skb_queue_splice_init(tx_queue, &skb_head); in r8152_tx_agg_fill() 2271 skb = __skb_dequeue(&skb_head); in r8152_tx_agg_fill() 2278 __skb_queue_head(&skb_head, skb); in r8152_tx_agg_fill() 2286 r8152_csum_workaround(tp, skb, &skb_head); in r8152_tx_agg_fill() 2316 if (!skb_queue_empty(&skb_head)) { in r8152_tx_agg_fill() 2318 skb_queue_splice(&skb_head, tx_queue); in r8152_tx_agg_fill() 2679 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue; in rtl_drop_queued_tx() local 2685 __skb_queue_head_init(&skb_head); in rtl_drop_queued_tx() [all …]
|
/Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 488 static inline void ath10k_htt_append_frag_list(struct sk_buff *skb_head, in ath10k_htt_append_frag_list() argument 492 skb_shinfo(skb_head)->frag_list = frag_list; in ath10k_htt_append_frag_list() 493 skb_head->data_len = frag_len; in ath10k_htt_append_frag_list() 494 skb_head->len += skb_head->data_len; in ath10k_htt_append_frag_list()
|