Searched refs:BPF_MAP_LOOKUP_ELEM (Results 1 – 7 of 7) sorted by relevance
5 #if !(defined(BPF_MAP_LOOKUP_ELEM) || (defined(HAVE_DECL_BPF_MAP_LOOKUP_ELEM) && HAVE_DECL_BPF_MAP_…6 # define BPF_MAP_LOOKUP_ELEM 1 macro30 XLAT(BPF_MAP_LOOKUP_ELEM),
2 BPF_MAP_LOOKUP_ELEM 1
20 return syscall(__NR_bpf, BPF_MAP_LOOKUP_ELEM, &attr, sizeof(attr)); in bpf_lookup_elem()
92 if (!map_any(BPF_MAP_LOOKUP_ELEM)) in main()
69 BPF_MAP_LOOKUP_ELEM, enumerator
191 case BPF_MAP_LOOKUP_ELEM: in SYS_FUNC()