Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dlink.c114 static void link_init_max_pkt(struct tipc_link *l_ptr) in link_init_max_pkt()
131 static u32 link_next_sent(struct tipc_link *l_ptr) in link_next_sent()
138 static u32 link_last_sent(struct tipc_link *l_ptr) in link_last_sent()
147 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up()
154 int tipc_link_is_active(struct tipc_link *l_ptr) in tipc_link_is_active()
243 static void link_timeout(struct tipc_link *l_ptr) in link_timeout()
292 static void link_set_timer(struct tipc_link *l_ptr, u32 time) in link_set_timer()
310 struct tipc_link *l_ptr; in tipc_link_create() local
387 void tipc_link_delete(struct tipc_link *l_ptr) in tipc_link_delete()
406 static void link_start(struct tipc_link *l_ptr) in link_start()
[all …]
Dnode.c152 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
194 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links() local
213 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
255 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
262 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
325 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact() local
Dbearer.c368 struct tipc_link *l_ptr) in tipc_bearer_schedule_unlocked()
381 void tipc_bearer_schedule(struct tipc_bearer *b_ptr, struct tipc_link *l_ptr) in tipc_bearer_schedule()
395 struct tipc_link *l_ptr) in tipc_bearer_resolve_congestion()
414 int tipc_bearer_congested(struct tipc_bearer *b_ptr, struct tipc_link *l_ptr) in tipc_bearer_congested()
548 struct tipc_link *l_ptr; in tipc_block_bearer() local
583 struct tipc_link *l_ptr; in bearer_disable() local
Dlink.h298 static inline int link_working_working(struct tipc_link *l_ptr) in link_working_working()
303 static inline int link_working_unknown(struct tipc_link *l_ptr) in link_working_unknown()
308 static inline int link_reset_unknown(struct tipc_link *l_ptr) in link_reset_unknown()
313 static inline int link_reset_reset(struct tipc_link *l_ptr) in link_reset_reset()
318 static inline int link_blocked(struct tipc_link *l_ptr) in link_blocked()
323 static inline int link_congested(struct tipc_link *l_ptr) in link_congested()
Dname_distr.c179 struct tipc_link *l_ptr; in tipc_named_node_up() local