diff options
| author | 2019-06-12 10:30:38 -0700 | |
|---|---|---|
| committer | 2019-06-15 01:21:57 +0200 | |
| commit | 1314ef561102e534e14cb1d37f89f5c1df0b2ea7 (patch) | |
| tree | b3b3c8aeeb19fc1874bee52dc616d152f9d48af9 /net/nsh/nsh.c | |
| parent | bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type (diff) | |
| download | wireguard-linux-1314ef561102e534e14cb1d37f89f5c1df0b2ea7.tar.xz wireguard-linux-1314ef561102e534e14cb1d37f89f5c1df0b2ea7.zip | |
bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog type
And let it use bpf_sk_storage_{get,delete} helpers to access socket
storage. Kernel context (struct bpf_sock_ops_kern) already has sk
member, so I just expose it to the BPF hooks. I use
PTR_TO_SOCKET_OR_NULL and return NULL in !is_fullsock case.
I also export bpf_tcp_sock to make it possible to access tcp socket stats.
Cc: Martin Lau <kafai@fb.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'net/nsh/nsh.c')
0 files changed, 0 insertions, 0 deletions
