Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Ddispatcher.c24 static struct bpf_dispatcher_prog *bpf_dispatcher_find_prog( in bpf_dispatcher_find_prog()
36 static struct bpf_dispatcher_prog *bpf_dispatcher_find_free( in bpf_dispatcher_find_free()
45 struct bpf_dispatcher_prog *entry; in bpf_dispatcher_add_prog()
70 struct bpf_dispatcher_prog *entry; in bpf_dispatcher_remove_prog()
/Linux-v5.10/include/linux/
Dbpf.h622 struct bpf_dispatcher_prog { struct
631 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; argument