Home
last modified time | relevance | path

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

/linux-3.3/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.c139 void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_up()
181 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links() local
200 void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_link_down()
242 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_attach_link()
249 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr) in tipc_node_detach_link()
363 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()
549 struct tipc_link *l_ptr; in tipc_block_bearer() local
584 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
Dbcast.c311 struct tipc_link *l_ptr = n_ptr->active_links[n_ptr->addr & 1]; in bclink_send_ack() local