Searched refs:OPTS_ZEROED (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | bpf.c | 744 if (!OPTS_ZEROED(opts, target_btf_id)) in bpf_link_create() 766 if (!OPTS_ZEROED(opts, perf_event)) in bpf_link_create() 776 if (!OPTS_ZEROED(opts, kprobe_multi)) in bpf_link_create() 788 if (!OPTS_ZEROED(opts, uprobe_multi)) in bpf_link_create() 797 if (!OPTS_ZEROED(opts, tracing)) in bpf_link_create() 805 if (!OPTS_ZEROED(opts, netfilter)) in bpf_link_create() 821 if (!OPTS_ZEROED(opts, tcx)) in bpf_link_create() 837 if (!OPTS_ZEROED(opts, netkit)) in bpf_link_create() 881 if (!OPTS_ZEROED(opts, cgroup)) in bpf_link_create() 885 if (!OPTS_ZEROED(opt in bpf_link_create() [all...] |
H A D | libbpf_internal.h | 331 #define OPTS_ZEROED(opts, last_nonzero_field) \ macro
|