Home
last modified time | relevance | path

Searched refs:adjust_offset (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c424 __s32 *adjust_offset, *val; in xdp_adjst_head_shrnk_data()
438 adjust_offset = bpf_map_lookup_elem(&map_xdp_setup, &key); in xdp_adjst_head_shrnk_data()
439 if (!adjust_offset) in xdp_adjst_head_shrnk_data()
442 if (*adjust_offset < 0) in xdp_adjst_head_shrnk_data()
444 (__u16)(0 - *adjust_offset), in xdp_adjst_head_shrnk_data()
447 ret = xdp_adjst_tail_grow_data(ctx, (__u16)(*adjust_offset)); in xdp_adjst_head_shrnk_data()
366 __s32 *adjust_offset, *val; xdp_adjst_tail() local
/linux/tools/perf/util/
H A Ddebuginfo.c151 bool adjust_offset) in debuginfo__get_text_offset() argument
180 if (adjust_offset) in debuginfo__get_text_offset()