Lines Matching defs:l_ptr
100 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()
382 void tipc_link_reset_fragments(struct tipc_link *l_ptr) in tipc_link_reset_fragments()
392 void tipc_link_purge_queues(struct tipc_link *l_ptr) in tipc_link_purge_queues()
401 void tipc_link_reset(struct tipc_link *l_ptr) in tipc_link_reset()
456 struct tipc_link *l_ptr; in tipc_link_reset_list() local
470 static void link_activate(struct tipc_link *l_ptr) in link_activate()
482 static void link_state_event(struct tipc_link *l_ptr, unsigned int event) in link_state_event()
848 static u32 tipc_link_push_packet(struct tipc_link *l_ptr) in tipc_link_push_packet()
917 void tipc_link_push_queue(struct tipc_link *l_ptr) in tipc_link_push_queue()
946 static void link_retransmit_failure(struct tipc_link *l_ptr, in link_retransmit_failure()
987 void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *buf, in tipc_link_retransmit()
1024 static struct sk_buff *link_insert_deferred_queue(struct tipc_link *l_ptr, in link_insert_deferred_queue()
1109 struct tipc_link *l_ptr; in tipc_rcv() local
1377 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr, in link_handle_out_of_seq_msg()
1414 void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int probe_msg, in tipc_link_proto_xmit()
1514 static void tipc_link_proto_rcv(struct tipc_link *l_ptr, struct sk_buff *buf) in tipc_link_proto_rcv()
1652 static void tipc_link_tunnel_xmit(struct tipc_link *l_ptr, in tipc_link_tunnel_xmit()
1684 void tipc_link_failover_send_queue(struct tipc_link *l_ptr) in tipc_link_failover_send_queue()
1750 void tipc_link_dup_queue_xmit(struct tipc_link *l_ptr, in tipc_link_dup_queue_xmit()
1812 static void tipc_link_dup_rcv(struct tipc_link *l_ptr, in tipc_link_dup_rcv()
1833 static struct sk_buff *tipc_link_failover_rcv(struct tipc_link *l_ptr, in tipc_link_failover_rcv()
1885 struct tipc_link *l_ptr; in tipc_link_tunnel_rcv() local
1944 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance) in link_set_supervision_props()
1955 void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window) in tipc_link_set_queue_limits()
1983 struct tipc_link *l_ptr; in tipc_link_find_owner() local
2045 struct tipc_link *l_ptr; in link_cmd_set_value() local
2155 static void link_reset_statistics(struct tipc_link *l_ptr) in link_reset_statistics()
2165 struct tipc_link *l_ptr; in tipc_link_cmd_reset_stats() local
2340 struct tipc_link *l_ptr; in tipc_link_get_max_pkt() local
2357 static void link_print(struct tipc_link *l_ptr, const char *str) in link_print()