summaryrefslogtreecommitdiffstats
path: root/samples/bpf/cookie_uid_helper_example.c
AgeCommit message (Expand)AuthorLines
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko-5/+9
2021-08-24samples: bpf: Fix a couple of warningsKumar Kartikeya Dwivedi-3/+8
2021-02-02samples: bpf: Remove unneeded semicolonYang Li-1/+1
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-4/+4
2018-05-14samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski-1/+1
2018-03-28samples/bpf: fix spelling mistake: "revieve" -> "receive"Colin Ian King-1/+1
2017-05-11samples/bpf: run cleanup routines when receiving SIGTERMAndy Gospodarek-1/+3
2017-05-02bpf, samples: fix build warning in cookie_uid_helper_exampleDaniel Borkmann-3/+3
2017-04-24samples/bpf: add static to function with no prototypeAlexander Alemayhu-1/+1
2017-04-08Sample program using SO_COOKIEChenbo Feng-21/+125
2017-03-23A Sample of using socket cookie and uid for traffic monitoringChenbo Feng-0/+217