Searched refs:pkt_drop (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.101.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_host.c | 419 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 D | nx_netif_llink.c | 609 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-8796.101.5/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2380 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_single() local 2403 err = ifnet_enqueue_mbuf(ifp, m, false, &pkt_drop); in classq_enqueue_flow_single() 2406 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single() 2407 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single() 2410 if (pkt_drop) { in classq_enqueue_flow_single() 2418 err = ifnet_enqueue_pkt(ifp, pkt, false, &pkt_drop); in classq_enqueue_flow_single() 2421 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single() 2422 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single() 2425 if (pkt_drop) { in classq_enqueue_flow_single() 2447 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_chain() local [all …]
|