| /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() 382 so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets, \ 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 | 198 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets; in sbtoxsockstat_n()
|
| H A D | tcp_usrreq.c | 1822 ti->tcpi_rxpackets = inp != NULL ? inp->inp_stat->rxpackets : 0; in tcp_fill_info() 1831 ti->tcpi_cell_rxpackets = inp->inp_cstat->rxpackets; in tcp_fill_info() 1836 ti->tcpi_wifi_rxpackets = inp->inp_wstat->rxpackets; in tcp_fill_info() 1841 ti->tcpi_wired_rxpackets = inp->inp_Wstat->rxpackets; in tcp_fill_info() 2082 tci->tcpi_rxpackets = inp != NULL ? inp->inp_stat->rxpackets : 0; in tcp_connection_fill_info()
|
| H A D | in_pcb.h | 137 u_int64_t rxpackets; member
|
| H A D | tcp_input.c | 669 rxpackets, 1); in tcp_reass() 706 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in tcp_reass() 3031 if (inp->inp_stat->rxpackets < ECN_MIN_CE_PROBES) { in tcp_input() 3373 rxpackets, 1); in tcp_input() 4285 rxpackets, 1); in tcp_input() 4385 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in tcp_input() 5776 rxpackets, 1); in tcp_input()
|
| H A D | in_tclass.c | 1106 so->so_tc_stats[SO_STATS_DATA].rxpackets += 1; in so_recv_data_stat() 1114 so->so_tc_stats[SO_STATS_DATA].rxpackets += pkts; in so_inc_recv_data_stat()
|
| H A D | tcp_subr.c | 1366 ifs->rxpackets = inp->inp_stat->rxpackets; in tcp_create_ifnet_stats_per_flow() 1375 stat->total_rxpkts += ifs->rxpackets; in tcp_flow_ecn_perf_stats() 1418 stat->lim_total_rxpkts += ifs->rxpackets; in tcp_flow_lim_stats()
|
| H A D | udp_usrreq.c | 774 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in udp_input() 887 INP_ADD_STAT(last, ifnet_count_type, rxpackets, 1); in udp_append()
|
| 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 | 665 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in flow_divert_add_data_statistics()
|
| /xnu-11215/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 226 INP_ADD_STAT(last, ifnet_count_type, rxpackets, 1); in udp6_append() 649 INP_ADD_STAT(in6p, ifnet_count_type, rxpackets, 1); in udp6_input()
|
| H A D | in6_pcb.c | 882 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in6_pcbdetach()
|
| /xnu-11215/bsd/sys/ |
| H A D | socketvar.h | 123 u_int64_t rxpackets; member
|
| /xnu-11215/bsd/kern/ |
| H A D | uipc_socket2.c | 847 sb->sb_so->so_tc_stats[SO_STATS_DATA].rxpackets += 1; in sb_update_data_stats() 859 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets += 1; in sb_update_no_space_stats()
|
| /xnu-11215/bsd/net/ |
| H A D | if_var_private.h | 318 u_int64_t rxpackets; member
|
| H A D | ntstat.c | 1673 buf->nstat_rxpackets = os_atomic_load(&inp->inp_btstat->rxpackets, relaxed); in nstat_inp_bluetooth_counts() 1734 out_counts->nstat_rxpackets = os_atomic_load(&inp->inp_stat->rxpackets, relaxed); in nstat_tcp_counts() 2304 out_counts->nstat_rxpackets = os_atomic_load(&inp->inp_stat->rxpackets, relaxed); in nstat_udp_counts() 7306 xst->xst_tc_stats[0].rxpackets = flow_data->counts.nstat_rxpackets; 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() 1272 diff_n_update(rxpackets); in necp_client_collect_stats()
|