Searched refs:xdp_get_buff_len (Results 1 – 12 of 12) sorted by relevance
399 tx_head->bytecount = xdp_get_buff_len(xdp); in __ice_xmit_xdp_ring()
925 total_rx_bytes += xdp_get_buff_len(first); in ice_clean_rx_irq_zc()
1243 total_rx_bytes += xdp_get_buff_len(xdp); in ice_clean_rx_irq()
152 static __always_inline unsigned int xdp_get_buff_len(struct xdp_buff *xdp) in xdp_get_buff_len() function
419 rx_ring->stats.rx.bytes += xdp_get_buff_len(xdp); in aq_xdp_run_prog()800 rx_ring->stats.rx.bytes += xdp_get_buff_len(&xdp); in __aq_ring_xdp_clean()
359 *rx_bytes = xdp_get_buff_len(xdp_buff); in i40e_handle_xdp_result_zc()
2594 size = xdp_get_buff_len(xdp); in i40e_clean_rx_irq()
339 u32 len = xdp_get_buff_len(xdp); in xsk_generic_rcv()354 u32 len = xdp_get_buff_len(xdp); in xsk_rcv()
5843 FN(xdp_get_buff_len, 188, ##ctx) \
3871 return xdp_get_buff_len(xdp); in BPF_CALL_1()3981 if (unlikely(offset + len > xdp_get_buff_len(xdp))) in bpf_xdp_pointer()4129 if (unlikely(offset > (int)xdp_get_buff_len(xdp) - ETH_HLEN)) in bpf_xdp_frags_shrink_tail()4972 if (unlikely(!xdp || xdp_size > xdp_get_buff_len(xdp))) in BPF_CALL_5()11820 bpf_dynptr_init(ptr__uninit, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()
1579 rx_byte_cnt += xdp_get_buff_len(&xdp_buff); in enetc_clean_rx_ring_xdp()