Home
last modified time | relevance | path

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

/net/ipv6/
A Dioam6_iptunnel.c44 atomic_t pkt_cnt; member
189 atomic_set(&ilwt->pkt_cnt, 0); in ioam6_build_state()
352 u32 pkt_cnt; in ioam6_output() local
360 pkt_cnt = atomic_fetch_inc(&ilwt->pkt_cnt); in ioam6_output()
361 if (pkt_cnt % ilwt->freq.n >= ilwt->freq.k) in ioam6_output()
/net/tipc/
A Dsocket.c136 u16 pkt_cnt; member
1279 tsk->pkt_cnt += skb_queue_len(txq); in tipc_sk_push_backlog()
1280 if (!tsk->pkt_cnt || tsk->msg_acc / tsk->pkt_cnt < 2) { in tipc_sk_push_backlog()
1286 tsk->portid, tsk->msg_acc, tsk->pkt_cnt, in tipc_sk_push_backlog()
1298 tsk->pkt_cnt = 0; in tipc_sk_push_backlog()
1309 tsk->pkt_cnt += skb_queue_len(txq); in tipc_sk_push_backlog()
1602 tsk->pkt_cnt += skb_queue_len(txq); in __tipc_sendstream()
1612 tsk->pkt_cnt = 0; in __tipc_sendstream()
A Dlink.c1023 int pkt_cnt = skb_queue_len(list); in tipc_link_xmit() local
1032 if (pkt_cnt <= 0) in tipc_link_xmit()
1055 if (pkt_cnt > 1) { in tipc_link_xmit()
1057 l->stats.sent_fragments += pkt_cnt; in tipc_link_xmit()

Completed in 17 milliseconds