Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbpf.h95 BPF_READ = 1, enumerator
/linux-4.1.27/kernel/trace/
Dbpf_trace.c197 if (type != BPF_READ) in kprobe_prog_is_valid_access()
/linux-4.1.27/kernel/bpf/
Dverifier.c662 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
667 if (!err && t == BPF_READ && value_regno >= 0) in check_mem_access()
710 BPF_SIZE(insn->code), BPF_READ, -1); in check_xadd()
1656 BPF_SIZE(insn->code), BPF_READ, in do_check()
/linux-4.1.27/net/core/
Dfilter.c1390 if (type != BPF_READ) in sk_filter_is_valid_access()