Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c9954 bool changes_data; in check_helper_call() local
9990 changes_data = bpf_helper_changes_pkt_data(fn->func); in check_helper_call()
9991 if (changes_data && fn->arg1_type != ARG_PTR_TO_CTX) { in check_helper_call()
10195 changes_data = true; in check_helper_call()
10400 if (changes_data) in check_helper_call()