Searched defs:unix_edge (Results 1 – 1 of 1) sorted by relevance
86 struct unix_edge { struct87 struct unix_sock *predecessor;88 struct unix_sock *successor;89 struct list_head vertex_entry;113 static struct unix_vertex *unix_edge_successor(struct unix_edge *edge) in unix_edge_successor() argument