Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnode.h142 void tipc_node_attach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
143 void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr);
Dlink.h242 void tipc_link_reset_fragments(struct tipc_link *l_ptr);
251 void tipc_link_reset(struct tipc_link *l_ptr);
Dlink.c120 static void link_reset_statistics(struct tipc_link *l_ptr);
121 static void link_print(struct tipc_link *l_ptr, const char *str);
1542 struct tipc_link *l_ptr; in tipc_link_find_owner() local
1552 l_ptr = n_ptr->links[i].link; in tipc_link_find_owner()
1553 if (l_ptr && !strcmp(l_ptr->name, link_name)) { in tipc_link_find_owner()
1572 static void link_reset_statistics(struct tipc_link *l_ptr) in link_reset_statistics() argument
1574 memset(&l_ptr->stats, 0, sizeof(l_ptr->stats)); in link_reset_statistics()
1575 l_ptr->stats.sent_info = l_ptr->snd_nxt; in link_reset_statistics()
1576 l_ptr->stats.recv_info = l_ptr->rcv_nxt; in link_reset_statistics()