aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_bpf.c
Commit message (Collapse)AuthorAge
* Core: fixed build with BPF on non-64bit platforms (ticket #2152).Vladimir Homutov2021-03-23
|
* Core: added interface to linux bpf() system call.Vladimir Homutov2020-12-15
It contains wrappers for operations with BPF maps and for loading BPF programs.