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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c12615 struct bpf_link *bpf_program__attach_netfilter(const struct bpf_program *prog, function
H A Dlibbpf.h804 bpf_program__attach_netfilter(const struct bpf_program *prog,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dip_check_defrag.c92 skel->links.defrag = bpf_program__attach_netfilter(skel->progs.defrag, &opts);
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);

Completed in 219 milliseconds