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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcblist.c164 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets;
H A Din_pcb.h132 u_int64_t txpackets; member in struct:inp_stat
H A Dtcp_usrreq.c1510 ti->tcpi_txpackets = inp->inp_stat->txpackets;
1526 ti->tcpi_cell_txpackets = inp->inp_cstat->txpackets;
1531 ti->tcpi_wifi_txpackets = inp->inp_wstat->txpackets;
1536 ti->tcpi_wired_txpackets = inp->inp_Wstat->txpackets;
H A Dtcp_output.c564 txpackets, 1);
1513 txpackets, 1);
1524 txpackets, 1);
H A Din_tclass.c1043 so->so_tc_stats[mtc].txpackets += 1;
H A Dudp_usrreq.c1626 INP_ADD_STAT(inp, cell, wifi, wired, txpackets, 1);
H A Dflow_divert.c578 INP_ADD_STAT(inp, cell, wifi, wired, txpackets, 1);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_output.c425 INP_ADD_STAT(in6p, cell, wifi, wired, txpackets, 1);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsocketvar.h110 u_int64_t txpackets; member in struct:data_stats
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dntstat.c1054 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets);
1455 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets);

Completed in 245 milliseconds