Searched refs:dif (Results 1 – 1 of 1) sorted by relevance
1179 feth_clone_packet(if_fake_ref dif, kern_packet_t sph, kern_packet_t *pdph) in feth_clone_packet() argument1182 kern_pbufpool_t pp = dif->iff_rx_pp; in feth_clone_packet()1219 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_clone_packet()1220 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP_NOMEM_PKT); in feth_clone_packet()1368 feth_copy_packet(if_fake_ref dif, kern_packet_t sph, kern_packet_t *pdph) in feth_copy_packet() argument1374 kern_pbufpool_t pp = dif->iff_rx_pp; in feth_copy_packet()1376 boolean_t multi_buflet = feth_using_multibuflets(dif); in feth_copy_packet()1384 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_copy_packet()1385 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP_NOMEM_PKT); in feth_copy_packet()1406 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_copy_packet()[all …]