Searched refs:drop (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinftrees.c72 unsigned drop; /* code bits to drop for sub-table */ local
179 with length len. That code is converted to an index by dropping drop
180 bits off of the bottom. For codes where len is less than drop + curr,
181 those top drop + curr - len bits are incremented through all values to
187 new sub-table should be started. drop is zero when the root table is
188 being filled, and drop is root when sub-tables are being filled.
233 drop = 0; /* current bits to drop from code for index */
245 this.bits = (unsigned char)(len - drop);
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c640 DPFPRINTF(("drop: too big: %d\n", off));
689 /* Oops - fail safe - drop packet */
698 int drop, int *nomem)
797 if (!drop) {
872 if (!drop) {
939 * we're going to drop it anyway so that we know when to
940 * free the overall descriptor. Thus we drop the frag late.
984 if (drop) {
1147 DPFPRINTF(("drop: too big: %d\n", off));
1194 /* Oops - fail safe - drop packe
697 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
1202 pf_frag6cache(struct mbuf **m0, struct ip6_hdr *h, struct ip6_frag *fh, struct pf_fragment **frag, int hlen, int mff, int drop, int *nomem) argument
[all...]
H A Dif_bridge.c3553 goto drop;
3567 goto drop;
3572 goto drop;
3581 * "this" side of the bridge, drop it.
3586 goto drop;
3597 goto drop;
3611 * drop the packet, or possibly modify it, making it difficult to debug
3655 goto drop;
3660 goto drop;
3664 goto drop;
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c570 /* Allocate a new queue entry. If we can't, just drop the pkt. XXX */
590 * our data already. If so, drop the data from the incoming
591 * segment. If it provides all of our data, drop us.
1382 * If the drop_synfin option is enabled, drop all packets with
1641 goto drop;
1651 goto drop;
1656 goto drop;
1694 * If it does not contain a SYN then it is not interesting; drop it.
1695 * If it is from this socket, drop it, it must be forged.
1703 goto drop;
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.h214 void (*drop)(struct rm_class *); /* Class drop action. */ member in struct:rm_class
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1006 goto drop;
1011 goto drop;
1034 drop:
2137 * list since we're about to drop the socket's lock
2177 * If the socket has been defunct'd, drop it.
2244 * drop the socket's lock below. Once we re-acquire the
2413 * it points to next record) when we drop priority;
2425 * to drop and retake the lock... can_delay
2589 * to do the copy because we will drop the lock if we
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c2369 * drop any lingering delegation we thought we had.
2380 int drop = 1; local
2396 NP(nofp->nof_np, "nfs4_expired_check_delegation: !drop: opencnt %d flags 0x%x access %d %d mmap %d %d",
2400 drop = 0;
2404 if (drop) {
2405 /* need to drop a delegation */

Completed in 99 milliseconds