Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_output.c2619 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2625 sent_pkts = 0; in tcp_write_xmit()
2634 sent_pkts = 1; in tcp_write_xmit()
2715 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2727 if (likely(sent_pkts || is_cwnd_limited)) in tcp_write_xmit()
2730 if (likely(sent_pkts)) { in tcp_write_xmit()
2732 tp->prr_out += sent_pkts; in tcp_write_xmit()
/net/tipc/
Dlink.c52 u32 sent_pkts; member
1099 l->stats.sent_pkts++; in tipc_link_xmit()
1204 l->stats.sent_pkts++; in tipc_link_advance_backlog()
2717 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()
2777 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()