Lines Matching refs:pl
1156 struct tipc_link *l, *tnl, *pl = NULL; in tipc_node_check_state() local
1172 pl = n->links[i].link; in tipc_node_check_state()
1199 if (pl && tipc_link_is_up(pl)) { in tipc_node_check_state()
1200 pb_id = pl->bearer_id; in tipc_node_check_state()
1202 tipc_skb_queue_splice_tail_init(pl->inputq, l->inputq); in tipc_node_check_state()
1214 if (pl) in tipc_node_check_state()
1215 tipc_link_fsm_evt(pl, LINK_FAILOVER_END_EVT); in tipc_node_check_state()
1220 if (!pl || !tipc_link_is_up(pl)) in tipc_node_check_state()
1244 tnl = pl; in tipc_node_check_state()
1245 pl = l; in tipc_node_check_state()
1247 dlv_nxt = pl->rcv_nxt - mod(skb_queue_len(pl->inputq)); in tipc_node_check_state()
1253 if (l == pl) in tipc_node_check_state()