Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/libkern/zlib/
H A Dinftrees.c240 this.bits = (unsigned char)(len - drop); in inflate_table()
255 incr = 1U << (len - drop); in inflate_table()
260 next[(huff >> drop) + fill] = this; in inflate_table()
284 if (drop == 0) in inflate_table()
285 drop = root; in inflate_table()
291 curr = len - drop; in inflate_table()
293 while (curr + drop < max) { in inflate_table()
294 left -= count[curr + drop]; in inflate_table()
321 this.bits = (unsigned char)(len - drop); in inflate_table()
326 drop = 0; in inflate_table()
[all …]
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c192 goto drop; in nx_netif_mbuf_to_filter_pkt()
204 goto drop; in nx_netif_mbuf_to_filter_pkt()
212 goto drop; in nx_netif_mbuf_to_filter_pkt()
249 drop: in nx_netif_mbuf_to_filter_pkt()
385 goto drop; in nx_netif_pkt_to_filter_pkt()
401 goto drop; in nx_netif_pkt_to_filter_pkt()
409 goto drop; in nx_netif_pkt_to_filter_pkt()
447 drop: in nx_netif_pkt_to_filter_pkt()
636 goto drop; in nx_netif_pkt_to_pkt()
644 goto drop; in nx_netif_pkt_to_pkt()
[all …]
H A Dnx_netif_filter.c96 goto drop; in nx_netif_filter_inject()
128 drop: in nx_netif_filter_inject()
H A Dnx_netif_vp.c583 boolean_t drop; in netif_vp_send_pkt_chain_common() local
590 drop = FALSE; in netif_vp_send_pkt_chain_common()
598 err = ifnet_enqueue_mbuf(ifp, m, FALSE, &drop); in netif_vp_send_pkt_chain_common()
605 err = ifnet_enqueue_pkt(ifp, p, FALSE, &drop); in netif_vp_send_pkt_chain_common()
610 if (drop) { in netif_vp_send_pkt_chain_common()
615 boolean_t, drop); in netif_vp_send_pkt_chain_common()
H A Dnx_netif.c3533 goto drop;
3563 goto drop;
3582 goto drop;
3587 drop:
/xnu-11215/bsd/net/
H A Dpf_norm.c1098 if (drop) { in pf_fragcache()
1800 if (drop) { in pf_frag6cache()
1966 goto drop; in pf_normalize_ip()
1970 goto drop; in pf_normalize_ip()
2074 goto drop; in pf_normalize_ip()
2117 goto drop; in pf_normalize_ip()
2202 drop: in pf_normalize_ip()
2309 goto drop; in pf_normalize_ip6()
2418 goto drop; in pf_normalize_ip6()
2435 goto drop; in pf_normalize_ip6()
[all …]
H A Dif_redirect.c288 boolean_t flush, boolean_t *drop) in redirect_enqueue_pkt() argument
307 err = ifnet_enqueue_ifcq_pkt(ifp, qset->nqs_ifcq, pkt, flush, drop); in redirect_enqueue_pkt()
311 err = ifnet_enqueue_pkt(ifp, pkt, flush, drop); in redirect_enqueue_pkt()
318 boolean_t flush, boolean_t *drop) in redirect_enqueue_mbuf() argument
320 return ifnet_enqueue_mbuf(nif->nif_ifp, m, flush, drop); in redirect_enqueue_mbuf()
331 boolean_t drop, native, compat; in redirect_tx_submit() local
356 drop = FALSE; in redirect_tx_submit()
370 err = redirect_enqueue_pkt(nif, pkt, FALSE, &drop); in redirect_tx_submit()
383 err = redirect_enqueue_mbuf(nif, m, FALSE, &drop); in redirect_tx_submit()
389 if (drop) { in redirect_tx_submit()
[all …]
H A Dif_bridge.c5778 goto drop;
5846 goto drop;
5852 goto drop;
5857 goto drop;
5862 goto drop;
5919 drop:
6902 goto drop;
6907 goto drop;
6912 goto drop;
6948 drop:
[all …]
H A Ddlil.c5278 bool drop; in ifnet_enqueue_common() local
5280 error = netem_enqueue(ifp->if_output_netem, pkt, &drop); in ifnet_enqueue_common()
5281 *pdrop = drop ? TRUE : FALSE; in ifnet_enqueue_common()
H A Dnecp.c7588 bool drop = (task != NULL && IOTaskHasEntitlement(task, NECP_DDE_ENTITLEMENT)); in necp_task_has_loopback_drop_entitlement() local
7589 if (drop) { in necp_task_has_loopback_drop_entitlement()
7592 return drop; in necp_task_has_loopback_drop_entitlement()
/xnu-11215/bsd/netinet/
H A Dtcp_input.c2449 goto drop; in tcp_input()
2459 goto drop; in tcp_input()
2500 goto drop; in tcp_input()
2517 goto drop; in tcp_input()
3506 goto drop; in tcp_input()
3568 goto drop; in tcp_input()
4237 goto drop; in tcp_input()
5712 goto drop; in tcp_input()
6043 goto drop; in tcp_input()
6054 goto drop; in tcp_input()
[all …]
/xnu-11215/bsd/kern/
H A Dkern_event.c4199 bool drop; in kevent_register() local
4202 drop = knote_fops(kn)->f_allow_drop(kn, kev); in kevent_register()
4205 if (!drop) { in kevent_register()
4317 bool drop = false; in knote_process() local
4438 drop = true; in knote_process()
4453 if (drop) { in knote_process()
H A Duipc_socket.c1427 goto drop; in soclose_locked()
1433 goto drop; in soclose_locked()
1461 drop: in soclose_locked()
/xnu-11215/bsd/skywalk/nexus/
H A Dnexus_adapter.c2521 na_kr_drop(struct nexus_adapter *na, boolean_t drop) in na_kr_drop() argument
2531 if (drop) { in na_kr_drop()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md55 …erved in some media workloads. Since the timeshare bucket will eventually drop in priority as it c…
/xnu-11215/tests/
H A Dstackshot_tests.m2017 // drop the message on the ground, we'll kill the client later