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.c430 __s32 *adjust_offset, *val; in xdp_adjst_tail() local
444 adjust_offset = bpf_map_lookup_elem(&map_xdp_setup, &key); in xdp_adjst_tail()
445 if (!adjust_offset) in xdp_adjst_tail()
448 if (*adjust_offset < 0) in xdp_adjst_tail()
450 (__u16)(0 - *adjust_offset), in xdp_adjst_tail()
453 ret = xdp_adjst_tail_grow_data(ctx, (__u16)(*adjust_offset)); in xdp_adjst_tail()
/linux/tools/perf/util/
H A Ddebuginfo.c150 bool adjust_offset) in debuginfo__get_text_offset()
179 if (adjust_offset) in debuginfo__get_text_offset()
151 debuginfo__get_text_offset(struct debuginfo * dbg,Dwarf_Addr * offs,bool adjust_offset) debuginfo__get_text_offset() argument