Searched refs:bpf_program__attach_netfilter (Results 1 – 5 of 5) sorted by relevance
93 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()
94 skel->links.defrag = bpf_program__attach_netfilter(skel->progs.defrag, &opts); in attach()
398 bpf_program__attach_netfilter;
872 bpf_program__attach_netfilter(const struct bpf_program *prog,
13386 struct bpf_link *bpf_program__attach_netfilter(const struct bpf_program *prog, in bpf_program__attach_netfilter() function