Home
last modified time | relevance | path

Searched refs:pkt_cnt (Results 1 – 2 of 2) sorted by relevance

/net/tipc/
Dsocket.c136 u16 pkt_cnt; member
1283 tsk->pkt_cnt += skb_queue_len(txq); in tipc_sk_push_backlog()
1284 if (!tsk->pkt_cnt || tsk->msg_acc / tsk->pkt_cnt < 2) { in tipc_sk_push_backlog()
1290 tsk->portid, tsk->msg_acc, tsk->pkt_cnt, in tipc_sk_push_backlog()
1302 tsk->pkt_cnt = 0; in tipc_sk_push_backlog()
1313 tsk->pkt_cnt += skb_queue_len(txq); in tipc_sk_push_backlog()
1606 tsk->pkt_cnt += skb_queue_len(txq); in __tipc_sendstream()
1616 tsk->pkt_cnt = 0; in __tipc_sendstream()
Dlink.c1045 int pkt_cnt = skb_queue_len(list); in tipc_link_xmit() local
1054 if (pkt_cnt <= 0) in tipc_link_xmit()
1076 if (pkt_cnt > 1) { in tipc_link_xmit()
1078 l->stats.sent_fragments += pkt_cnt; in tipc_link_xmit()