Lines Matching refs:le

753 		struct tipc_link_entry *le = &node->links[i];
755 if (le->link) {
756 kfree(le->link);
757 le->link = NULL;
806 struct tipc_link_entry *le;
833 le = &n->links[bearer_id];
834 if (le->link) {
835 spin_lock_bh(&le->lock);
837 tipc_node_calculate_timer(n, le->link);
838 rc = tipc_link_timeout(le->link, &xmitq);
839 spin_unlock_bh(&le->lock);
843 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr, n);
994 struct tipc_link_entry *le = &n->links[*bearer_id];
1043 node_lost_contact(n, &le->inputq);
1066 struct tipc_link_entry *le = &n->links[bearer_id];
1068 struct tipc_link *l = le->link;
1087 le->link = NULL;
1096 tipc_sk_rcv(n->net, &le->inputq);
1178 struct tipc_link_entry *le;
1199 le = &n->links[b->identity];
1202 l = le->link;
1205 addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr));
1287 &le->inputq,
1298 le->link = l;
1307 memcpy(&le->maddr, maddr, sizeof(*maddr));
1692 struct tipc_link_entry *le = NULL;
1739 le = &n->links[bearer_id];
1740 spin_lock_bh(&le->lock);
1741 rc = tipc_link_xmit(le->link, list, &xmitq);
1742 spin_unlock_bh(&le->lock);
1748 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n);
1876 struct tipc_link_entry *le;
1894 le = &n->links[bearer_id];
1901 tipc_link_build_state_msg(le->link, &xmitq);
1906 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n);
2088 struct tipc_link_entry *le;
2140 le = &n->links[bearer_id];
2157 spin_lock_bh(&le->lock);
2158 if (le->link) {
2159 rc = tipc_link_rcv(le->link, skb, &xmitq);
2162 spin_unlock_bh(&le->lock);
2172 if (le->link) {
2173 rc = tipc_link_rcv(le->link, skb, &xmitq);
2194 if (!skb_queue_empty(&le->inputq))
2195 tipc_sk_rcv(net, &le->inputq);
2198 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n);
2573 struct tipc_link_entry *le;
2615 le = &node->links[bearer_id];
2617 spin_lock_bh(&le->lock);
2620 spin_unlock_bh(&le->lock);
2625 spin_unlock_bh(&le->lock);