diff options
author | Andrey Ignatov <rdna@fb.com> | 2018-07-11 17:33:33 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-07-15 00:08:41 +0200 |
commit | 060a7fccd394f1600be86536b1d3e8cdd66637c2 (patch) | |
tree | 8f0129c1e0f556f397e418e5c94051cb58ce7cc0 /tools | |
parent | f333ee0cdb27ba201e6cc0c99c76b1364aa29b86 (diff) | |
download | linux-060a7fccd394f1600be86536b1d3e8cdd66637c2.tar.bz2 |
bpf: Sync bpf.h to tools/
Sync BPF_SOCK_OPS_TCP_LISTEN_CB related UAPI changes to tools/.
Signed-off-by: Andrey Ignatov <rdna@fb.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/include/uapi/linux/bpf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 6bcb287a888d..870113916cac 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -2555,6 +2555,9 @@ enum { * Arg1: old_state * Arg2: new_state */ + BPF_SOCK_OPS_TCP_LISTEN_CB, /* Called on listen(2), right after + * socket transition to LISTEN state. + */ }; /* List of TCP states. There is a build check in net/ipv4/tcp.c to detect |