Searched refs:dif (Results 1 – 1 of 1) sorted by relevance
860 feth_clone_packet(if_fake_ref dif, kern_packet_t sph, kern_packet_t *pdph) in feth_clone_packet() argument863 kern_pbufpool_t pp = dif->iff_rx_pp; in feth_clone_packet()898 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_clone_packet()899 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP_NOMEM_PKT); in feth_clone_packet()1037 feth_copy_packet(if_fake_ref dif, kern_packet_t sph, kern_packet_t *pdph) in feth_copy_packet() argument1043 kern_pbufpool_t pp = dif->iff_rx_pp; in feth_copy_packet()1045 boolean_t multi_buflet = feth_using_multibuflets(dif); in feth_copy_packet()1053 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_copy_packet()1054 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP_NOMEM_PKT); in feth_copy_packet()1075 STATS_INC(dif->iff_nifs, NETIF_STATS_DROP); in feth_copy_packet()[all …]