Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c50 u32 sent_pkts; member
936 l->stats.sent_pkts++; in tipc_link_xmit()
991 l->stats.sent_pkts++; in tipc_link_advance_backlog()
1978 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()
2038 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()
/net/ipv4/
Dtcp_output.c2305 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2311 sent_pkts = 0; in tcp_write_xmit()
2320 sent_pkts = 1; in tcp_write_xmit()
2401 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2412 if (likely(sent_pkts)) { in tcp_write_xmit()
2414 tp->prr_out += sent_pkts; in tcp_write_xmit()