Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c3099 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function
H A Dverifier.c11663 changes_data = bpf_helper_changes_pkt_data(func_id); in check_helper_call()
18860 if (bpf_helper_changes_pkt_data(insn->imm)) in visit_insn()
/linux/net/core/
H A Dfilter.c8106 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function