Searched refs:l_new (Results 1 – 2 of 2) sorted by relevance
71 hashtab_elem_t *l_new = NULL, *l_old; in htab_update_elem() local78 l_new = bpf_alloc(sizeof(*l_new)); in htab_update_elem()79 if (!l_new) in htab_update_elem()81 l_new->key = key; in htab_update_elem()82 l_new->hash = htab_hash(key); in htab_update_elem()83 l_new->value = value; in htab_update_elem()85 list_add_head(&l_new->hash_node, head); in htab_update_elem()
991 l_new = *pl_new; in alloc_htab_elem()1013 if (!l_new) { in alloc_htab_elem()1049 l_new->hash = hash; in alloc_htab_elem()1050 return l_new; in alloc_htab_elem()1053 return l_new; in alloc_htab_elem()1145 if (IS_ERR(l_new)) { in htab_map_update_elem()1221 if (!l_new) in htab_lru_map_update_elem()1301 if (IS_ERR(l_new)) { in __htab_percpu_map_update_elem()1346 if (!l_new) in __htab_lru_percpu_map_update_elem()1370 l_new = NULL; in __htab_lru_percpu_map_update_elem()[all …]