Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h792 const u32 size_machine = sizeof(unsigned long); in bpf_ctx_off_adjust_machine() local
794 if (size > size_machine && size % size_machine == 0) in bpf_ctx_off_adjust_machine()
795 size = size_machine; in bpf_ctx_off_adjust_machine()
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h811 const u32 size_machine = sizeof(unsigned long); in bpf_ctx_off_adjust_machine() local
813 if (size > size_machine && size % size_machine == 0) in bpf_ctx_off_adjust_machine()
814 size = size_machine; in bpf_ctx_off_adjust_machine()

Completed in 6 milliseconds