Searched refs:ifnet_stat_increment_out (Results 1 – 12 of 12) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_gif.c | 611 ifnet_stat_increment_out(ifp, 0, 0, 1); in gif_output() 613 ifnet_stat_increment_out(ifp, 1, bytes_out, 0); in gif_output()
|
| H A D | net_stubs.c | 159 STUB(ifnet_stat_increment_out);
|
| H A D | if_utun.c | 2122 ifnet_stat_increment_out(pcb->utun_ifp, utsp->utsp_packets, in utun_ctl_setopt() 2665 ifnet_stat_increment_out(interface, 0, 0, 1); in utun_output() 2673 ifnet_stat_increment_out(interface, 1, length, 0); in utun_output() 2745 ifnet_stat_increment_out(interface, 0, 0, 1); in utun_framer() 3584 ifnet_stat_increment_out(pcb->utun_ifp, 1, length, 0); in utun_kpipe_sync_rx()
|
| H A D | if_bridge.c | 4882 (void) ifnet_stat_increment_out(dst_ifp, 4912 (void) ifnet_stat_increment_out(dst_ifp, 5091 (void) ifnet_stat_increment_out(bridge_ifp, 1, len, 0); 5093 (void) ifnet_stat_increment_out(bridge_ifp, 0, 0, 1); 5274 (void)ifnet_stat_increment_out(bridge_ifp, 5345 (void) ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0); 6438 (void) ifnet_stat_increment_out(bridge_ifp, 6470 (void) ifnet_stat_increment_out( 6561 (void) ifnet_stat_increment_out(sc->sc_ifp, 0, 0, 1);
|
| H A D | if_ipsec.c | 988 ifnet_stat_increment_out(pcb->ipsec_ifp, 1, (uint16_t)length, 0); in ipsec_kpipe_sync_rx() 3165 ifnet_stat_increment_out(pcb->ipsec_ifp, (uint32_t)utsp->utsp_packets, in ipsec_ctl_setopt() 3798 ifnet_stat_increment_out(interface, 1, (uint16_t)length, 0); in ipsec_output() 3881 ifnet_stat_increment_out(interface, 1, (uint16_t)length, 0); in ipsec_output()
|
| H A D | bridgestp.c | 478 (void) ifnet_stat_increment_out(dst_ifp, 1, len, 0); in bstp_enqueue() 480 (void) ifnet_stat_increment_out(dst_ifp, 0, 0, 1); in bstp_enqueue()
|
| H A D | if_fake.c | 3255 (void)ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0); in feth_output_common() 3379 ifnet_stat_increment_out(ifp, 0, 0, 1); in feth_output() 3393 ifnet_stat_increment_out(ifp, 0, 0, 1); in feth_output()
|
| H A D | kpi_interface.h | 2659 extern errno_t ifnet_stat_increment_out(ifnet_t interface,
|
| H A D | if_vlan.c | 1101 (void)ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0); in vlan_output()
|
| H A D | if_bond.c | 1556 (void)ifnet_stat_increment_out(ifp, 1, in bond_output() 1560 (void)ifnet_stat_increment_out(ifp, 1, m->m_pkthdr.len, 0); in bond_output()
|
| H A D | kpi_interface.c | 1873 ifnet_stat_increment_out(struct ifnet *ifp, u_int32_t packets_out, in ifnet_stat_increment_out() function
|
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | ipsec.c | 2667 ifnet_stat_increment_out(sav->sah->ipsec_if, 1, (u_int32_t)mbuf_pkthdr_len(state->m), 0); in ipsec6_update_routecache_and_output()
|