Lines Matching refs:l
105 static void tipc_link_send_sync(struct tipc_link *l);
956 static void tipc_link_send_sync(struct tipc_link *l) in tipc_link_send_sync() argument
966 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, l->addr); in tipc_link_send_sync()
967 msg_set_last_bcast(msg, l->owner->bclink.acked); in tipc_link_send_sync()
968 link_add_chain_to_outqueue(l, buf, 0); in tipc_link_send_sync()
969 tipc_link_push_queue(l); in tipc_link_send_sync()
2838 struct tipc_link *l; in tipc_link_stats() local
2849 l = link_find_link(name, &node); in tipc_link_stats()
2850 if (!l) { in tipc_link_stats()
2855 s = &l->stats; in tipc_link_stats()
2857 if (tipc_link_is_active(l)) in tipc_link_stats()
2859 else if (tipc_link_is_up(l)) in tipc_link_stats()
2867 l->name, status, l->max_pkt, l->priority, in tipc_link_stats()
2868 l->tolerance, l->queue_limit[0]); in tipc_link_stats()
2872 l->next_in_no - s->recv_info, s->recv_fragments, in tipc_link_stats()
2878 l->next_out_no - s->sent_info, s->sent_fragments, in tipc_link_stats()