Searched refs:drop (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c848 goto drop;
868 goto drop;
885 goto drop;
898 goto drop;
907 goto drop; /* XXX not always - re-configure */
914 goto drop;
923 drop:
1039 goto drop;
1050 goto drop;
1061 goto drop;
[all...]
H A Dng_l2cap_llpi.c674 goto drop;
703 goto drop;
712 goto drop;
733 goto drop;
756 goto drop;
767 goto drop;
787 drop:
820 goto drop; /* XXX what to do with "pending"? */
845 goto drop; /* XXX what to do with "pending"? */
858 drop
[all...]
/freebsd-12-stable/sys/netinet/
H A Dip_fastfwd.c230 goto drop;
253 * XXX: Probably some of these checks could be direct drop
257 * deal with it until it is proven that we can directly drop it.
294 goto drop;
386 goto drop;
477 goto drop;
528 drop:
H A Dif_ether.c819 goto drop;
825 goto drop;
906 goto drop;
917 goto drop; /* it's from me, ignore it. */
921 goto drop;
929 goto drop;
1024 goto drop;
1049 goto drop;
1053 goto drop;
1061 goto drop;
[all...]
H A Dtcp_timewait.c397 goto drop;
414 goto drop;
420 * and it's less than ts_recent, drop it.
425 goto drop;
435 * while in TIME_WAIT, drop the old connection
448 goto drop;
452 * segment without a timestamp is received, silently drop
458 goto drop;
479 drop:
H A Dtcp_input.c641 goto drop;
654 goto drop;
716 goto drop;
728 goto drop;
896 * completely ignore the segment and drop it.
964 * drop all locks, acquire a global write lock, and then re-acquire
990 * down or it is in the CLOSED state. Either way we drop the
1203 * If the drop_synfin option is enabled, drop all
1425 goto drop;
1446 drop
[all...]
/freebsd-12-stable/sys/net/altq/
H A Daltq_codel.c344 * for at least interval we'll say it's ok to drop
394 int drop; local
402 drop = codel_should_drop(c, q, m, now);
404 if (!drop) {
408 /* It's time for the next drop. Drop the current
411 * If not, schedule the next drop.
412 * A large backlog might result in drop rates so high
413 * that the next drop should happen now,
430 /* and schedule the next drop */
437 } else if (drop) {
[all...]
H A Daltq_rmclass.h166 void (*drop)(struct rm_class *); /* Class drop action. */ member in struct:rm_class
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c191 goto drop;
199 drop:
294 int idx, drop, i, maxidx; local
306 drop = codel_enqueue(&si->flows[idx], m, si);
309 if (drop)
340 drop = 1;
344 return drop;
H A Ddn_sched_fq_pie.c256 "the frequency of drop probability calculation in microsecond");
285 * negative len & drop -> drop
288 * positive len + drop -> drop during enqueue
292 int drop)
301 if (drop) {
308 if (!drop || (drop && len < 0)) {
371 * Callout function for drop probabilit
291 fq_update_stats(struct fq_pie_flow *q, struct fq_pie_si *si, int len, int drop) argument
871 int idx, drop, i, maxidx; local
[all...]
H A Dip_dn_io.c354 /* Should i drop? */
394 * q->count counts packets arrived since last drop, so a greater
395 * value of q->count means a greater packet drop probability.
399 /* After a drop we calculate a new random value. */
401 return (1); /* drop */
472 * Return 0 on success, 1 on drop. The packet is consumed anyways.
475 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) argument
490 /* Update statistics, then check reasons to drop pkt. */
495 if (drop)
496 goto drop;
[all...]
/freebsd-12-stable/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...]
H A Dcc_conn.c418 /* don't send a drop - user'll get a rel */
429 /* don't send a drop - user'll get a rel */
764 const struct uni_drop_party *drop)
768 party = cc_party_find(conn, drop->epref.epref);
778 conn->user->cause[0] = drop->cause;
786 conn->user->cause[0] = drop->cause;
1059 /* user request to drop a party */
1099 req->drop.hdr.act = UNI_MSGACT_DEFAULT;
1100 req->drop.hdr.cref = conn->cref;
1101 req->drop
763 cc_party_drop_ack_ind(struct ccconn *conn, const struct uni_drop_party *drop) argument
[all...]
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1208 * Now set the result, drop packet from the socket send queue and
1417 goto drop;
1424 goto drop;
1435 goto drop;
1441 goto drop;
1452 goto drop;
1485 goto drop;
1500 goto drop;
1515 goto drop;
1524 * have any other choice but drop th
[all...]
H A Dng_btsocket_hci_raw.c1554 goto drop;
1558 goto drop;
1562 goto drop;
1568 goto drop;
1574 goto drop;
1579 goto drop;
1587 goto drop;
1594 goto drop;
1604 goto drop;
1617 drop
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_checksum.c563 goto drop; \
613 goto drop;
621 goto drop;
640 goto drop;
651 goto drop;
687 drop:
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1624 * Message with unknown EPREF - send a drop party according to 9.5.3.2.3a)
2304 struct uniapi_drop_party_indication *drop = local
2309 make_drop_cause(c, &drop->drop.cause);
2327 struct uniapi_drop_party_indication *drop = local
2333 make_drop_cause(c, &drop->drop.cause);
2356 struct uniapi_drop_party_ack_indication *drop = local
2361 make_drop_cause(c, &drop->drop
2379 struct uniapi_drop_party_ack_indication *drop = local
2613 struct uniapi_drop_party_request *drop = local
[all...]
H A Dunidef.h419 struct uni_drop_party drop; member in struct:uniapi_drop_party_request
422 struct uni_drop_party drop; member in struct:uniapi_drop_party_indication
430 struct uni_drop_party drop; member in struct:uniapi_drop_party_ack_indication
/freebsd-12-stable/sys/dev/ral/
H A Drt2560var.h82 int drop; member in struct:rt2560_rx_data
/freebsd-12-stable/sys/netgraph/atm/
H A Dngatmbase.c157 goto drop;
172 goto drop;
178 goto drop;
191 drop:
/freebsd-12-stable/tools/tools/netmap/
H A Dctrs.h11 uint64_t drop, drop_bytes; member in struct:my_ctrs
/freebsd-12-stable/sys/netinet6/
H A Dip6_fastfwd.c297 goto drop;
300 drop:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc66 HS->Process = nullptr; // Just drop the *Process* handle.
/freebsd-12-stable/contrib/blacklist/libexec/
H A Dblacklistd-helper68 /sbin/ipfw add $rule drop $3 from \
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h241 goto drop;
246 drop:

Completed in 380 milliseconds

12345