Home
last modified time | relevance | path

Searched refs:bpf_reg_type (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dbpf_verifier.h46 enum bpf_reg_type type;
336 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
345 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */
A Dbpf.h418 enum bpf_reg_type { enum
470 enum bpf_reg_type reg_type;
840 enum bpf_reg_type reg_type;
/linux/kernel/bpf/
A Dverifier.c627 enum bpf_reg_type t; in print_verifier_state()
1205 enum bpf_reg_type which) in reg_is_init_pkt_pointer()
1505 enum bpf_reg_type reg_type, in mark_btf_ld_reg()
4381 enum bpf_reg_type reg_type = SCALAR_VALUE; in check_mem_access()
5029 const enum bpf_reg_type types[10];
5139 enum bpf_reg_type expected, type = reg->type; in check_reg_type()
5199 enum bpf_reg_type type = reg->type; in check_func_arg()
6817 enum bpf_reg_type type) in check_reg_sane_offset()
8403 enum bpf_reg_type type, int new_range) in __find_good_pkt_pointers()
8425 enum bpf_reg_type type, in find_good_pkt_pointers()
[all …]

Completed in 54 milliseconds