Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1112 pkt->pkt_qum_qflags | QUM_F_DROPPED, null_func); in fsw_rx_ring_dequeue_pktq()
1189 pkt->pkt_qum_qflags | QUM_F_DROPPED, null_func); in fsw_tx_ring_dequeue_pktq()
1245 _FSW_INJECT_ERROR(40, kr_space_avail, 0, null_func); in fsw_ring_enqueue_pktq()
1247 _FSW_INJECT_ERROR(41, n, 0, null_func); in fsw_ring_enqueue_pktq()
1743 _FSW_INJECT_ERROR(4, r, NULL, null_func); in flow_get_ring()
1813 _FSW_INJECT_ERROR(5, okay, false, null_func); in dp_flow_rx_route_process()
1927 _FSW_INJECT_ERROR(33, err, EPROTO, null_func); in dp_flow_rx_process()
2012 _FSW_INJECT_ERROR(43, err, EINVAL, null_func); in dp_flow_rx_process()
2214 _FSW_INJECT_ERROR(1, err, ENXIO, null_func); in _fsw_receive()
2965 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
[all …]
/xnu-12377.81.4/bsd/skywalk/core/
H A Dskywalk_var.h473 #define null_func ((_null_func_t)NULL) macro