commit | c64b7983288e636356f7f5f652de4813e1cfedac | [log] [tgz] |
---|---|---|
author | Joe Stringer <joe@wand.net.nz> | Tue Oct 02 13:35:33 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Oct 03 02:53:47 2018 +0200 |
tree | edfb41aae5c1be5e89e0e8f7a64a5d10f6e6b500 | |
parent | 840b9615d6e9d134178b4dd4f3c30aa30643a379 [diff] |
bpf: Add PTR_TO_SOCKET verifier type Teach the verifier a little bit about a new type of pointer, a PTR_TO_SOCKET. This pointer type is accessed from BPF through the 'struct bpf_sock' structure. Signed-off-by: Joe Stringer <joe@wand.net.nz> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>