Searched refs:dif (Results 1 – 1 of 1) sorted by relevance
969 feth_clone_packet(if_fake_ref dif, kern_packet_t sph, kern_packet_t *pdph) in feth_clone_packet() argument972 kern_pbufpool_t pp = dif->iff_rx_pp; in feth_clone_packet()1007 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_clone_packet()1008 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP_NOMEM_PKT); in feth_clone_packet()1146 feth_copy_packet(if_fake_ref dif, kern_packet_t sph, kern_packet_t *pdph) in feth_copy_packet() argument1152 kern_pbufpool_t pp = dif->iff_rx_pp; in feth_copy_packet()1154 boolean_t multi_buflet = feth_using_multibuflets(dif); in feth_copy_packet()1162 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_copy_packet()1163 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP_NOMEM_PKT); in feth_copy_packet()1184 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_copy_packet()[all …]