Home
last modified time | relevance | path

Searched refs:BPF_F_KEY_VAL (Results 1 – 1 of 1) sorted by relevance

/linux/samples/bpf/
H A Dfds_example.c28 #define BPF_F_KEY_VAL (BPF_F_KEY | BPF_F_VAL) macro
97 if ((flags & BPF_F_KEY_VAL) == BPF_F_KEY_VAL) { in bpf_do_map()