Searched refs:txpackets (Results 1 – 17 of 17) sorted by relevance
| /xnu-11215/bsd/netinet/ |
| H A D | udp_log.c | 243 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 D | tcp_log.c | 424 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 D | in_pcblist.c | 200 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets; in sbtoxsockstat_n()
|
| H A D | tcp_usrreq.c | 1816 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 D | in_pcb.h | 139 u_int64_t txpackets; member
|
| H A D | tcp_subr.c | 1364 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 D | tcp_output.c | 2397 txpackets, 1); in tcp_output() 2412 txpackets, 1); in tcp_output()
|
| H A D | udp_usrreq.c | 2078 INP_ADD_STAT(inp, ifnet_count_type, txpackets, 1); in udp_output()
|
| H A D | in_pcb.c | 2022 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in_pcbdetach()
|
| H A D | flow_divert.c | 662 INP_ADD_STAT(inp, ifnet_count_type, txpackets, 1); in flow_divert_add_data_statistics()
|
| /xnu-11215/bsd/netinet6/ |
| H A D | udp6_output.c | 625 INP_ADD_STAT(in6p, ifnet_count_type, txpackets, 1); in udp6_output()
|
| H A D | in6_pcb.c | 882 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in6_pcbdetach()
|
| /xnu-11215/bsd/kern/ |
| H A D | uipc_socket2.c | 839 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 D | socketvar.h | 125 u_int64_t txpackets; member
|
| /xnu-11215/bsd/net/ |
| H A D | if_var_private.h | 317 u_int64_t txpackets; member
|
| H A D | ntstat.c | 1675 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 D | necp_client.c | 1235 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()
|