Home
last modified time | relevance | path

Searched refs:hlist_add_before (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/batman-adv/
Dfragmentation.c191 hlist_add_before(&frag_entry_new->list, in batadv_frag_insert_packet()
/Linux-v5.10/tools/include/linux/
Dlist.h650 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/Linux-v5.10/include/linux/
Dlist.h894 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/Linux-v5.10/drivers/net/wireguard/selftest/
Dallowedips.c197 hlist_add_before(&node->table, &where->table); in horrible_insert_ordered()