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