Home
last modified time | relevance | path

Searched defs:l_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/tipc/
Dlink.c122 static void tipc_link_get(struct tipc_link *l_ptr) in tipc_link_get()
127 static void tipc_link_put(struct tipc_link *l_ptr) in tipc_link_put()
142 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up()
149 int tipc_link_is_active(struct tipc_link *l_ptr) in tipc_link_is_active()
161 struct tipc_link *l_ptr = (struct tipc_link *)data; in link_timeout() local
228 struct tipc_link *l_ptr; in tipc_link_create() local
401 void tipc_link_reset_fragments(struct tipc_link *l_ptr) in tipc_link_reset_fragments()
421 void tipc_link_purge_queues(struct tipc_link *l_ptr) in tipc_link_purge_queues()
429 void tipc_link_reset(struct tipc_link *l_ptr) in tipc_link_reset()
482 struct tipc_link *l_ptr; in tipc_link_reset_list() local
[all …]
Dnode.c226 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
273 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links() local
291 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
343 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
349 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
398 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact() local
Dlink.h291 static inline int link_working_working(struct tipc_link *l_ptr) in link_working_working()
296 static inline int link_working_unknown(struct tipc_link *l_ptr) in link_working_unknown()
301 static inline int link_reset_unknown(struct tipc_link *l_ptr) in link_reset_unknown()
306 static inline int link_reset_reset(struct tipc_link *l_ptr) in link_reset_reset()