Searched refs:packets_out (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h571 @field packets_out The number of packets transmitted.
582 u_int32_t packets_out; member in struct:ifnet_stat_increment_param
897 @field packets_out The number of packets transmitted.
909 u_int64_t packets_out; member in struct:ifnet_stats_param
2103 @param packets_out The number of additional packets sent.
2109 u_int32_t packets_out, u_int32_t bytes_out, u_int32_t errors_out);
H A Dif_loop.c314 s.packets_out = cnt;
421 s.packets_out = cnt;
H A Dkpi_interface.c1130 if (s->packets_out != 0)
1131 atomic_add_64(&ifp->if_data.ifi_opackets, s->packets_out);
1168 ifnet_stat_increment_out(struct ifnet *ifp, u_int32_t packets_out, argument
1174 if (packets_out != 0)
1175 atomic_add_64(&ifp->if_data.ifi_opackets, packets_out);
1197 atomic_set_64(&ifp->if_data.ifi_opackets, s->packets_out);
1223 atomic_get_64(s->packets_out, &ifp->if_data.ifi_opackets);
H A Ddlil.c2738 if (s->packets_out != 0)
2739 d->packets_out += s->packets_out;
2776 if (s->packets_out != 0) {
2777 atomic_add_64(&ifp->if_data.ifi_opackets, s->packets_out);
2778 s->packets_out = 0;

Completed in 97 milliseconds