Home
last modified time | relevance | path

Searched refs:BPF_ADD_CONST64 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h146 #define BPF_ADD_CONST64 (1U << 31) macro
148 #define BPF_ADD_CONST (BPF_ADD_CONST64 | BPF_ADD_CONST32)
/linux/kernel/bpf/
H A Dverifier.c15743 dst_reg->id |= BPF_ADD_CONST64; in adjust_reg_min_max_vals()