Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnetfilter_link_attach.c93 link = bpf_program__attach_netfilter(prog, &opts); in test_netfilter_link_attach()
102 link2 = bpf_program__attach_netfilter(prog, &opts); in test_netfilter_link_attach()
108 link2 = bpf_program__attach_netfilter(prog, &opts); in test_netfilter_link_attach()
H A Dip_check_defrag.c94 skel->links.defrag = bpf_program__attach_netfilter(skel->progs.defrag, &opts); in attach()
/linux/tools/lib/bpf/
H A Dlibbpf.map398 bpf_program__attach_netfilter;
H A Dlibbpf.h872 bpf_program__attach_netfilter(const struct bpf_program *prog,
H A Dlibbpf.c13386 struct bpf_link *bpf_program__attach_netfilter(const struct bpf_program *prog, in bpf_program__attach_netfilter() function