Lines Matching defs:prog
1025 struct bpf_prog *prog; member
1183 bool prog; member
1246 struct bpf_prog *prog; member
1429 static inline bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline()
1534 struct bpf_prog *prog; member
1631 struct bpf_prog *prog; member
1931 static inline int bpf_trampoline_link_cgroup_shim(struct bpf_prog *prog, in bpf_trampoline_link_cgroup_shim()
1936 static inline void bpf_trampoline_unlink_cgroup_shim(struct bpf_prog *prog) in bpf_trampoline_unlink_cgroup_shim()
2041 struct bpf_prog *prog; member
2139 const struct bpf_prog *prog; in bpf_prog_run_array() local
2179 const struct bpf_prog *prog; in bpf_prog_run_array_uprobe() local
2625 const struct bpf_prog *prog, in bpf_tracing_btf_ctx_access()
2722 static inline void bpf_prog_add(struct bpf_prog *prog, int i) in bpf_prog_add()
2726 static inline void bpf_prog_sub(struct bpf_prog *prog, int i) in bpf_prog_sub()
2730 static inline void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put()
2734 static inline void bpf_prog_inc(struct bpf_prog *prog) in bpf_prog_inc()
2739 bpf_prog_inc_not_zero(struct bpf_prog *prog) in bpf_prog_inc_not_zero()
2746 struct bpf_prog *prog) in bpf_link_init()
2870 static inline int bpf_prog_test_run_xdp(struct bpf_prog *prog, in bpf_prog_test_run_xdp()
2877 static inline int bpf_prog_test_run_skb(struct bpf_prog *prog, in bpf_prog_test_run_skb()
2884 static inline int bpf_prog_test_run_tracing(struct bpf_prog *prog, in bpf_prog_test_run_tracing()
2891 static inline int bpf_prog_test_run_flow_dissector(struct bpf_prog *prog, in bpf_prog_test_run_flow_dissector()
2898 static inline int bpf_prog_test_run_sk_lookup(struct bpf_prog *prog, in bpf_prog_test_run_sk_lookup()
2924 bpf_base_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_base_func_proto()
2933 static inline bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call()
2939 bpf_jit_find_kfunc_model(const struct bpf_prog *prog, in bpf_jit_find_kfunc_model()
2946 bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, in bpf_get_kfunc_addr()
2962 static inline void bpf_prog_inc_misses_counter(struct bpf_prog *prog) in bpf_prog_inc_misses_counter()
3086 static inline void *bpf_dev_bound_resolve_kfunc(struct bpf_prog *prog, in bpf_dev_bound_resolve_kfunc()
3092 static inline int bpf_prog_dev_bound_init(struct bpf_prog *prog, in bpf_prog_dev_bound_init()
3142 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall()
3151 struct bpf_prog *prog) in sock_map_get_from_fd()
3174 static inline int sock_map_link_create(const union bpf_attr *attr, struct bpf_prog *prog) in sock_map_link_create()
3185 struct bpf_prog *prog; in bpf_prog_inc_misses_counters() local
3348 struct bpf_prog *prog, in bpf_sock_convert_ctx_access()
3399 struct bpf_prog *prog, in bpf_tcp_sock_convert_ctx_access()
3414 struct bpf_prog *prog, in bpf_xdp_sock_convert_ctx_access()
3481 static inline bool bpf_is_subprog(const struct bpf_prog *prog) in bpf_is_subprog()