Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h1155 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id);
/linux/kernel/bpf/
H A Dcore.c3051 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function
H A Dverifier.c11405 changes_data = bpf_helper_changes_pkt_data(func_id); in check_helper_call()
17758 if (bpf_helper_changes_pkt_data(insn->imm)) in visit_insn()
/linux/net/core/
H A Dfilter.c7998 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function