Searched refs:rxpackets (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c162 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets;
H A Din_pcb.h137 u_int64_t rxpackets; member in struct:inp_stat
H A Dtcp_input.c603 locked_add_64(&tp->t_inpcb->inp_stat->rxpackets, 1);
627 locked_add_64(&tp->t_inpcb->inp_stat->rxpackets, 1);
2414 locked_add_64(&inp->inp_stat->rxpackets, m->m_pkthdr.lro_npkts);
2417 locked_add_64(&inp->inp_stat->rxpackets, 1);
2930 locked_add_64(&inp->inp_stat->rxpackets, 1);
2998 locked_add_64(&inp->inp_stat->rxpackets, 1);
3746 locked_add_64(&inp->inp_stat->rxpackets, m->m_pkthdr.lro_npkts);
3748 locked_add_64(&inp->inp_stat->rxpackets, 1);
H A Dudp_usrreq.c737 locked_add_64(&inp->inp_stat->rxpackets, 1);
842 locked_add_64(&last->inp_stat->rxpackets, 1);
H A Din_tclass.c771 so->so_tc_stats[sotc].rxpackets += 1;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c188 locked_add_64(&last->inp_stat->rxpackets, 1);
548 locked_add_64(&in6p->inp_stat->rxpackets, 1);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h115 u_int64_t rxpackets; member in struct:data_stats
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c848 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets);
1105 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets);

Completed in 59 milliseconds