Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dfds_example.c27 #define BPF_F_KEY_VAL (BPF_F_KEY | BPF_F_VAL) macro
95 if ((flags & BPF_F_KEY_VAL) == BPF_F_KEY_VAL) { in bpf_do_map()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds