Searched refs:bpf_xdp_adjust_meta (Results 1 – 4 of 4) sorted by relevance
41 ret = bpf_xdp_adjust_meta(ctx, -(int)sizeof(*meta)); in _xdp_mark()
37 ret = bpf_xdp_adjust_meta(ctx, -round_up(ETH_ALEN, 4)); in ing_xdp()
86 static int (*bpf_xdp_adjust_meta)(void *ctx, int offset) = variable
3432 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument3453 .func = bpf_xdp_adjust_meta,5948 func == bpf_xdp_adjust_meta || in bpf_helper_changes_pkt_data()