diff options
author | Jakub Sitnicki <jakub@cloudflare.com> | 2020-08-21 12:02:26 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-08-24 23:46:50 +0200 |
commit | 07ff4f012635b05d344dbf0f2db87ba5e8c4c27a (patch) | |
tree | 33caca1cb666bbce438ee6cd9fc0d670681dd9fa /Documentation/bpf/index.rst | |
parent | docs: Correct subject prefix and update LLVM info (diff) | |
download | linux-07ff4f012635b05d344dbf0f2db87ba5e8c4c27a.tar.xz linux-07ff4f012635b05d344dbf0f2db87ba5e8c4c27a.zip |
bpf: sk_lookup: Add user documentation
Describe the purpose of BPF sk_lookup program, how it can be attached, when
it gets invoked, and what information gets passed to it. Point the reader
to examples and further documentation.
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200821100226.403844-1-jakub@cloudflare.com
Diffstat (limited to 'Documentation/bpf/index.rst')
-rw-r--r-- | Documentation/bpf/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 7df2465fd108..4f2874b729c3 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -52,6 +52,7 @@ Program types prog_cgroup_sysctl prog_flow_dissector bpf_lsm + prog_sk_lookup Map types |