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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbearer.c429 static void tipc_bearer_schedule_unlocked(struct bearer *b_ptr, struct link *l_ptr) argument
442 void tipc_bearer_schedule(struct bearer *b_ptr, struct link *l_ptr) argument
455 int tipc_bearer_resolve_congestion(struct bearer *b_ptr, struct link *l_ptr) argument
474 int tipc_bearer_congested(struct bearer *b_ptr, struct link *l_ptr) argument
601 struct link *l_ptr; local
636 struct link *l_ptr; local
[all...]
H A Dnode.c140 void tipc_node_link_up(struct tipc_node *n_ptr, struct link *l_ptr) argument
183 struct link *l_ptr = n_ptr->links[i]; local
202 tipc_node_link_down(struct tipc_node *n_ptr, struct link *l_ptr) argument
250 tipc_node_attach_link(struct link *l_ptr) argument
279 tipc_node_detach_link(struct tipc_node *n_ptr, struct link *l_ptr) argument
437 struct link *l_ptr = n_ptr->links[i]; local
[all...]
H A Dbcast.c255 struct link *l_ptr = n_ptr->active_links[n_ptr->addr & 1]; local
H A Dlink.h296 link_working_working(struct link *l_ptr) argument
301 link_working_unknown(struct link *l_ptr) argument
306 link_reset_unknown(struct link *l_ptr) argument
311 link_reset_reset(struct link *l_ptr) argument
316 link_blocked(struct link *l_ptr) argument
321 link_congested(struct link *l_ptr) argument
[all...]
H A Dlink.c162 dbg_print_link(struct link *l_ptr, const char *str) argument
189 link_init_max_pkt(struct link *l_ptr) argument
206 link_next_sent(struct link *l_ptr) argument
213 link_last_sent(struct link *l_ptr) argument
222 tipc_link_is_up(struct link *l_ptr) argument
229 tipc_link_is_active(struct link *l_ptr) argument
314 link_timeout(struct link *l_ptr) argument
366 link_set_timer(struct link *l_ptr, u32 time) argument
383 struct link *l_ptr; local
463 tipc_link_delete(struct link *l_ptr) argument
486 tipc_link_start(struct link *l_ptr) argument
502 link_schedule_port(struct link *l_ptr, u32 origport, u32 sz) argument
524 tipc_link_wakeup_ports(struct link *l_ptr, int all) argument
559 link_release_outqueue(struct link *l_ptr) argument
578 tipc_link_reset_fragments(struct link *l_ptr) argument
596 tipc_link_stop(struct link *l_ptr) argument
624 tipc_link_reset(struct link *l_ptr) argument
688 link_activate(struct link *l_ptr) argument
704 link_state_event(struct link *l_ptr, unsigned event) argument
916 link_bundle_buf(struct link *l_ptr, struct sk_buff *bundler, struct sk_buff *buf) argument
948 link_add_to_outqueue(struct link *l_ptr, struct sk_buff *buf, struct tipc_msg *msg) argument
972 tipc_link_send_buf(struct link *l_ptr, struct sk_buff *buf) argument
1070 struct link *l_ptr; local
1104 link_send_buf_fast(struct link *l_ptr, struct sk_buff *buf, u32 *used_max_pkt) argument
1141 struct link *l_ptr; local
1184 struct link *l_ptr; local
1279 struct link *l_ptr; local
1445 tipc_link_push_packet(struct link *l_ptr) argument
1535 tipc_link_push_queue(struct link *l_ptr) argument
1580 link_retransmit_failure(struct link *l_ptr, struct sk_buff *buf) argument
1625 tipc_link_retransmit(struct link *l_ptr, struct sk_buff *buf, u32 retransmits) argument
1687 link_insert_deferred_queue(struct link *l_ptr, struct sk_buff *buf) argument
1761 struct link *l_ptr; local
2007 link_handle_out_of_seq_msg(struct link *l_ptr, struct sk_buff *buf) argument
2048 tipc_link_send_proto_msg(struct link *l_ptr, u32 msg_typ, int probe_msg, u32 gap, u32 tolerance, u32 priority, u32 ack_mtu) argument
2164 link_recv_proto_msg(struct link *l_ptr, struct sk_buff *buf) argument
2298 tipc_link_tunnel(struct link *l_ptr, struct tipc_msg *tunnel_hdr, struct tipc_msg *msg, u32 selector) argument
2334 tipc_link_changeover(struct link *l_ptr) argument
2401 tipc_link_send_duplicate(struct link *l_ptr, struct link *tunnel) argument
2468 link_recv_changeover_msg(struct link **l_ptr, struct sk_buff **buf) argument
2589 tipc_link_send_long_buf(struct link *l_ptr, struct sk_buff *buf) argument
2786 link_check_defragm_bufs(struct link *l_ptr) argument
2821 link_set_supervision_props(struct link *l_ptr, u32 tolerance) argument
2830 tipc_link_set_queue_limits(struct link *l_ptr, u32 window) argument
2865 struct link *l_ptr; local
2890 struct link *l_ptr; local
2958 link_reset_statistics(struct link *l_ptr) argument
2968 struct link *l_ptr; local
3016 struct link *l_ptr; local
3139 struct link *l_ptr; local
3159 link_dump_send_queue(struct link *l_ptr) argument
3172 link_print(struct link *l_ptr, struct print_buf *buf, const char *str) argument
[all...]

Completed in 281 milliseconds