Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf.c693 if (!OPTS_ZEROED(opts, target_btf_id)) in bpf_link_create()
715 if (!OPTS_ZEROED(opts, perf_event)) in bpf_link_create()
719 if (!OPTS_ZEROED(opts, flags)) in bpf_link_create()
Dlibbpf_internal.h240 #define OPTS_ZEROED(opts, last_nonzero_field) \ macro