Lines Matching refs:txq
1272 struct sk_buff_head *txq = &tsk->sk.sk_write_queue; in tipc_sk_push_backlog() local
1273 struct sk_buff *skb = skb_peek_tail(txq); in tipc_sk_push_backlog()
1279 tsk->pkt_cnt += skb_queue_len(txq); in tipc_sk_push_backlog()
1309 tsk->pkt_cnt += skb_queue_len(txq); in tipc_sk_push_backlog()
1312 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in tipc_sk_push_backlog()
1557 struct sk_buff_head *txq = &sk->sk_write_queue; in __tipc_sendstream() local
1592 rc = tipc_msg_append(hdr, m, send, maxnagle, txq); in __tipc_sendstream()
1602 tsk->pkt_cnt += skb_queue_len(txq); in __tipc_sendstream()
1604 skb = skb_peek_tail(txq); in __tipc_sendstream()
1615 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()
1620 trace_tipc_sk_sendstream(sk, skb_peek(txq), in __tipc_sendstream()
1622 rc = tipc_node_xmit(net, txq, dnode, tsk->portid); in __tipc_sendstream()