Searched refs:prog_ids (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf.h | 562 __u32 *prog_ids; member 591 __u32 *prog_ids, __u32 *prog_cnt);
|
H A D | bpf.c | 936 attr.query.prog_ids = ptr_to_u64(OPTS_GET(opts, prog_ids, NULL)); in bpf_prog_query_opts() 951 __u32 *attach_flags, __u32 *prog_ids, __u32 *prog_cnt) in bpf_prog_query() 957 opts.prog_ids = prog_ids; in bpf_prog_query() 950 bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, __u32 *attach_flags, __u32 *prog_ids, __u32 *prog_cnt) bpf_prog_query() argument
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 294 aligned_uint64_t prog_ids; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 464 * programs. Additionally, if *prog_ids* is nonzero and the number 466 * *prog_ids* with the eBPF program ids of the programs attached 1554 __aligned_u64 prog_ids; member
|
Completed in 16 milliseconds