Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c16094 u32 krec_size = sizeof(struct bpf_func_info); in check_btf_func_early() local
16123 min_size = min_t(u32, krec_size, urec_size); in check_btf_func_early()
16125 krecord = kvcalloc(nfuncs, krec_size, GFP_KERNEL | __GFP_NOWARN); in check_btf_func_early()
16130 ret = bpf_check_uarg_tail_zero(urecord, krec_size, urec_size); in check_btf_func_early()