Searched refs:BPF_F_KEY (Results 1 - 1 of 1) sorted by relevance

/linux-master/samples/bpf/
H A Dfds_example.c26 #define BPF_F_KEY (1 << 2) macro
28 #define BPF_F_KEY_VAL (BPF_F_KEY | BPF_F_VAL)
102 } else if (flags & BPF_F_KEY) {
165 flags |= BPF_F_KEY;

Completed in 87 milliseconds