Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfilter.h668 static inline bool bpf_ctx_narrow_align_ok(u32 off, u32 size_access, in bpf_ctx_narrow_align_ok() argument
672 size_access = bpf_ctx_off_adjust_machine(size_access); in bpf_ctx_narrow_align_ok()
677 return (off & (size_default - 1)) + size_access == size_default; in bpf_ctx_narrow_align_ok()