Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c11237 bool changes_data; in check_helper_call() local
11271 changes_data = bpf_helper_changes_pkt_data(func_id); in check_helper_call()
11272 if (changes_data && fn->arg1_type != ARG_PTR_TO_CTX) { in check_helper_call()
11516 changes_data = true; in check_helper_call()
11754 if (changes_data) in check_helper_call()