Searched refs:bpf_program__attach_netfilter (Results 1 - 4 of 4) sorted by relevance

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

Completed in 175 milliseconds