Home
last modified time | relevance | path

Searched refs:bpf_link_update_opts (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/ !
H A Dflow_dissector_reattach.c261 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_update_no_old_prog()
286 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_update_replace_old_prog()
311 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_update_same_prog()
336 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_update_invalid_opts()
396 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_update_invalid_prog()
439 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_update_netns_gone()
476 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_link_get_info()
H A Dcgroup_link.c39 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, link_upd_opts); in serial_test_cgroup_link()
H A Dlsm_cgroup.c64 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, update_opts); in test_lsm_cgroup_functional()
H A Dbpf_tcp_ca.c527 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, opts); in test_link_replace()
H A Dsockmap_basic.c171 DECLARE_LIBBPF_OPTS(bpf_link_update_opts, opts); in test_skmsg_helpers_with_link()
/linux/tools/lib/bpf/ !
H A Dbpf.h457 struct bpf_link_update_opts { struct
466 const struct bpf_link_update_opts *opts); argument
H A Dbpf.c938 const struct bpf_link_update_opts *opts) in bpf_link_update()
944 if (!OPTS_VALID(opts, bpf_link_update_opts)) in bpf_link_update()