Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c433 boolean_t pkt_drop = FALSE; in nx_netif_host_output() local
452 pkt_drop = TRUE; in nx_netif_host_output()
466 pkt_drop = TRUE; in nx_netif_host_output()
475 pkt_drop = TRUE; in nx_netif_host_output()
505 false, &pkt_drop); in nx_netif_host_output()
509 error = ifnet_enqueue_pkt(ifp, kpkt, false, &pkt_drop); in nx_netif_host_output()
512 if (pkt_drop) { in nx_netif_host_output()
517 pkt_drop = TRUE; in nx_netif_host_output()
522 if (__improbable(pkt_drop)) { in nx_netif_host_output()
H A Dnx_netif_llink.c578 boolean_t pkt_drop = FALSE; in netif_qset_enqueue_single() local
599 &pkt_drop); in netif_qset_enqueue_single()
604 if (pkt_drop && dropped != NULL) { in netif_qset_enqueue_single()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2694 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_single() local
2717 err = ifnet_enqueue_mbuf(ifp, m, false, &pkt_drop); in classq_enqueue_flow_single()
2720 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single()
2721 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2724 if (pkt_drop) { in classq_enqueue_flow_single()
2732 err = ifnet_enqueue_pkt(ifp, pkt, false, &pkt_drop); in classq_enqueue_flow_single()
2735 if (__improbable(!pkt_drop)) { in classq_enqueue_flow_single()
2736 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2739 if (pkt_drop) { in classq_enqueue_flow_single()
2761 boolean_t pkt_drop = FALSE; in classq_enqueue_flow_chain() local
[all …]