Home
last modified time | relevance | path

Searched refs:ptr_off (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c28 int ptr_off; member
67 out->ptr_off = bpf_core_field_offset(struct core_reloc_size, ptr_field); in test_core_size()
H A Dcore_reloc_types.h809 int ptr_off;
799 int ptr_off; global() member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c295 .ptr_off = offsetof(type, ptr_field), \
/linux/net/core/
H A Dfilter.c4023 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local
4044 if (off < ptr_off + ptr_len) { in bpf_xdp_copy_buf()
4045 unsigned long copy_off = off - ptr_off; in bpf_xdp_copy_buf()
4060 ptr_off += ptr_len; in bpf_xdp_copy_buf()