bpf_dispatcher
struct bpf_dispatcher bpf_dispatcher_##name = \
extern struct bpf_dispatcher bpf_dispatcher_##name;
void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from,
static inline void bpf_dispatcher_change_prog(struct bpf_dispatcher *d,
static void bpf_dispatcher_update(struct bpf_dispatcher *d, int prev_num_progs)
void bpf_dispatcher_change_prog(struct bpf_dispatcher *d, struct bpf_prog *from,
struct bpf_dispatcher *d, struct bpf_prog *prog)
struct bpf_dispatcher *d)
static bool bpf_dispatcher_add_prog(struct bpf_dispatcher *d,
static bool bpf_dispatcher_remove_prog(struct bpf_dispatcher *d,
static int bpf_dispatcher_prepare(struct bpf_dispatcher *d, void *image, void *buf)