Lines Matching defs:l

110 static int link_is_up(struct tipc_link *l)  in link_is_up()
131 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up()
136 bool tipc_link_peer_is_down(struct tipc_link *l) in tipc_link_peer_is_down()
141 bool tipc_link_is_reset(struct tipc_link *l) in tipc_link_is_reset()
146 bool tipc_link_is_establishing(struct tipc_link *l) in tipc_link_is_establishing()
151 bool tipc_link_is_synching(struct tipc_link *l) in tipc_link_is_synching()
156 bool tipc_link_is_failingover(struct tipc_link *l) in tipc_link_is_failingover()
161 bool tipc_link_is_blocked(struct tipc_link *l) in tipc_link_is_blocked()
166 static bool link_is_bc_sndlink(struct tipc_link *l) in link_is_bc_sndlink()
171 static bool link_is_bc_rcvlink(struct tipc_link *l) in link_is_bc_rcvlink()
176 int tipc_link_is_active(struct tipc_link *l) in tipc_link_is_active()
181 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active()
215 int tipc_link_bc_peers(struct tipc_link *l) in tipc_link_bc_peers()
220 void tipc_link_set_mtu(struct tipc_link *l, int mtu) in tipc_link_set_mtu()
225 int tipc_link_mtu(struct tipc_link *l) in tipc_link_mtu()
230 static u32 link_own_addr(struct tipc_link *l) in link_own_addr()
267 struct tipc_link *l; in tipc_link_create() local
330 struct tipc_link *l; in tipc_link_bc_create() local
356 int tipc_link_fsm_evt(struct tipc_link *l, int evt) in tipc_link_fsm_evt()
514 static void link_profile_stats(struct tipc_link *l) in link_profile_stats()
557 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_timeout()
647 void link_prepare_wakeup(struct tipc_link *l) in link_prepare_wakeup()
664 void tipc_link_reset(struct tipc_link *l) in tipc_link_reset()
711 int tipc_link_xmit(struct tipc_link *l, struct sk_buff_head *list, in tipc_link_xmit()
773 void tipc_link_advance_backlog(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_advance_backlog()
803 static void link_retransmit_failure(struct tipc_link *l, struct sk_buff *skb) in link_retransmit_failure()
815 int tipc_link_retrans(struct tipc_link *l, u16 from, u16 to, in tipc_link_retrans()
863 static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb, in tipc_data_input()
894 static int tipc_link_input(struct tipc_link *l, struct sk_buff *skb, in tipc_link_input()
952 static bool tipc_link_release_pkts(struct tipc_link *l, u16 acked) in tipc_link_release_pkts()
972 int tipc_link_build_ack_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_ack_msg()
994 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_reset_msg()
1006 static void tipc_link_build_nack_msg(struct tipc_link *l, in tipc_link_build_nack_msg()
1023 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_rcv()
1090 void tipc_link_proto_xmit(struct tipc_link *l, u32 msg_typ, int probe_msg, in tipc_link_proto_xmit()
1106 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg()
1165 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, in tipc_link_tnl_prepare()
1234 static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_proto_rcv()
1338 static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast, in tipc_link_build_bc_proto_msg()
1369 static void tipc_link_build_bc_init_msg(struct tipc_link *l, in tipc_link_build_bc_init_msg()
1382 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr) in tipc_link_bc_init_rcv()
1409 void tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr, in tipc_link_bc_sync_rcv()
1449 void tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, in tipc_link_bc_ack_rcv()
1484 int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb, in tipc_link_bc_nack_rcv()
1518 void tipc_link_set_queue_limits(struct tipc_link *l, u32 win) in tipc_link_set_queue_limits()
1579 static void link_print(struct tipc_link *l, const char *str) in link_print()