Lines Matching refs:list_head
82 struct list_head binding_node;
83 struct list_head binding_sock;
84 struct list_head local_publ;
85 struct list_head all_publ;
101 struct list_head node_scope;
102 struct list_head cluster_scope;
111 u32 scope, bool exact, struct list_head *dports);
117 struct list_head *dsts, int *dstcnt, u32 exclude,
136 struct list_head list;
141 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port);
142 bool tipc_dest_push(struct list_head *l, u32 node, u32 port);
143 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
144 bool tipc_dest_del(struct list_head *l, u32 node, u32 port);
145 void tipc_dest_list_purge(struct list_head *l);
146 int tipc_dest_list_len(struct list_head *l);