Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dfragmentation.c190 hlist_add_before(&frag_entry_new->list, in batadv_frag_insert_packet()
/openbmc/linux/tools/include/linux/
H A Dlist.h661 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/openbmc/u-boot/include/linux/
H A Dlist.h605 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/openbmc/linux/include/linux/
H A Dlist.h1036 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/openbmc/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c177 hlist_add_before(&node->table, &where->table); in horrible_insert_ordered()
/openbmc/linux/lib/
H A Dlist-test.c928 hlist_add_before(&c, &a); in hlist_test_add()