Home
last modified time | relevance | path

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

/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1226 _FSW_INJECT_ERROR(40, kr_space_avail, 0, null_func); in fsw_ring_enqueue_pktq()
1228 _FSW_INJECT_ERROR(41, n, 0, null_func); in fsw_ring_enqueue_pktq()
1702 _FSW_INJECT_ERROR(4, r, NULL, null_func); in flow_get_ring()
1772 _FSW_INJECT_ERROR(5, okay, false, null_func); in dp_flow_rx_route_process()
1884 _FSW_INJECT_ERROR(33, err, EPROTO, null_func); in dp_flow_rx_process()
1969 _FSW_INJECT_ERROR(43, err, EINVAL, null_func); in dp_flow_rx_process()
2133 _FSW_INJECT_ERROR(1, err, ENXIO, null_func); in _fsw_receive_locked()
2881 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2896 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_single()
2953 _FSW_INJECT_ERROR(14, pkt_drop, TRUE, null_func); in classq_enqueue_flow_chain()
[all …]
/xnu-11215/bsd/skywalk/core/
H A Dskywalk_var.h475 #define null_func ((_null_func_t)NULL) macro