Searched refs:l_old (Results 1 – 1 of 1) sorted by relevance
208 struct htab_elem *l_new, *l_old; in htab_map_update_elem() local237 l_old = lookup_elem_raw(head, l_new->hash, key, key_size); in htab_map_update_elem()239 if (!l_old && unlikely(htab->count >= map->max_entries)) { in htab_map_update_elem()247 if (l_old && map_flags == BPF_NOEXIST) { in htab_map_update_elem()253 if (!l_old && map_flags == BPF_EXIST) { in htab_map_update_elem()263 if (l_old) { in htab_map_update_elem()264 hlist_del_rcu(&l_old->hash_node); in htab_map_update_elem()265 kfree_rcu(l_old, rcu); in htab_map_update_elem()