Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dchanges_pkt_data.c
H A Dchanges_pkt_data_freplace.c
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dchanges_pkt_data.c
/linux/include/linux/
H A Dbpf.h1698 bool changes_pkt_data; member
/linux/kernel/bpf/
H A Dverifier.c9543 if (env->subprog_info[subprog].changes_pkt_data) in check_func_call()
19208 ? aux->func[subprog]->aux->changes_pkt_data in bpf_check_attach_target()
19209 : aux->changes_pkt_data; in bpf_check_attach_target()
19210 if (prog->aux->changes_pkt_data && !tgt_changes_pkt_data) { in bpf_check_attach_target()