Searched refs:bpf_link_update_opts (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c261 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
286 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
311 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
336 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
396 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
439 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
476 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
H A Dcgroup_link.c39 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, link_upd_opts);
H A Dlsm_cgroup.c68 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts);
H A Dbpf_tcp_ca.c492 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, opts);
/linux-master/tools/lib/bpf/
H A Dbpf.h449 struct bpf_link_update_opts { struct
458 const struct bpf_link_update_opts *opts);
H A Dbpf.c890 const struct bpf_link_update_opts *opts)
896 if (!OPTS_VALID(opts, bpf_link_update_opts))

Completed in 254 milliseconds