Lines Matching refs:xdp_sock
14 struct xdp_sock **xsk_map;
38 cost = (u64)m->map.max_entries * sizeof(struct xdp_sock *); in xsk_map_alloc()
60 sizeof(struct xdp_sock *), in xsk_map_alloc()
82 struct xdp_sock *xs; in xsk_map_free()
113 struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem()
116 struct xdp_sock *xs; in __xsk_map_lookup_elem()
126 struct xdp_sock *xs) in __xsk_map_redirect()
146 struct xdp_sock *xs, *tmp; in __xsk_map_flush()
165 struct xdp_sock *xs, *old_xs; in xsk_map_update_elem()
185 xs = (struct xdp_sock *)sock->sk; in xsk_map_update_elem()
205 struct xdp_sock *old_xs; in xsk_map_delete_elem()