Home
last modified time | relevance | path

Searched refs:bpf_prog_aux (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h31 struct bpf_prog_aux;
88 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux);
89 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux);
777 struct bpf_prog_aux { struct
1640 void __bpf_free_used_maps(struct bpf_prog_aux *aux, struct bpf_map **used_maps, u32 len);
1669 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
1687 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c1772 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in _bpf_prog_put_rcu()
H A Dverifier.c8679 struct bpf_prog_aux *aux = env->prog->aux; in adjust_btf_func()
10444 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove()
11681 struct bpf_prog_aux *aux = env->prog->aux; in do_check_subprogs()
11863 struct bpf_prog_aux *aux = tgt_prog->aux; in bpf_check_attach_target()

Completed in 25 milliseconds