Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Dbpf.c736 if (!OPTS_ZEROED(opts, target_btf_id)) in bpf_link_create()
758 if (!OPTS_ZEROED(opts, perf_event)) in bpf_link_create()
767 if (!OPTS_ZEROED(opts, kprobe_multi)) in bpf_link_create()
778 if (!OPTS_ZEROED(opts, uprobe_multi)) in bpf_link_create()
786 if (!OPTS_ZEROED(opts, tracing)) in bpf_link_create()
794 if (!OPTS_ZEROED(opts, netfilter)) in bpf_link_create()
810 if (!OPTS_ZEROED(opts, tcx)) in bpf_link_create()
814 if (!OPTS_ZEROED(opts, flags)) in bpf_link_create()
834 if (!OPTS_ZEROED(opts, sz)) in bpf_link_create()
Dlibbpf_internal.h312 #define OPTS_ZEROED(opts, last_nonzero_field) \ macro