Searched refs:bounds_check_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c7098 enum bpf_access_type bounds_check_type; local
7114 bounds_check_type = BPF_WRITE;
7117 bounds_check_type = BPF_READ;
7120 type, bounds_check_type);

Completed in 205 milliseconds