Searched refs:ptr_off (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c28 int ptr_off; member in struct:core_reloc_size_output
67 out->ptr_off = bpf_core_field_offset(struct core_reloc_size, ptr_field);
H A Dcore_reloc_types.h799 int ptr_off; member in struct:core_reloc_size_output
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1162 unsigned int size, unsigned int ptr_off, u8 gpr, u8 ptr_gpr,
1165 s32 off = nfp_prog->stack_frame_depth + meta->insn.off + ptr_off;
1176 /* Use of the last encountered ptr_off is OK, they all have
2641 unsigned int size, unsigned int ptr_off)
2643 return mem_op_stack(nfp_prog, meta, size, ptr_off,
2962 unsigned int size, unsigned int ptr_off)
2964 return mem_op_stack(nfp_prog, meta, size, ptr_off,
1161 mem_op_stack(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, unsigned int size, unsigned int ptr_off, u8 gpr, u8 ptr_gpr, bool clr_gpr, lmem_step step) argument
2640 mem_ldx_stack(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, unsigned int size, unsigned int ptr_off) argument
2961 mem_stx_stack(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, unsigned int size, unsigned int ptr_off) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c293 .ptr_off = offsetof(type, ptr_field), \
/linux-master/net/core/
H A Dfilter.c3939 unsigned long ptr_len, ptr_off = 0; local
3960 if (off < ptr_off + ptr_len) {
3961 unsigned long copy_off = off - ptr_off;
3976 ptr_off += ptr_len;

Completed in 184 milliseconds