Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9991 int err, fmt_map_off, num_args; in record_func_map()
10003 fmt_map_off = fmt_reg->var_off.value; in record_func_map()
10005 fmt_map_off); in record_func_map()
10010 fmt = (char *)(long)fmt_addr + fmt_map_off; in record_func_map()
10012 /* We are also guaranteed that fmt+fmt_map_off is NULL terminated, we in record_func_map()
10138 int err, fmt_map_off, num_args; check_bpf_snprintf_call() local