Searched refs:bpf_get_fd_by_id_opts (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_get_fd_by_id_opts.c19 LIBBPF_OPTS(bpf_get_fd_by_id_opts, fd_opts_rdonly,
/linux-master/tools/lib/bpf/
H A Dbpf.h484 struct bpf_get_fd_by_id_opts { struct
493 const struct bpf_get_fd_by_id_opts *opts);
496 const struct bpf_get_fd_by_id_opts *opts);
499 const struct bpf_get_fd_by_id_opts *opts);
502 const struct bpf_get_fd_by_id_opts *opts);
H A Dbpf.c1048 const struct bpf_get_fd_by_id_opts *opts)
1054 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts))
1071 const struct bpf_get_fd_by_id_opts *opts)
1077 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts))
1094 const struct bpf_get_fd_by_id_opts *opts)
1100 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts))
1117 const struct bpf_get_fd_by_id_opts *opts)
1123 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts))

Completed in 154 milliseconds