Searched refs:bpf_dispatcher (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
D | dispatcher.c | 26 struct bpf_dispatcher *d, struct bpf_prog *prog) in bpf_dispatcher_find_prog() 38 struct bpf_dispatcher *d) in bpf_dispatcher_find_free() 43 static bool bpf_dispatcher_add_prog(struct bpf_dispatcher *d, in bpf_dispatcher_add_prog() 68 static bool bpf_dispatcher_remove_prog(struct bpf_dispatcher *d, in bpf_dispatcher_remove_prog() 94 static int bpf_dispatcher_prepare(struct bpf_dispatcher *d, void *image, void *buf) in bpf_dispatcher_prepare() 106 static void bpf_dispatcher_update(struct bpf_dispatcher *d, int prev_num_progs) in bpf_dispatcher_update() 137 void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from, in bpf_dispatcher_change_prog()
|
/Linux-v6.6/include/linux/ |
D | bpf.h | 1160 struct bpf_dispatcher { struct 1274 struct bpf_dispatcher bpf_dispatcher_##name = \ 1282 extern struct bpf_dispatcher bpf_dispatcher_##name; 1286 void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from, 1317 static inline void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, in bpf_dispatcher_change_prog()
|