Searched refs:OPTS_ZEROED (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | bpf.c | 743 if (!OPTS_ZEROED(opts, target_btf_id)) in bpf_link_create() 765 if (!OPTS_ZEROED(opts, perf_event)) in bpf_link_create() 775 if (!OPTS_ZEROED(opts, kprobe_multi)) in bpf_link_create() 786 if (!OPTS_ZEROED(opts, uprobe_multi)) in bpf_link_create() 795 if (!OPTS_ZEROED(opts, tracing)) in bpf_link_create() 803 if (!OPTS_ZEROED(opts, netfilter)) in bpf_link_create() 819 if (!OPTS_ZEROED(opts, tcx)) in bpf_link_create() 835 if (!OPTS_ZEROED(opts, netkit)) in bpf_link_create() 839 if (!OPTS_ZEROED(opts, flags)) in bpf_link_create() 859 if (!OPTS_ZEROED(opts, sz)) in bpf_link_create()
|
H A D | libbpf_internal.h | 330 #define OPTS_ZEROED(opts, last_nonzero_field) \ macro
|