Lines Matching defs:l_ptr

114 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()
423 static int link_schedule_port(struct tipc_link *l_ptr, u32 origport, u32 sz) in link_schedule_port()
445 void tipc_link_wakeup_ports(struct tipc_link *l_ptr, int all) in tipc_link_wakeup_ports()
480 static void link_release_outqueue(struct tipc_link *l_ptr) in link_release_outqueue()
499 void tipc_link_reset_fragments(struct tipc_link *l_ptr) in tipc_link_reset_fragments()
517 void tipc_link_stop(struct tipc_link *l_ptr) in tipc_link_stop()
542 void tipc_link_reset(struct tipc_link *l_ptr) in tipc_link_reset()
602 static void link_activate(struct tipc_link *l_ptr) in link_activate()
615 static void link_state_event(struct tipc_link *l_ptr, unsigned event) in link_state_event()
789 static int link_bundle_buf(struct tipc_link *l_ptr, in link_bundle_buf()
818 static void link_add_to_outqueue(struct tipc_link *l_ptr, in link_add_to_outqueue()
839 static void link_add_chain_to_outqueue(struct tipc_link *l_ptr, in link_add_chain_to_outqueue()
864 int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf) in tipc_link_send_buf()
957 struct tipc_link *l_ptr; in tipc_link_send() local
991 struct tipc_link *l_ptr; in tipc_link_send_names() local
1030 static int link_send_buf_fast(struct tipc_link *l_ptr, struct sk_buff *buf, in link_send_buf_fast()
1064 struct tipc_link *l_ptr; in tipc_send_buf_fast() local
1103 struct tipc_link *l_ptr; in tipc_link_send_sections_fast() local
1198 struct tipc_link *l_ptr; in link_send_sections_long() local
1345 u32 tipc_link_push_packet(struct tipc_link *l_ptr) in tipc_link_push_packet()
1429 void tipc_link_push_queue(struct tipc_link *l_ptr) in tipc_link_push_queue()
1473 static void link_retransmit_failure(struct tipc_link *l_ptr, in link_retransmit_failure()
1518 void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *buf, in tipc_link_retransmit()
1575 static struct sk_buff *link_insert_deferred_queue(struct tipc_link *l_ptr, in link_insert_deferred_queue()
1657 struct tipc_link *l_ptr; in tipc_recv_msg() local
1912 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr, in link_handle_out_of_seq_msg()
1950 void tipc_link_send_proto_msg(struct tipc_link *l_ptr, u32 msg_typ, in tipc_link_send_proto_msg()
2070 static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf) in link_recv_proto_msg()
2213 static void tipc_link_tunnel(struct tipc_link *l_ptr, in tipc_link_tunnel()
2247 void tipc_link_changeover(struct tipc_link *l_ptr) in tipc_link_changeover()
2310 void tipc_link_send_duplicate(struct tipc_link *l_ptr, struct tipc_link *tunnel) in tipc_link_send_duplicate()
2374 static int link_recv_changeover_msg(struct tipc_link **l_ptr, in link_recv_changeover_msg()
2478 static int link_send_long_buf(struct tipc_link *l_ptr, struct sk_buff *buf) in link_send_long_buf()
2676 static void link_check_defragm_bufs(struct tipc_link *l_ptr) in link_check_defragm_bufs()
2706 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance) in link_set_supervision_props()
2718 void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window) in tipc_link_set_queue_limits()
2753 struct tipc_link *l_ptr; in link_find_link() local
2812 struct tipc_link *l_ptr; in link_cmd_set_value() local
2914 static void link_reset_statistics(struct tipc_link *l_ptr) in link_reset_statistics()
2924 struct tipc_link *l_ptr; in tipc_link_cmd_reset_stats() local
2972 struct tipc_link *l_ptr; in tipc_link_stats() local
3094 struct tipc_link *l_ptr; in tipc_link_get_max_pkt() local
3113 static void link_print(struct tipc_link *l_ptr, const char *str) in link_print()