Searched refs:drop (Results 51 - 75 of 118) sorted by relevance

12345

/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dmain.c26 uint32_t drop; member in struct:cfg_s
113 drop(struct cfg_s *c, struct mbuf *m) function
118 c->drop++;
220 drop(c, m);
237 drop(c, m);
238 c->drop--; /* compensate */
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c672 * drop indicates the number of bytes that should be dropped from the head of
676 * stalls). When drop is set this function MUST drop the bytes and wake up any
680 t4_push_frames(struct adapter *sc, struct toepcb *toep, int drop) argument
705 CTR5(KTR_CXGBE, "%s: tid %d toep flags %#x tp flags %#x drop %d",
706 __func__, toep->tid, toep->flags, tp->t_flags, drop);
723 KASSERT(drop == 0,
724 ("%s: drop (%d) != 0 but tx is suspended", __func__, drop));
735 sowwakeup = drop;
944 t4_push_pdus(struct adapter *sc, struct toepcb *toep, int drop) argument
[all...]
H A Dt4_tls.c1078 t4_push_tls_records(struct adapter *sc, struct toepcb *toep, int drop) argument
1108 CTR4(KTR_CXGBE, "%s: tid %d toep flags %#x tp flags %#x drop %d",
1126 KASSERT(drop == 0,
1127 ("%s: drop (%d) != 0 but tx is suspended", __func__, drop));
1148 sowwakeup = drop;
1149 if (drop) {
1150 sbdrop_locked(sb, drop);
1151 MPASS(tls_ofld->sb_off >= drop);
1152 tls_ofld->sb_off -= drop;
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c574 (const union uni_msgall *)&api->drop, cx);
584 (const union uni_msgall *)&api->drop, cx);
604 (const union uni_msgall *)&api->drop, cx);
/freebsd-12-stable/sys/net/
H A Dif_spppfr.c254 drop: if_inc_counter(ifp, IFCOUNTER_IERRORS, 1);
266 goto drop;
H A Dif_bridge.c984 * drop the lock as ether_ioctl() will call bridge_start() and
2296 goto drop;
2310 goto drop;
2315 goto drop;
2324 * "this" side of the bridge, drop it.
2329 goto drop;
2340 goto drop;
2353 * drop the packet, or possibly modify it, making it difficult to debug
2381 goto drop;
2386 goto drop;
[all...]
H A Dif_spppsubr.c526 /* Too small packet, drop it. */
531 drop:
561 goto drop;
576 goto drop;
619 goto drop;
650 goto drop;
683 goto drop;
716 goto drop;
720 goto drop;
789 drop
[all...]
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_norm.c771 return (PF_PASS); /* drop because *m0 is NULL, no error */
801 DPFPRINTF(("drop: too big: %d", total));
921 DPFPRINTF(("drop: too big: %d", total));
985 * we drop the packet.
1071 goto drop;
1076 goto drop;
1093 * no-df above, fine. Otherwise drop it.
1148 drop:
1213 goto drop;
1257 goto drop;
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp301 Blocks.drop(NumUnreachableBlocks);
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h352 int ttyflush(int drop);
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s32 _pktDrop dw 0,0 ; packet drop counter
H A Dpkt_rx0.asm57 _pktDrop dw 0,0 ; packet drop counter
/freebsd-12-stable/sys/dev/ice/
H A Dvirtchnl_inline_ipsec.h182 /* drop on authentication failure - !0:enable/0:disable */
296 /* drop on authentication failure - enable/disable */
388 /* drop on authentication failure - enable/disable */
465 u8 drop; member in struct:virtchnl_ipsec_sp_cfg
/freebsd-12-stable/sys/netgraph/
H A Dng_lmi.c565 goto drop;
572 goto drop;
595 /* note the hook that this valid channel came from and drop
605 goto drop;
724 drop:
H A Dng_patch.c575 goto drop; \
652 drop:
H A Dng_vlan.c620 goto drop;
673 drop:
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h207 bool drop; member in struct:ecore_iwarp_listener
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java430 Drop drop = new Drop(2, "SPECBUSY", 72, 1041,
432 return drop;
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c253 left. It will linearly drop more packets until reaching drop_thresh
256 red_marks.s.drop = drop_thresh;
262 red_param.s.prb_con = (255ul<<24) / (red_marks.s.pass - red_marks.s.drop);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h183 // drop last n elements from array
184 void drop(unsigned n = 0) {
/freebsd-12-stable/contrib/binutils/bfd/doc/
H A Dchew.c58 drop - discard TOS
334 static void drop (void), idrop (void);
1066 drop () function
1498 add_intrinsic ("drop", drop);
/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c107 goto drop;
126 goto drop;
149 drop:
/freebsd-12-stable/usr.bin/dc/
H A Dbcode.c77 static void drop(void);
187 { 'R', drop },
568 drop(void) function
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dcl.h275 svn_boolean_t drop; /* drop shelf after successful unshelve */
271 svn_boolean_t drop; /* drop shelf after successful unshelve */ member in struct:svn_cl__opt_state_t
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c657 struct uniapi_drop_party_ack_indication *)->drop.hdr.cref;
855 ->drop.hdr.cref;

Completed in 495 milliseconds

12345