Home
last modified time | relevance | path

Searched refs:__xsk_map_lookup_elem (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dxskmap.c163 struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem() function
207 return __xsk_map_lookup_elem(map, *(u32 *)key); in xsk_map_lookup_elem()
/Linux-v5.4/include/linux/
Dbpf.h977 struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, u32 key);
983 static inline struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, in __xsk_map_lookup_elem() function
/Linux-v5.4/net/core/
Dfilter.c3584 return __xsk_map_lookup_elem(map, index); in __xdp_map_lookup_elem()