Home
last modified time | relevance | path

Searched refs:pkt_drop (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c419 boolean_t pkt_drop = FALSE; in nx_netif_host_output() local
438 pkt_drop = TRUE; in nx_netif_host_output()
452 pkt_drop = TRUE; in nx_netif_host_output()
461 pkt_drop = TRUE; in nx_netif_host_output()
491 false, &pkt_drop); in nx_netif_host_output()
495 error = ifnet_enqueue_pkt(ifp, kpkt, false, &pkt_drop); in nx_netif_host_output()
498 if (pkt_drop) { in nx_netif_host_output()
503 pkt_drop = TRUE; in nx_netif_host_output()
508 if (__improbable(pkt_drop)) { in nx_netif_host_output()
H A Dnx_netif_llink.c609 boolean_t pkt_drop = FALSE; in netif_qset_enqueue_single() local
630 &pkt_drop); in netif_qset_enqueue_single()
635 if (pkt_drop && dropped != NULL) { in netif_qset_enqueue_single()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2374 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_single() local
2397 err = ifnet_enqueue_mbuf(ifp, m, false, &pkt_drop); in classq_enqueue_flow_single()
2400 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single()
2401 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2404 if (pkt_drop) { in classq_enqueue_flow_single()
2412 err = ifnet_enqueue_pkt(ifp, pkt, false, &pkt_drop); in classq_enqueue_flow_single()
2415 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single()
2416 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2419 if (pkt_drop) { in classq_enqueue_flow_single()
2441 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_chain() local
[all …]