Searched refs:xdp_get_buff_len (Results 1 – 5 of 5) sorted by relevance
149 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()
5628 FN(xdp_get_buff_len), \
3795 return xdp_get_buff_len(xdp); in BPF_CALL_1()3905 if (offset + len > xdp_get_buff_len(xdp)) in bpf_xdp_pointer()4006 if (unlikely(offset > (int)xdp_get_buff_len(xdp) - ETH_HLEN)) in bpf_xdp_frags_shrink_tail()4857 if (unlikely(!xdp || xdp_size > xdp_get_buff_len(xdp))) in BPF_CALL_5()