Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dbpf.h81 BPF_MAP_LOOKUP_ELEM, enumerator
/linux-4.1.27/samples/bpf/
Dlibbpf.c54 return syscall(__NR_bpf, BPF_MAP_LOOKUP_ELEM, &attr, sizeof(attr)); in bpf_lookup_elem()
/linux-4.1.27/kernel/bpf/
Dsyscall.c157 if (CHECK_ATTR(BPF_MAP_LOOKUP_ELEM)) in map_lookup_elem()
600 case BPF_MAP_LOOKUP_ELEM: in SYSCALL_DEFINE3()
/linux-4.1.27/Documentation/networking/
Dfilter.txt1110 err = bpf(BPF_MAP_LOOKUP_ELEM, union bpf_attr *attr, u32 size)