Searched refs:size_access (Results 1 – 1 of 1) sorted by relevance
668 static inline bool bpf_ctx_narrow_align_ok(u32 off, u32 size_access, in bpf_ctx_narrow_align_ok() argument672 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()