Home
last modified time | relevance | path

Searched refs:bpf_program__attach_netfilter (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnetfilter_link_attach.c60 link = bpf_program__attach_netfilter(prog, &opts); in test_netfilter_link_attach()
67 link2 = bpf_program__attach_netfilter(prog, &opts); in test_netfilter_link_attach()
73 link2 = bpf_program__attach_netfilter(prog, &opts); in test_netfilter_link_attach()
H A Dip_check_defrag.c92 skel->links.defrag = bpf_program__attach_netfilter(skel->progs.defrag, &opts); in attach()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map400 bpf_program__attach_netfilter;
H A Dlibbpf.h785 bpf_program__attach_netfilter(const struct bpf_program *prog,
H A Dlibbpf.c12084 struct bpf_link *bpf_program__attach_netfilter(const struct bpf_program *prog, in bpf_program__attach_netfilter() function