Home
last modified time | relevance | path

Searched refs:bpf_dynptr_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c1527 static void bpf_dynptr_set_type(struct bpf_dynptr_kern *ptr, enum bpf_dynptr_type type) in bpf_dynptr_set_type()
1532 static enum bpf_dynptr_type bpf_dynptr_get_type(const struct bpf_dynptr_kern *ptr) in bpf_dynptr_get_type()
1555 enum bpf_dynptr_type type, u32 offset, u32 size) in bpf_dynptr_init()
1616 enum bpf_dynptr_type type; in BPF_CALL_5()
1661 enum bpf_dynptr_type type; in BPF_CALL_5()
1710 enum bpf_dynptr_type type; in BPF_CALL_3()
2348 enum bpf_dynptr_type type; in bpf_dynptr_slice()
H A Dverifier.c325 enum bpf_dynptr_type type;
748 static const char *dynptr_type_str(enum bpf_dynptr_type type) in dynptr_type_str()
829 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
845 static enum bpf_type_flag get_dynptr_type_flag(enum bpf_dynptr_type type) in get_dynptr_type_flag()
861 static bool dynptr_type_refcounted(enum bpf_dynptr_type type) in dynptr_type_refcounted()
867 enum bpf_dynptr_type type,
876 enum bpf_dynptr_type type) in mark_dynptr_stack_regs()
886 enum bpf_dynptr_type type) in mark_dynptr_cb_reg()
898 enum bpf_dynptr_type type; in mark_stack_slots_dynptr()
1166 enum bpf_dynptr_type dynptr_type; in is_dynptr_type_expected()
[all …]
/openbmc/linux/include/linux/
H A Dbpf_verifier.h107 enum bpf_dynptr_type type;
H A Dbpf.h1232 enum bpf_dynptr_type { enum
2504 enum bpf_dynptr_type type, u32 offset, u32 size);
2746 enum bpf_dynptr_type type, u32 offset, u32 size) in bpf_dynptr_init()