Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dxdp_sock.h83 static inline struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, in __xsk_map_lookup_elem() function
112 static inline struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, in __xsk_map_lookup_elem() function
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxskmap.c154 return __xsk_map_lookup_elem(map, *(u32 *)key); in xsk_map_lookup_elem()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3940 return __xsk_map_lookup_elem(map, index); in __xdp_map_lookup_elem()