Home
last modified time | relevance | path

Searched defs:HI_ARG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/samples/seccomp/
H A Dbpf-helper.h90 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32) macro
93 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) macro
/kernel/linux/linux-6.6/samples/seccomp/
H A Dbpf-helper.h90 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32) macro
93 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) macro

Completed in 2 milliseconds