Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c100 static void link_init_max_pkt(struct tipc_link *l_ptr) in link_init_max_pkt()
126 static u32 link_next_sent(struct tipc_link *l_ptr) in link_next_sent()
133 static u32 link_last_sent(struct tipc_link *l_ptr) in link_last_sent()
141 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up()
148 int tipc_link_is_active(struct tipc_link *l_ptr) in tipc_link_is_active()
158 static void link_timeout(struct tipc_link *l_ptr) in link_timeout()
204 static void link_set_timer(struct tipc_link *l_ptr, u32 time) in link_set_timer()
221 struct tipc_link *l_ptr; in tipc_link_create() local
293 struct tipc_link *l_ptr; in tipc_link_delete_list() local
371 static void link_release_outqueue(struct tipc_link *l_ptr) in link_release_outqueue()
[all …]
Dnode.c219 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
266 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links() local
284 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
336 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
345 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
394 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact() local
Dlink.h283 static inline int link_working_working(struct tipc_link *l_ptr) in link_working_working()
288 static inline int link_working_unknown(struct tipc_link *l_ptr) in link_working_unknown()
293 static inline int link_reset_unknown(struct tipc_link *l_ptr) in link_reset_unknown()
298 static inline int link_reset_reset(struct tipc_link *l_ptr) in link_reset_reset()
303 static inline int link_congested(struct tipc_link *l_ptr) in link_congested()