Home
last modified time | relevance | path

Searched refs:access_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h809 u8 access_off = off & (size_default - 1); in bpf_ctx_narrow_access_offset() local
812 return access_off; in bpf_ctx_narrow_access_offset()
814 return size_default - (access_off + size); in bpf_ctx_narrow_access_offset()
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h828 u8 access_off = off & (size_default - 1); in bpf_ctx_narrow_access_offset() local
831 return access_off; in bpf_ctx_narrow_access_offset()
833 return size_default - (access_off + size); in bpf_ctx_narrow_access_offset()

Completed in 5 milliseconds