Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfilter.h842 const u32 size_machine = sizeof(unsigned long); in bpf_ctx_off_adjust_machine() local
844 if (size > size_machine && size % size_machine == 0) in bpf_ctx_off_adjust_machine()
845 size = size_machine; in bpf_ctx_off_adjust_machine()

Completed in 7 milliseconds