Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dudp_log.c243 inp->inp_stat->rxpackets, inp->inp_stat->txpackets, \ in udp_log_common()
381 inp->inp_stat->rxpackets, inp->inp_stat->txpackets, \ in udp_log_connection_summary()
H A Dtcp_log.c424 inp->inp_stat->rxpackets, inp->inp_stat->txpackets, \ in tcp_log_connection()
640 inp->inp_stat->rxpackets, inp->inp_stat->txpackets, \ in tcp_log_connection_summary()
1041 inp->inp_stat->rxpackets, inp->inp_stat->txpackets, \ in tcp_log_message()
1227 inp->inp_stat->rxpackets, inp->inp_stat->txpackets, \ in tcp_log_output()
H A Din_pcblist.c200 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets; in sbtoxsockstat_n()
H A Dtcp_usrreq.c1816 ti->tcpi_txpackets = inp != NULL ? inp->inp_stat->txpackets : 0; in tcp_fill_info()
1833 ti->tcpi_cell_txpackets = inp->inp_cstat->txpackets; in tcp_fill_info()
1838 ti->tcpi_wifi_txpackets = inp->inp_wstat->txpackets; in tcp_fill_info()
1843 ti->tcpi_wired_txpackets = inp->inp_Wstat->txpackets; in tcp_fill_info()
2078 tci->tcpi_txpackets = inp != NULL ? inp->inp_stat->txpackets : 0; in tcp_connection_fill_info()
H A Din_pcb.h139 u_int64_t txpackets; member
H A Dtcp_subr.c1364 ifs->bk_txpackets = so->so_tc_stats[MBUF_TC_BK].txpackets; in tcp_create_ifnet_stats_per_flow()
1365 ifs->txpackets = inp->inp_stat->txpackets; in tcp_create_ifnet_stats_per_flow()
1374 stat->total_txpkts += ifs->txpackets; in tcp_flow_ecn_perf_stats()
1417 stat->lim_total_txpkts += ifs->txpackets; in tcp_flow_lim_stats()
H A Dtcp_output.c2397 txpackets, 1); in tcp_output()
2412 txpackets, 1); in tcp_output()
H A Dudp_usrreq.c2078 INP_ADD_STAT(inp, ifnet_count_type, txpackets, 1); in udp_output()
H A Din_pcb.c2022 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in_pcbdetach()
H A Dflow_divert.c662 INP_ADD_STAT(inp, ifnet_count_type, txpackets, 1); in flow_divert_add_data_statistics()
/xnu-11215/bsd/netinet6/
H A Dudp6_output.c625 INP_ADD_STAT(in6p, ifnet_count_type, txpackets, 1); in udp6_output()
H A Din6_pcb.c882 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in6_pcbdetach()
/xnu-11215/bsd/kern/
H A Duipc_socket2.c839 so->so_tc_stats[SO_STATS_DATA].txpackets += num_pkts; in so_update_tx_data_stats()
850 sb->sb_so->so_tc_stats[SO_STATS_DATA].txpackets += 1; in sb_update_data_stats()
862 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].txpackets += 1; in sb_update_no_space_stats()
/xnu-11215/bsd/sys/
H A Dsocketvar.h125 u_int64_t txpackets; member
/xnu-11215/bsd/net/
H A Dif_var_private.h317 u_int64_t txpackets; member
H A Dntstat.c1675 buf->nstat_txpackets = os_atomic_load(&inp->inp_btstat->txpackets, relaxed); in nstat_inp_bluetooth_counts()
1736 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_stat->txpackets, relaxed); in nstat_tcp_counts()
2306 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_stat->txpackets, relaxed); in nstat_udp_counts()
7308 xst->xst_tc_stats[0].txpackets = flow_data->counts.nstat_txpackets; in nstat_userland_to_xsockstat_n()
H A Dnecp_client.c1235 if (ifs == NULL || ifs->txpackets == 0 || ifs->rxpackets == 0) { in necp_client_collect_interface_stats()
1273 diff_n_update(txpackets); in necp_client_collect_stats()