Searched refs:LO_ARG (Results 1 – 1 of 1) sorted by relevance
65 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) macro67 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32) macro139 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, LO_ARG(idx))143 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, LO_ARG(idx)), \