Lines Matching refs:__predict_false

920 	if (__predict_false(init)) {
934 if (__predict_false(init)) {
961 if (__predict_false(init)) {
2133 if (__predict_false(cl == NULL))
2144 if (__predict_false(err != 0 || cb_arg.error)) {
2166 if (__predict_false(m == NULL))
2690 if (__predict_false(size == 0))
2794 if (__predict_false(fl->ifl_cidx == 0))
3022 if (__predict_false(!CTX_ACTIVE(ctx))) {
3047 if (__predict_false(ri.iri_nfrags == 0))
3060 if (__predict_false(m == NULL))
3268 if (__predict_false(m->m_len < sizeof(*eh))) {
3270 if (__predict_false((m = m_pullup(m, sizeof(*eh))) == NULL))
3292 if (__predict_false(m->m_len < minthlen)) {
3306 if (__predict_false((m = m_pullup(m, minthlen)) == NULL))
3312 if (__predict_false((m = m_pullup(m, minthlen)) == NULL))
3330 if (__predict_false(th == NULL)) {
3332 if (__predict_false((m = m_pullup(m, (ip->ip_hl << 2) + sizeof(*th))) == NULL))
3341 if (__predict_false(ip->ip_p != IPPROTO_TCP))
3369 if (__predict_false(m->m_len < pi->ipi_ehdrlen + sizeof(struct ip6_hdr))) {
3371 if (__predict_false((m = m_pullup(m, pi->ipi_ehdrlen + sizeof(struct ip6_hdr))) == NULL))
3383 if (__predict_false(m->m_len < pi->ipi_ehdrlen + sizeof(struct ip6_hdr) + sizeof(struct tcphdr))) {
3385 if (__predict_false((m = m_pullup(m, pi->ipi_ehdrlen + sizeof(struct ip6_hdr) + sizeof(struct tcphdr))) == NULL))
3393 if (__predict_false(ip6->ip6_nxt != IPPROTO_TCP))
3454 if (__predict_false(size == 0))
3561 __predict_false(m_head->m_pkthdr.len < scctx->isc_min_frame_size)) {
3580 if (__predict_false((err = iflib_parse_header(txq, &pi, m_headp)) != 0)) {
3591 if (__predict_false(err)) {
3610 if (__predict_false(m_head == NULL || remap > 1))
3637 if (__predict_false(nsegs + 2 > TXQ_AVAIL(txq))) {
3762 if (__predict_false(++cidx == qsize)) {
3855 if (__predict_false(!(if_getdrvflags(ifp) & IFF_DRV_RUNNING) ||
3864 if (__predict_false(ctx->ifc_flags & IFC_QFLUSH)) {
3877 if (__predict_false(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_OACTIVE)) {
3913 if (__predict_false(*mp == (struct mbuf *)txq)) {
3918 if (__predict_false(err)) {
3932 if (__predict_false(!(ifp->if_drv_flags & IFF_DRV_RUNNING)))
3975 if (__predict_false(*mp == (struct mbuf *)txq))
4055 if (__predict_false(!(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING)))
4078 if (__predict_false(!(if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_RUNNING)))
4203 if (__predict_false((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0 || !LINK_ACTIVE(ctx))) {