Home
last modified time | relevance | path

Searched refs:rxpackets (Results 1 – 18 of 18) 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()
382 so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets, \ 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.c198 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets; in sbtoxsockstat_n()
H A Dtcp_usrreq.c1822 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 Din_pcb.h137 u_int64_t rxpackets; member
H A Dtcp_input.c669 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 Din_tclass.c1106 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 Dtcp_subr.c1366 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 Dudp_usrreq.c774 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 Din_pcb.c2022 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in_pcbdetach()
H A Dflow_divert.c665 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in flow_divert_add_data_statistics()
/xnu-11215/bsd/netinet6/
H A Dudp6_usrreq.c226 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 Din6_pcb.c882 if (inp->inp_stat->rxpackets == 0 && inp->inp_stat->txpackets == 0) { in in6_pcbdetach()
/xnu-11215/bsd/sys/
H A Dsocketvar.h123 u_int64_t rxpackets; member
/xnu-11215/bsd/kern/
H A Duipc_socket2.c847 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 Dif_var_private.h318 u_int64_t rxpackets; member
H A Dntstat.c1673 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 Dnecp_client.c1235 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()