Home
last modified time | relevance | path

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

/samples/seccomp/
Dbpf-helper.c64 struct __bpf_label *begin = labels->labels, *end; in seccomp_bpf_label() local
72 end = begin + labels->count; in seccomp_bpf_label()
73 for (id = 0; begin < end; ++begin, ++id) { in seccomp_bpf_label()
85 struct sock_filter *end = filter + count; in seccomp_bpf_print() local
86 for ( ; filter < end; ++filter) in seccomp_bpf_print()