Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ea273d7 authored by David S. Miller's avatar David S. Miller
Browse files

net: Export bpf_prog_create_from_user().

parent ec120da6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1124,6 +1124,7 @@ int bpf_prog_create_from_user(struct bpf_prog **pfp, struct sock_fprog *fprog,
	*pfp = fp;
	return 0;
}
EXPORT_SYMBOL_GPL(bpf_prog_create_from_user);

void bpf_prog_destroy(struct bpf_prog *fp)
{