Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dfilter.h1125 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id);
/linux-6.14.4/kernel/bpf/
Dcore.c2954 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function
Dverifier.c10971 changes_data = bpf_helper_changes_pkt_data(func_id); in check_helper_call()
17065 if (bpf_helper_call(insn) && bpf_helper_changes_pkt_data(insn->imm)) in visit_insn()
/linux-6.14.4/net/core/
Dfilter.c7918 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function