Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfilter.h463 bool bpf_helper_changes_skb_data(void *func);
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c814 reload_skb_data = bpf_helper_changes_skb_data(func); in do_jit()
/linux-4.4.14/arch/s390/net/
Dbpf_jit_comp.c987 if (bpf_helper_changes_skb_data((void *)func)) { in bpf_jit_insn()
/linux-4.4.14/net/core/
Dfilter.c1551 bool bpf_helper_changes_skb_data(void *func) in bpf_helper_changes_skb_data() function