Home
last modified time | relevance | path

Searched refs:null_func (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c817 pkt->pkt_qum_qflags | QUM_F_DROPPED, null_func); in fsw_ring_dequeue_pktq()
848 _FSW_INJECT_ERROR(40, kr_space_avail, 0, null_func); in fsw_ring_enqueue_pktq()
850 _FSW_INJECT_ERROR(41, n, 0, null_func); in fsw_ring_enqueue_pktq()
1285 _FSW_INJECT_ERROR(4, r, NULL, null_func); in flow_get_ring()
1362 _FSW_INJECT_ERROR(5, okay, false, null_func); in dp_flow_rx_route_process()
1462 _FSW_INJECT_ERROR(33, err, EPROTO, null_func); in dp_flow_rx_process()
1542 _FSW_INJECT_ERROR(43, err, EINVAL, null_func); in dp_flow_rx_process()
1669 _FSW_INJECT_ERROR(1, err, ENXIO, null_func); in dp_rx_pktq()
2134 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2149 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
[all …]
/xnu-8019.80.24/bsd/skywalk/core/
H A Dskywalk_var.h470 #define null_func ((_null_func_t)NULL) macro