Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c511 if (bpf_helper_changes_pkt_data(insn->imm)) in visit_insn()
H A Dcore.c3230 bool __weak bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function
H A Dverifier.c10789 changes_data = bpf_helper_changes_pkt_data(func_id); in check_helper_call()
/linux/include/linux/
H A Dfilter.h1254 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id);
/linux/net/core/
H A Dfilter.c8388 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() function