Searched refs:map_entry (Results 1 – 3 of 3) sorted by relevance
16 struct xdp_sock __rcu **map_entry) in xsk_map_node_alloc() argument29 node->map_entry = map_entry; in xsk_map_node_alloc()50 struct xdp_sock __rcu **map_entry) in xsk_map_sock_delete() argument56 if (map_entry == n->map_entry) { in xsk_map_sock_delete()165 struct xdp_sock __rcu **map_entry; in xsk_map_update_elem() local188 map_entry = &m->xsk_map[i]; in xsk_map_update_elem()208 rcu_assign_pointer(*map_entry, xs); in xsk_map_update_elem()225 struct xdp_sock __rcu **map_entry; in xsk_map_delete_elem() local233 map_entry = &m->xsk_map[k]; in xsk_map_delete_elem()253 rcu_assign_pointer(*map_entry, NULL); in xsk_map_try_sock_delete()[all …]
34 struct xdp_sock __rcu **map_entry; member43 struct xdp_sock __rcu **map_entry);
1051 struct xdp_sock __rcu ***map_entry) in xsk_get_map_list_entry() argument1056 *map_entry = NULL; in xsk_get_map_list_entry()1064 *map_entry = node->map_entry; in xsk_get_map_list_entry()1087 struct xdp_sock __rcu **map_entry = NULL; in xsk_delete_from_maps() local1090 while ((map = xsk_get_map_list_entry(xs, &map_entry))) { in xsk_delete_from_maps()1091 xsk_map_try_sock_delete(map, xs, map_entry); in xsk_delete_from_maps()
Completed in 8 milliseconds