Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BPF_F_PIN
samples/bpf/fds_example.c
116
if (flags & BPF_F_PIN) {
samples/bpf/fds_example.c
154
flags |= BPF_F_PIN;
samples/bpf/fds_example.c
24
#define BPF_F_PIN_GET (BPF_F_PIN | BPF_F_GET)
samples/bpf/fds_example.c
82
if (flags & BPF_F_PIN) {