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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcblist.c162 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets;
H A Din_tclass.c776 so->so_tc_stats[sotc].rxpackets += 1;
787 so->so_tc_stats[tc].rxpackets += pkts;
H A Dtcp_input.c647 rxpackets, 1);
674 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
2629 rxpackets, m->m_pkthdr.lro_npkts);
2632 rxpackets, 1);
3214 rxpackets, 1);
3281 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
4233 rxpackets, m->m_pkthdr.lro_npkts);
4236 rxpackets, 1);
H A Din_pcb.h130 u_int64_t rxpackets; member in struct:inp_stat
H A Dtcp_usrreq.c1516 ti->tcpi_rxpackets = inp->inp_stat->rxpackets;
1524 ti->tcpi_cell_rxpackets = inp->inp_cstat->rxpackets;
1529 ti->tcpi_wifi_rxpackets = inp->inp_wstat->rxpackets;
1534 ti->tcpi_wired_rxpackets = inp->inp_Wstat->rxpackets;
H A Dudp_usrreq.c736 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
842 INP_ADD_STAT(last, cell, wifi, wired, rxpackets, 1);
H A Dflow_divert.c581 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c230 INP_ADD_STAT(last, cell, wifi, wired, rxpackets, 1);
551 INP_ADD_STAT(in6p, cell, wifi, wired, rxpackets, 1);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsocketvar.h108 u_int64_t rxpackets; member in struct:data_stats
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dntstat.c1052 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets);
1453 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets);

Completed in 271 milliseconds