Home
last modified time | relevance | path

Searched refs:rxpackets (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Din_pcblist.c198 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets; in sbtoxsockstat_n()
H A Dudp_log.c383 so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets, \ in udp_log_connection_summary()
H A Din_tclass.c1054 so->so_tc_stats[SO_STATS_DATA].rxpackets += 1; in so_recv_data_stat()
1062 so->so_tc_stats[SO_STATS_DATA].rxpackets += pkts; in so_inc_recv_data_stat()
H A Dtcp_subr.c1560 ifs->rxpackets = inp->inp_mstat.ms_total.ts_rxpackets; in tcp_create_ifnet_stats_per_flow()
1569 stat->total_rxpkts += ifs->rxpackets; in tcp_flow_ecn_perf_stats()
1612 stat->lim_total_rxpkts += ifs->rxpackets; in tcp_flow_lim_stats()
/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h117 u_int64_t rxpackets; member
/xnu-12377.61.12/bsd/kern/
H A Duipc_socket2.c849 sb->sb_so->so_tc_stats[SO_STATS_DATA].rxpackets += 1; in sb_update_data_stats()
861 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets += 1; in sb_update_no_space_stats()
/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h352 u_int64_t rxpackets; member
H A Dnecp_client.c1256 if (ifs == NULL || ifs->txpackets == 0 || ifs->rxpackets == 0) { in necp_client_collect_interface_stats()
1398 diff_n_update(rxpackets); in necp_client_collect_nexus_flow_stats()
H A Dntstat.c8197 xst->xst_tc_stats[0].rxpackets = flow_data->counts.nstat_rxpackets; in nstat_userland_to_xsockstat_n()