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

1234

/freebsd-9.3-release/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c47 * Return 0 on success, 1 on drop. The packet is consumed anyways.
50 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) argument
52 if (drop)
53 goto drop;
55 goto drop;
61 drop:
H A Dmain.c28 uint32_t drop; member in struct:cfg_s
96 drop(struct cfg_s *c, struct mbuf *m) function
101 c->drop++;
162 drop(c, m);
173 drop(c, m);
174 c->drop--; /* compensate */
527 c.fs_config ? c.fs_config : msg, c.drop);
/freebsd-9.3-release/lib/libz/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.c47 unsigned drop; /* code bits to drop for sub-table */ local
154 with length len. That code is converted to an index by dropping drop
155 bits off of the bottom. For codes where len is less than drop + curr,
156 those top drop + curr - len bits are incremented through all values to
162 new sub-table should be started. drop is zero when the root table is
163 being filled, and drop is root when sub-tables are being filled.
208 drop = 0; /* current bits to drop from code for index */
220 this.bits = (unsigned char)(len - drop);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c315 dtrace_dropdata_t drop; local
321 bzero(&drop, sizeof (drop));
322 drop.dtdda_handle = dtp;
323 drop.dtdda_cpu = cpu;
324 drop.dtdda_kind = what;
325 drop.dtdda_drops = howmany;
326 drop.dtdda_msg = str;
345 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
359 "dynamic variable drop" },
395 dtrace_dropdata_t drop; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c500 ind->drop.hdr = u->u.hdr;
501 COPY_FROM_ADD_REJ(u, &ind->drop);
532 ind->drop.hdr = u->u.hdr;
533 COPY_FROM_DROP_ACK(u, &ind->drop);
563 ind->drop.hdr = u->u.hdr;
564 copy_msg_drop_party(&u->u.drop_party, &ind->drop);
568 ind->drop.cause = u->u.drop_party.cause;
602 ind->drop.hdr = u->u.hdr;
603 copy_msg_drop_party(&u->u.drop_party, &ind->drop);
607 ind->drop
654 struct uni_all *drop; local
719 struct uni_all *drop; local
758 struct uni_all *drop; local
[all...]
H A Dsig_coord.c444 goto drop;
449 goto drop;
455 goto drop;
467 goto drop;
469 goto drop;
475 goto drop;
495 goto drop;
502 goto drop;
507 goto drop;
516 goto drop;
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dip_fastfwd.c184 * Step 1: check for packet drop conditions (and sanity checks)
192 goto drop;
211 goto drop;
220 goto drop;
243 goto drop;
258 goto drop;
278 goto drop;
286 goto drop;
311 * XXX: Probably some of these checks could be direct drop
315 * deal with it until it is proven that we can directly drop i
[all...]
H A Dif_ether.c556 goto drop;
562 goto drop;
651 goto drop;
661 goto drop; /* it's from me, ignore it. */
666 goto drop;
738 goto drop;
782 goto drop;
807 goto drop;
813 goto drop;
822 goto drop;
[all...]
H A Dtcp_timewait.c371 goto drop;
386 goto drop;
392 * and it's less than ts_recent, drop it.
397 goto drop;
407 * while in TIME_WAIT, drop the old connection
420 goto drop;
437 drop:
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java147 Drop drop = e.getDrop();
148 throw new ConsumerException(drop.getDefaultMessage(),
149 drop);
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c103 goto drop;
108 goto drop;
111 drop:
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dterminal.c125 ttyflush(int drop) argument
131 if (drop) {
149 if (!drop)
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c103 ttyflush(int drop) argument
109 if (drop) {
127 if (!drop)
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c789 goto drop;
800 goto drop;
806 goto drop;
820 goto drop;
831 goto drop;
841 goto drop;
851 goto drop;
863 goto drop;
873 drop:
908 goto drop;
[all...]
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dactivate.c164 goto drop;
193 drop:;
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c621 goto drop;
650 goto drop;
659 goto drop;
680 goto drop;
703 goto drop;
714 goto drop;
734 drop:
767 goto drop; /* XXX what to do with "pending"? */
788 goto drop; /* XXX what to do with "pending"? */
801 drop
[all...]
H A Dng_l2cap_ulpi.c763 goto drop;
783 goto drop;
792 goto drop;
802 goto drop;
811 goto drop; /* XXX not always - re-configure */
818 goto drop;
827 drop:
902 goto drop;
913 goto drop;
924 goto drop;
[all...]
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_rx.c94 goto drop;
105 goto drop;
109 goto drop;
117 goto drop;
267 drop:
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c712 goto drop;
719 goto drop;
726 goto drop;
732 goto drop;
743 goto drop;
765 goto drop;
780 goto drop;
796 goto drop;
807 drop:
942 goto drop;
[all...]
/freebsd-9.3-release/sys/netgraph/
H A Dng_cisco.c457 goto drop;
472 goto drop;
478 goto drop;
487 goto drop;
544 goto drop;
565 goto drop;
570 goto drop;
574 drop:
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dn_io.c327 /* Should i drop? */
363 * q->count counts packets arrived since last drop, so a greater
364 * value of q->count means a greater packet drop probability.
368 /* After a drop we calculate a new random value. */
370 return (1); /* drop */
383 * Return 0 on success, 1 on drop. The packet is consumed anyways.
386 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) argument
401 /* Update statistics, then check reasons to drop pkt. */
406 if (drop)
407 goto drop;
[all...]
H A Ddn_sched.h70 * Return 0 on success, 1 on drop (packet consumed anyways).
154 int dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop);
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c426 static void drop (void) { flushline(false); } function
428 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); }
429 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); }
430 static void Selse (void) { drop(); state(IS_TRUE_ELSE); }
436 static void Dfalse(void) { drop(); ignoreoff(); state(IS_FALSE_TRAILER); }
437 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); }
438 static void Delse (void) { drop(); state(IS_FALSE_ELSE); }
439 static void Dendif(void) { drop(); unnest(); }
467 drop, Eeof, abort },
479 drop, Eeo
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c1660 struct atm_drop_party *drop = uni_msg_rptr(msg, local
1670 if (drop->leaf_ident >= 32786) {
1677 conn->cause[0] = drop->cause;
1681 (void *)(uintptr_t)drop->leaf_ident);
1705 struct atm_drop_party *drop; local
1710 drop = CCZALLOC(sizeof(*drop));
1711 if (drop == NULL)
1714 drop->leaf_ident = leaf_ident;
1715 drop
[all...]

Completed in 193 milliseconds

1234