Home
last modified time | relevance | path

Searched refs:bpf_ctx_off_adjust_machine (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dfilter.h658 static inline u32 bpf_ctx_off_adjust_machine(u32 size) in bpf_ctx_off_adjust_machine() function
671 size_default = bpf_ctx_off_adjust_machine(size_default); in bpf_ctx_narrow_align_ok()
672 size_access = bpf_ctx_off_adjust_machine(size_access); in bpf_ctx_narrow_align_ok()
/Linux-v4.19/kernel/bpf/
Dverifier.c5420 u32 size_default = bpf_ctx_off_adjust_machine(ctx_field_size); in convert_ctx_accesses()