Searched refs:ptr_off (Results 1 – 4 of 4) sorted by relevance
28 int ptr_off; member67 out->ptr_off = bpf_core_field_offset(struct core_reloc_size, ptr_field); in test_core_size()
809 int ptr_off;799 int ptr_off; global() member
295 .ptr_off = offsetof(type, ptr_field), \
4023 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local4044 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()