Home
last modified time | relevance | path

Searched refs:vertices (Results 1 – 3 of 3) sorted by relevance

/linux/net/unix/
H A Dgarbage.c159 vertex = list_first_entry(&fpl->vertices, typeof(*vertex), entry); in unix_add_edge()
188 list_move_tail(&vertex->entry, &fpl->vertices); in unix_del_edge()
197 list_for_each_entry_safe(vertex, next_vertex, &fpl->vertices, entry) { in unix_free_vertices()
296 list_add(&vertex->entry, &fpl->vertices); in unix_prepare_fpl()
/linux/include/net/
H A Dscm.h37 struct list_head vertices; member
/linux/net/core/
H A Dscm.c98 INIT_LIST_HEAD(&fpl->vertices); in scm_fp_copy()
449 INIT_LIST_HEAD(&new_fpl->vertices); in scm_fp_dup()