Searched refs:bpf_nf_link_attach (Results 1 – 3 of 3) sorted by relevance
9 int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);11 static inline int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_nf_link_attach() function
210 int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_nf_link_attach() function
5804 ret = bpf_nf_link_attach(attr, prog); in link_create()