Home
last modified time | relevance | path

Searched refs:txpackets (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Din_pcblist.c200 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets; in sbtoxsockstat_n()
H A Dtcp_subr.c1453 ifs->bk_txpackets = so->so_tc_stats[MBUF_TC_BK].txpackets; in tcp_create_ifnet_stats_per_flow()
1454 ifs->txpackets = inp->inp_mstat.ms_total.ts_txpackets; in tcp_create_ifnet_stats_per_flow()
1463 stat->total_txpkts += ifs->txpackets; in tcp_flow_ecn_perf_stats()
1506 stat->lim_total_txpkts += ifs->txpackets; in tcp_flow_lim_stats()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket2.c841 so->so_tc_stats[SO_STATS_DATA].txpackets += num_pkts; in so_update_tx_data_stats()
852 sb->sb_so->so_tc_stats[SO_STATS_DATA].txpackets += 1; in sb_update_data_stats()
864 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].txpackets += 1; in sb_update_no_space_stats()
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h119 u_int64_t txpackets; member
/xnu-12377.1.9/bsd/net/
H A Dif_var_private.h351 u_int64_t txpackets; member
H A Dnecp_client.c1257 if (ifs == NULL || ifs->txpackets == 0 || ifs->rxpackets == 0) { in necp_client_collect_interface_stats()
1400 diff_n_update(txpackets); in necp_client_collect_nexus_flow_stats()
H A Dntstat.c8199 xst->xst_tc_stats[0].txpackets = flow_data->counts.nstat_txpackets; in nstat_userland_to_xsockstat_n()