Searched refs:OPTS_ZEROED (Results 1 – 2 of 2) sorted by relevance
692 if (!OPTS_ZEROED(opts, target_btf_id)) in bpf_link_create()714 if (!OPTS_ZEROED(opts, perf_event)) in bpf_link_create()723 if (!OPTS_ZEROED(opts, kprobe_multi)) in bpf_link_create()731 if (!OPTS_ZEROED(opts, tracing)) in bpf_link_create()735 if (!OPTS_ZEROED(opts, flags)) in bpf_link_create()755 if (!OPTS_ZEROED(opts, sz)) in bpf_link_create()
311 #define OPTS_ZEROED(opts, last_nonzero_field) \ macro