Searched refs:xdp_get_buff_len (Results 1 – 7 of 7) sorted by relevance
399 tx_head->bytecount = xdp_get_buff_len(xdp); in __ice_xmit_xdp_ring()
1246 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
429 rx_ring->stats.rx.bytes += xdp_get_buff_len(xdp); in aq_xdp_run_prog()812 rx_ring->stats.rx.bytes += xdp_get_buff_len(&xdp); in __aq_ring_xdp_clean()
5695 FN(xdp_get_buff_len, 188, ##ctx) \
3833 return xdp_get_buff_len(xdp); in BPF_CALL_1()3943 if (offset + len > xdp_get_buff_len(xdp)) in bpf_xdp_pointer()4044 if (unlikely(offset > (int)xdp_get_buff_len(xdp) - ETH_HLEN)) in bpf_xdp_frags_shrink_tail()4903 if (unlikely(!xdp || xdp_size > xdp_get_buff_len(xdp))) in BPF_CALL_5()
Completed in 54 milliseconds