Home
last modified time | relevance | path

Searched refs:list_move (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dflow_offload.h552 list_move(&block_cb->list, &offload->cb_list); in flow_block_cb_remove()
559 list_move(&block_cb->list, &offload->cb_list); in flow_indr_block_cb_remove()
/include/linux/
Dlist.h215 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function