Searched refs:bpf_xdp_adjust_tail (Results 1 – 4 of 4) sorted by relevance
47 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in _xdp_adjust_tail_shrink()
44 if (bpf_xdp_adjust_tail(xdp, offset)) in _xdp_adjust_tail_grow()
364 if (bpf_xdp_adjust_tail(ctx, 0 - offset) < 0) in xdp_adjst_tail() 410 if (bpf_xdp_adjust_tail(ctx, offset) < 0) { in xdp_adjst_head_shrnk_data()
4251 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument4280 .func = bpf_xdp_adjust_tail,