]> git.baikalelectronics.ru Git - kernel.git/commit
A Sample of using socket cookie and uid for traffic monitoring
authorChenbo Feng <fengc@google.com>
Thu, 23 Mar 2017 00:27:36 +0000 (17:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Mar 2017 00:01:57 +0000 (17:01 -0700)
commit5b519a2309cdc585373161ddee87c4cf7c3d1206
tree7739a3fff6681e52e7805b0d7eae39c0d2d99c68
parente06af7f4b8d4ed1ac3884ff2018e417ace605c3e
A Sample of using socket cookie and uid for traffic monitoring

Add a sample program to demostrate the possible usage of
get_socket_cookie and get_socket_uid helper function. The program will
store bytes and packets counting of in/out traffic monitored by iptables
and store the stats in a bpf map in per socket base. The owner uid of
the socket will be stored as part of the data entry. A shell script for
running the program is also included.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Chenbo Feng <fengc@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/Makefile
samples/bpf/cookie_uid_helper_example.c [new file with mode: 0644]
samples/bpf/libbpf.h
samples/bpf/run_cookie_uid_helper_example.sh [new file with mode: 0644]