Lines Matching refs:xmitq
155 struct sk_buff_head *xmitq,
611 struct sk_buff_head xmitq; in tipc_node_timeout() local
622 __skb_queue_head_init(&xmitq); in tipc_node_timeout()
631 rc = tipc_link_timeout(le->link, &xmitq); in tipc_node_timeout()
636 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr); in tipc_node_timeout()
649 struct sk_buff_head *xmitq) in __tipc_node_link_up() argument
677 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up()
687 tipc_bcast_add_peer(n->net, nl, xmitq); in __tipc_node_link_up()
706 tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq); in __tipc_node_link_up()
715 struct sk_buff_head *xmitq) in tipc_node_link_up() argument
720 __tipc_node_link_up(n, bearer_id, xmitq); in tipc_node_link_up()
722 tipc_bearer_xmit(n->net, bearer_id, xmitq, maddr); in tipc_node_link_up()
730 struct sk_buff_head *xmitq, in __tipc_node_link_down() argument
779 tipc_link_build_reset_msg(l, xmitq); in __tipc_node_link_down()
793 tipc_link_tnl_prepare(l, tnl, FAILOVER_MSG, xmitq); in __tipc_node_link_down()
806 struct sk_buff_head xmitq; in tipc_node_link_down() local
812 __skb_queue_head_init(&xmitq); in tipc_node_link_down()
816 __tipc_node_link_down(n, &bearer_id, &xmitq, &maddr); in tipc_node_link_down()
829 tipc_bearer_xmit(n->net, bearer_id, &xmitq, maddr); in tipc_node_link_down()
1356 struct sk_buff_head xmitq; in tipc_node_xmit() local
1380 __skb_queue_head_init(&xmitq); in tipc_node_xmit()
1383 rc = tipc_link_xmit(le->link, list, &xmitq); in tipc_node_xmit()
1390 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr); in tipc_node_xmit()
1417 int tipc_node_distr_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_node_distr_xmit() argument
1422 while ((skb = __skb_dequeue(xmitq))) { in tipc_node_distr_xmit()
1468 int bearer_id, struct sk_buff_head *xmitq) in tipc_node_bc_sync_rcv() argument
1491 tipc_link_build_state_msg(ucl, xmitq); in tipc_node_bc_sync_rcv()
1506 struct sk_buff_head xmitq; in tipc_node_bc_rcv() local
1514 __skb_queue_head_init(&xmitq); in tipc_node_bc_rcv()
1533 tipc_link_build_state_msg(le->link, &xmitq); in tipc_node_bc_rcv()
1537 if (!skb_queue_empty(&xmitq)) in tipc_node_bc_rcv()
1538 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr); in tipc_node_bc_rcv()
1557 int bearer_id, struct sk_buff_head *xmitq) in tipc_node_check_state() argument
1618 __tipc_node_link_down(n, &pb_id, xmitq, &maddr); in tipc_node_check_state()
1627 tipc_link_create_dummy_tnl_msg(l, xmitq); in tipc_node_check_state()
1653 __tipc_node_link_up(n, bearer_id, xmitq); in tipc_node_check_state()
1698 struct sk_buff_head xmitq; in tipc_rcv() local
1707 __skb_queue_head_init(&xmitq); in tipc_rcv()
1736 tipc_node_bc_sync_rcv(n, hdr, bearer_id, &xmitq); in tipc_rcv()
1745 rc = tipc_link_rcv(le->link, skb, &xmitq); in tipc_rcv()
1757 if (tipc_node_check_state(n, skb, bearer_id, &xmitq)) { in tipc_rcv()
1759 rc = tipc_link_rcv(le->link, skb, &xmitq); in tipc_rcv()
1767 tipc_node_link_up(n, bearer_id, &xmitq); in tipc_rcv()
1781 if (!skb_queue_empty(&xmitq)) in tipc_rcv()
1782 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr); in tipc_rcv()
1794 struct sk_buff_head xmitq; in tipc_node_apply_property() local
1798 __skb_queue_head_init(&xmitq); in tipc_node_apply_property()
1808 &xmitq); in tipc_node_apply_property()
1813 tipc_bearer_xmit(net, bearer_id, &xmitq, &e->maddr); in tipc_node_apply_property()
1981 struct sk_buff_head xmitq; in tipc_nl_node_set_link() local
1985 __skb_queue_head_init(&xmitq); in tipc_nl_node_set_link()
2030 tipc_link_set_tolerance(link, tol, &xmitq); in tipc_nl_node_set_link()
2036 tipc_link_set_prio(link, prio, &xmitq); in tipc_nl_node_set_link()
2048 tipc_bearer_xmit(net, bearer_id, &xmitq, &node->links[bearer_id].maddr); in tipc_nl_node_set_link()