Lines Matching refs:off
98 .off = 0, \
106 .off = 0, \
116 .off = 0, \
124 .off = 0, \
134 .off = 0, \
144 .off = 0, \
152 .off = 0, \
162 .off = 0, \
170 .off = 0, \
179 .off = 0, \
196 .off = 0, \
202 .off = 0, \
216 .off = 0, \
224 .off = 0, \
234 .off = 0, \
244 .off = 0, \
254 .off = OFF, \
264 .off = OFF, \
274 .off = OFF, \
284 .off = OFF, \
294 .off = OFF, \
304 .off = OFF, \
314 .off = OFF, \
324 .off = OFF, \
334 .off = OFF, \
344 .off = 0, \
357 .off = 0, \
367 .off = OFF, \
377 .off = 0, \
387 .off = 0, \
801 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() argument
807 bpf_ctx_narrow_access_offset(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_offset() argument
809 u8 access_off = off & (size_default - 1); in bpf_ctx_narrow_access_offset()
818 #define bpf_ctx_wide_access_ok(off, size, type, field) \ argument
820 off >= offsetof(type, field) && \
821 off + sizeof(__u64) <= offsetofend(type, field) && \
822 off % sizeof(__u64) == 0)
918 struct bpf_prog *bpf_patch_insn_single(struct bpf_prog *prog, u32 off,
920 int bpf_remove_insns(struct bpf_prog *prog, u32 off, u32 cnt);
1088 unsigned long *off, char *sym);
1095 unsigned long *off, char **modname, char *sym) in bpf_address_lookup() argument
1097 const char *ret = __bpf_address_lookup(addr, size, off, sym); in bpf_address_lookup()
1143 unsigned long *off, char *sym) in __bpf_address_lookup() argument
1161 unsigned long *off, char **modname, char *sym) in bpf_address_lookup() argument