Searched refs:OPTS_SET (Results 1 – 3 of 3) sorted by relevance
/linux/tools/lib/bpf/ |
A D | netlink.c | 512 OPTS_SET(info->opts, prog_id, libbpf_nla_getattr_u32(tbb[TCA_BPF_ID])); in __get_tc_info() 513 OPTS_SET(info->opts, handle, tc->tcm_handle); in __get_tc_info() 514 OPTS_SET(info->opts, priority, TC_H_MAJ(tc->tcm_info) >> 16); in __get_tc_info()
|
A D | bpf.c | 909 OPTS_SET(opts, data_size_out, attr.test.data_size_out); in bpf_prog_test_run_opts() 910 OPTS_SET(opts, ctx_size_out, attr.test.ctx_size_out); in bpf_prog_test_run_opts() 911 OPTS_SET(opts, duration, attr.test.duration); in bpf_prog_test_run_opts() 912 OPTS_SET(opts, retval, attr.test.retval); in bpf_prog_test_run_opts()
|
A D | libbpf_internal.h | 260 #define OPTS_SET(opts, field, value) \ macro
|
Completed in 6 milliseconds