Searched refs:ifnet_stat_increment_out (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_utun.c556 ifnet_stat_increment_out(pcb->utun_ifp, utsp->utsp_packets,
675 ifnet_stat_increment_out(interface, 0, 0, 1);
679 ifnet_stat_increment_out(interface, 1, length, 0);
721 ifnet_stat_increment_out(interface, 0, 0, 1);
H A Dif_utun_crypto_dtls.c915 ifnet_stat_increment_out(pcb->utun_ifp, 0, 0, 1); \
961 ifnet_stat_increment_out(pcb->utun_ifp, 0, 0, 1); // increment errors
972 ifnet_stat_increment_out(pcb->utun_ifp, 0, 0, 1); // increment errors
981 ifnet_stat_increment_out(pcb->utun_ifp, 1, len, 0);
H A Dnet_stubs.c789 int ifnet_stat_increment_out(void);
790 int ifnet_stat_increment_out(void) function
H A Dif_ipsec.c517 ifnet_stat_increment_out(pcb->ipsec_ifp, utsp->utsp_packets,
664 ifnet_stat_increment_out(interface, 1, length, 0);
726 ifnet_stat_increment_out(interface, 1, length, 0);
H A Dif_bridge.c3483 (void) ifnet_stat_increment_out(dst_ifp,
3504 (void) ifnet_stat_increment_out(sc->sc_ifp, 1, len, 0);
3506 (void) ifnet_stat_increment_out(sc->sc_ifp, 0, 0, 1);
3653 (void) ifnet_stat_increment_out(
3706 (void) ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0);
4391 (void) ifnet_stat_increment_out(sc->sc_ifp,
4410 (void) ifnet_stat_increment_out(
4458 (void) ifnet_stat_increment_out(sc->sc_ifp, 0, 0, 1);
H A Dif_gif.c596 ifnet_stat_increment_out(ifp, 0, 0, 1);
598 ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0);
H A Dif_utun_crypto_ipsec.c921 ifnet_stat_increment_out(pcb->utun_ifp, 1, mbuf_pkthdr_len(new), 0);
H A Dkpi_interface.h2482 @function ifnet_stat_increment_out
2497 extern errno_t ifnet_stat_increment_out(ifnet_t interface,
H A Dbridgestp.c468 (void) ifnet_stat_increment_out(dst_ifp, 1, len, 0);
470 (void) ifnet_stat_increment_out(dst_ifp, 0, 0, 1);
H A Dif_vlan.c1116 (void)ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0);
H A Dif_bond.c1521 (void)ifnet_stat_increment_out(ifp, 1,
1525 (void)ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0);
H A Dkpi_interface.c1371 ifnet_stat_increment_out(struct ifnet *ifp, u_int32_t packets_out, function
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp1437 ifnet_stat_increment_out(self->getIfnet(), outPackets, mbuf_pkthdr_len(m), outErrors);
2558 ifnet_stat_increment_out(_backingIfnet, txPackets, txByteCount, txErrors);
2669 ifnet_stat_increment_out(_backingIfnet, txPackets, txByteCount, txErrors);

Completed in 225 milliseconds