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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcblist.c165 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets;
H A Dtcp_output.c546 INP_ADD_STAT(inp, cell, wifi, txpackets, 1);
1440 INP_ADD_STAT(inp, cell, wifi, txpackets, 1);
1449 INP_ADD_STAT(inp, cell, wifi, txpackets, 1);
H A Dtcp_usrreq.c1451 ti->tcpi_txpackets = inp->inp_stat->txpackets;
1467 ti->tcpi_cell_txpackets = inp->inp_cstat->txpackets;
1472 ti->tcpi_wifi_txpackets = inp->inp_wstat->txpackets;
H A Din_pcb.h125 u_int64_t txpackets; member in struct:inp_stat
H A Din_tclass.c1030 so->so_tc_stats[mtc].txpackets += 1;
H A Dudp_usrreq.c1613 INP_ADD_STAT(inp, cell, wifi, txpackets, 1);
H A Dflow_divert.c576 INP_ADD_STAT(inp, cell, wifi, txpackets, 1);
/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_output.c408 INP_ADD_STAT(in6p, cell, wifi, txpackets, 1);
/xnu-2422.115.4/bsd/sys/
H A Dsocketvar.h110 u_int64_t txpackets; member in struct:data_stats
/xnu-2422.115.4/bsd/net/
H A Dntstat.c922 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets);
1221 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets);

Completed in 116 milliseconds