Home
last modified time | relevance | path

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

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