]> git.kaiwu.me - nginx.git/commit
Core: added interface to linux bpf() system call.
authorVladimir Homutov <vl@nginx.com>
Tue, 15 Dec 2020 12:23:07 +0000 (15:23 +0300)
committerVladimir Homutov <vl@nginx.com>
Tue, 15 Dec 2020 12:23:07 +0000 (15:23 +0300)
commitb20b58ca7d1323664c5e8f91231ade0edf0d0f31
tree905836ac882ea9868241dc4d553885db230f99ff
parentfb655007a110e3bfd4e8eaba8b401d67fb283a9a
Core: added interface to linux bpf() system call.

It contains wrappers for operations with BPF maps and for loading BPF programs.
auto/options
auto/os/linux
src/core/ngx_bpf.c [new file with mode: 0644]
src/core/ngx_bpf.h [new file with mode: 0644]
src/core/ngx_core.h