Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Ddispatcher.c25 struct bpf_dispatcher *d, struct bpf_prog *prog) in bpf_dispatcher_find_prog()
37 struct bpf_dispatcher *d) in bpf_dispatcher_find_free()
42 static bool bpf_dispatcher_add_prog(struct bpf_dispatcher *d, in bpf_dispatcher_add_prog()
67 static bool bpf_dispatcher_remove_prog(struct bpf_dispatcher *d, in bpf_dispatcher_remove_prog()
93 static int bpf_dispatcher_prepare(struct bpf_dispatcher *d, void *image) in bpf_dispatcher_prepare()
105 static void bpf_dispatcher_update(struct bpf_dispatcher *d, int prev_num_progs) in bpf_dispatcher_update()
132 void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from, in bpf_dispatcher_change_prog()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h659 struct bpf_dispatcher { struct
708 struct bpf_dispatcher bpf_dispatcher_##name = \
716 extern struct bpf_dispatcher bpf_dispatcher_##name;
719 void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from,
750 static inline void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, in bpf_dispatcher_change_prog()