Lines Matching defs:l

246 static int link_is_up(struct tipc_link *l)  in link_is_up()
275 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up()
280 bool tipc_link_peer_is_down(struct tipc_link *l) in tipc_link_peer_is_down()
285 bool tipc_link_is_reset(struct tipc_link *l) in tipc_link_is_reset()
290 bool tipc_link_is_establishing(struct tipc_link *l) in tipc_link_is_establishing()
295 bool tipc_link_is_synching(struct tipc_link *l) in tipc_link_is_synching()
300 bool tipc_link_is_failingover(struct tipc_link *l) in tipc_link_is_failingover()
305 bool tipc_link_is_blocked(struct tipc_link *l) in tipc_link_is_blocked()
310 static bool link_is_bc_sndlink(struct tipc_link *l) in link_is_bc_sndlink()
315 static bool link_is_bc_rcvlink(struct tipc_link *l) in link_is_bc_rcvlink()
320 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active()
325 u32 tipc_link_id(struct tipc_link *l) in tipc_link_id()
330 int tipc_link_min_win(struct tipc_link *l) in tipc_link_min_win()
335 int tipc_link_max_win(struct tipc_link *l) in tipc_link_max_win()
340 int tipc_link_prio(struct tipc_link *l) in tipc_link_prio()
345 unsigned long tipc_link_tolerance(struct tipc_link *l) in tipc_link_tolerance()
350 struct sk_buff_head *tipc_link_inputq(struct tipc_link *l) in tipc_link_inputq()
355 char tipc_link_plane(struct tipc_link *l) in tipc_link_plane()
360 struct net *tipc_link_net(struct tipc_link *l) in tipc_link_net()
365 void tipc_link_update_caps(struct tipc_link *l, u16 capabilities) in tipc_link_update_caps()
403 int tipc_link_bc_peers(struct tipc_link *l) in tipc_link_bc_peers()
408 static u16 link_bc_rcv_gap(struct tipc_link *l) in link_bc_rcv_gap()
420 void tipc_link_set_mtu(struct tipc_link *l, int mtu) in tipc_link_set_mtu()
425 int tipc_link_mtu(struct tipc_link *l) in tipc_link_mtu()
430 int tipc_link_mss(struct tipc_link *l) in tipc_link_mss()
439 u16 tipc_link_rcv_nxt(struct tipc_link *l) in tipc_link_rcv_nxt()
444 u16 tipc_link_acked(struct tipc_link *l) in tipc_link_acked()
449 char *tipc_link_name(struct tipc_link *l) in tipc_link_name()
454 u32 tipc_link_state(struct tipc_link *l) in tipc_link_state()
495 struct tipc_link *l; in tipc_link_create() local
569 struct tipc_link *l; in tipc_link_bc_create() local
611 int tipc_link_fsm_evt(struct tipc_link *l, int evt) in tipc_link_fsm_evt()
773 static void link_profile_stats(struct tipc_link *l) in link_profile_stats()
819 bool tipc_link_too_silent(struct tipc_link *l) in tipc_link_too_silent()
826 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_timeout()
891 static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr) in link_schedule_user()
916 static void link_prepare_wakeup(struct tipc_link *l) in link_prepare_wakeup()
952 struct tipc_link *l) in tipc_link_set_skb_retransmit_time()
960 void tipc_link_reset(struct tipc_link *l) in tipc_link_reset()
1021 int tipc_link_xmit(struct tipc_link *l, struct sk_buff_head *list, in tipc_link_xmit()
1113 static void tipc_link_update_cwin(struct tipc_link *l, int released, in tipc_link_update_cwin()
1155 static void tipc_link_advance_backlog(struct tipc_link *l, in tipc_link_advance_backlog()
1204 static bool link_retransmit_failure(struct tipc_link *l, struct tipc_link *r, in link_retransmit_failure()
1253 static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb, in tipc_data_input()
1304 static int tipc_link_input(struct tipc_link *l, struct sk_buff *skb, in tipc_link_input()
1349 static int tipc_link_tnl_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_tnl_rcv()
1423 u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l, in tipc_get_gap_ack_blks()
1455 struct tipc_link *l, u8 start_index) in __tipc_build_gap_ack_blks()
1501 static u16 tipc_build_gap_ack_blks(struct tipc_link *l, struct tipc_msg *hdr) in tipc_build_gap_ack_blks()
1541 static int tipc_link_advance_transmq(struct tipc_link *l, struct tipc_link *r, in tipc_link_advance_transmq()
1697 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_state_msg()
1721 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_reset_msg()
1741 static int tipc_link_build_nack_msg(struct tipc_link *l, in tipc_link_build_nack_msg()
1771 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_rcv()
1841 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg()
1925 void tipc_link_create_dummy_tnl_msg(struct tipc_link *l, in tipc_link_create_dummy_tnl_msg()
1958 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, in tipc_link_tnl_prepare()
2112 void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl, in tipc_link_failover_prepare()
2139 bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr) in tipc_link_validate_msg()
2182 static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_proto_rcv()
2340 static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast, in tipc_link_build_bc_proto_msg()
2371 static void tipc_link_build_bc_init_msg(struct tipc_link *l, in tipc_link_build_bc_init_msg()
2385 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr) in tipc_link_bc_init_rcv()
2412 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr, in tipc_link_bc_sync_rcv()
2474 struct tipc_link *l = r->bc_sndlink; in tipc_link_bc_ack_rcv() local
2503 int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_bc_nack_rcv()
2537 void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win) in tipc_link_set_queue_limits()
2556 void tipc_link_reset_stats(struct tipc_link *l) in tipc_link_reset_stats()
2561 static void link_print(struct tipc_link *l, const char *str) in link_print()
2870 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, in tipc_link_set_tolerance()
2880 void tipc_link_set_prio(struct tipc_link *l, u32 prio, in tipc_link_set_prio()
2887 void tipc_link_set_abort_limit(struct tipc_link *l, u32 limit) in tipc_link_set_abort_limit()
2905 int tipc_link_dump(struct tipc_link *l, u16 dqueues, char *buf) in tipc_link_dump()