Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c374 boolean_t pkt_drop = FALSE; in nx_netif_host_output() local
393 pkt_drop = TRUE; in nx_netif_host_output()
407 pkt_drop = TRUE; in nx_netif_host_output()
416 pkt_drop = TRUE; in nx_netif_host_output()
433 error = ifnet_enqueue_pkt(ifp, kpkt, false, &pkt_drop); in nx_netif_host_output()
435 if (pkt_drop) { in nx_netif_host_output()
440 pkt_drop = TRUE; in nx_netif_host_output()
445 if (__improbable(pkt_drop)) { in nx_netif_host_output()
H A Dnx_netif_llink.c616 boolean_t pkt_drop = FALSE; in netif_qset_enqueue_single() local
637 &pkt_drop); in netif_qset_enqueue_single()
642 if (pkt_drop && dropped != NULL) { in netif_qset_enqueue_single()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2103 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_single() local
2130 err = ifnet_enqueue_mbuf(ifp, m, false, &pkt_drop); in classq_enqueue_flow_single()
2133 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single()
2134 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2137 if (pkt_drop) { in classq_enqueue_flow_single()
2145 err = ifnet_enqueue_pkt(ifp, pkt, false, &pkt_drop); in classq_enqueue_flow_single()
2148 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single()
2149 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2152 if (pkt_drop) { in classq_enqueue_flow_single()
2174 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_chain() local
[all …]