Lines Matching refs:pl
434 struct tipc_link *pl = tipc_parallel_link(l_ptr); in tipc_link_reset() local
452 if (was_active_link && tipc_node_is_up(l_ptr->owner) && (pl != l_ptr)) { in tipc_link_reset()
455 pl->failover_pkts = FIRST_FAILOVER; in tipc_link_reset()
456 pl->failover_checkpt = l_ptr->next_in_no; in tipc_link_reset()
457 pl->failover_skb = l_ptr->reasm_buf; in tipc_link_reset()
997 struct tipc_link *pl; in link_synch() local
999 pl = tipc_parallel_link(l); in link_synch()
1000 if (pl == l) in link_synch()
1004 if (less_eq(pl->next_in_no, l->synch_point)) in link_synch()
1008 post_synch = mod(pl->next_in_no - l->synch_point) - 1; in link_synch()
1009 if (skb_queue_len(&pl->inputq) > post_synch) in link_synch()
1686 struct tipc_link *pl = NULL; in tipc_link_failover_rcv() local
1700 pl = link->owner->links[bearer_id]; in tipc_link_failover_rcv()
1701 if (pl && tipc_link_is_up(pl)) in tipc_link_failover_rcv()
1702 tipc_link_reset(pl); in tipc_link_failover_rcv()
1730 if (!link->failover_pkts && pl) in tipc_link_failover_rcv()
1731 pl->flags &= ~LINK_FAILINGOVER; in tipc_link_failover_rcv()