Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf_verifier.h320 u32 len_total; member
325 return log->len_used >= log->len_total - 1; in bpf_verifier_log_full()
/Linux-v5.4/kernel/bpf/
Dbtf.c3309 log->len_total = log_size; in btf_parse()
3312 if (log->len_total < 128 || log->len_total > UINT_MAX >> 8 || in btf_parse()
Dverifier.c243 n = min(log->len_total - log->len_used - 1, n); in bpf_verifier_vlog()
9254 log->len_total = attr->log_size; in bpf_check()
9258 if (log->len_total < 128 || log->len_total > UINT_MAX >> 2 || in bpf_check()