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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c164 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets;
H A Din_pcb.h139 u_int64_t txpackets; member in struct:inp_stat
H A Dtcp_output.c526 locked_add_64(&tp->t_inpcb->inp_stat->txpackets, 1);
1315 locked_add_64(&tp->t_inpcb->inp_stat->txpackets, 1);
1323 locked_add_64(&tp->t_inpcb->inp_stat->txpackets, 1);
H A Din_tclass.c983 so->so_tc_stats[mtc].txpackets += 1;
H A Dudp_usrreq.c1578 locked_add_64(&inp->inp_stat->txpackets, 1);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c402 locked_add_64(&in6p->inp_stat->txpackets, 1);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h117 u_int64_t txpackets; member in struct:data_stats
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c850 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets);
1107 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets);

Completed in 42 milliseconds