Symbol: bpf_kfunc_call_arg_meta
include/linux/bpf_verifier.h
1493
s16 offset, struct bpf_kfunc_call_arg_meta *meta);
include/linux/bpf_verifier.h
1496
static inline bool bpf_is_iter_next_kfunc(struct bpf_kfunc_call_arg_meta *meta)
include/linux/bpf_verifier.h
1501
static inline bool bpf_is_kfunc_sleepable(struct bpf_kfunc_call_arg_meta *meta)
include/linux/bpf_verifier.h
1505
bool bpf_is_kfunc_pkt_changing(struct bpf_kfunc_call_arg_meta *meta);
kernel/bpf/cfg.c
494
struct bpf_kfunc_call_arg_meta meta;
kernel/bpf/verifier.c
1066
struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
10684
static bool is_kfunc_acquire(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
10689
static bool is_kfunc_release(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
10694
static bool is_kfunc_destructive(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
10699
static bool is_kfunc_rcu(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
10704
static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
10925
static bool is_kfunc_arg_implicit(const struct bpf_kfunc_call_arg_meta *meta, u32 arg_idx)
kernel/bpf/verifier.c
11224
static bool is_kfunc_ret_null(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11232
static bool is_kfunc_bpf_rcu_read_lock(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11237
static bool is_kfunc_bpf_rcu_read_unlock(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11242
static bool is_kfunc_bpf_preempt_disable(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11247
static bool is_kfunc_bpf_preempt_enable(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11252
bool bpf_is_kfunc_pkt_changing(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11259
struct bpf_reg_state *regs, struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
11365
struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
11434
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11759
struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
11809
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11817
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11826
struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
11890
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11899
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
11928
static int check_kfunc_args(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
12522
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
12681
struct bpf_kfunc_call_arg_meta meta;
kernel/bpf/verifier.c
12742
static int check_special_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta,
kernel/bpf/verifier.c
12921
struct bpf_kfunc_call_arg_meta meta;
kernel/bpf/verifier.c
16676
struct bpf_kfunc_call_arg_meta meta;
kernel/bpf/verifier.c
7162
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
7329
static bool is_iter_kfunc(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
7334
static bool is_iter_new_kfunc(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
7340
static bool is_iter_destroy_kfunc(struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
7345
static bool is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg_idx,
kernel/bpf/verifier.c
7359
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
7526
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
7613
struct bpf_kfunc_call_arg_meta *meta)
kernel/bpf/verifier.c
930
static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta);
kernel/bpf/verifier.c
933
struct bpf_kfunc_call_arg_meta *meta,