Searched refs:OPTS_ZEROED (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf.c | 736 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() 826 if (!OPTS_ZEROED(opts, netkit)) in bpf_link_create() 830 if (!OPTS_ZEROED(opts, flags)) in bpf_link_create() 850 if (!OPTS_ZEROED(opt in bpf_link_create() [all...] |
H A D | libbpf_internal.h | 357 #define OPTS_ZEROED(opts, last_nonzero_field) \ macro
|
Completed in 4 milliseconds