Searched refs:m_split (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c246 results = m_split(results, len, M_WAITOK);
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c1741 *mp = m = m_split(m, 16 + cklen, M_WAITOK);
1850 *mp = m = m_split(m, 16, M_WAITOK);
1875 *mp = m = m_split(m, RRC, M_WAITOK);
1950 cm = m_split(m, plen, M_WAITOK);
/freebsd-11-stable/contrib/gcc/
H A Dcombine.c2567 rtx m_split, *split;
2573 m_split = split_insns (newpat, i3);
2582 if (m_split == 0 && ! reg_overlap_mentioned_p (i2dest, newpat))
2588 m_split = split_insns (gen_rtx_PARALLEL
2597 if (m_split == 0
2613 m_split = split_insns (gen_rtx_PARALLEL
2620 if (m_split == 0
2636 if (m_split == 0 && newpat_vec_with_clobbers)
2637 m_split
2641 if (m_split
2554 rtx m_split, *split; local
[all...]
/freebsd-11-stable/sys/net/
H A Dif_arcsubr.c294 ac->curr_frag = m_split(m, ARC_MAX_DATA, M_NOWAIT);
H A Dif_fwsubr.c270 mtail = m_split(m, fsize, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c204 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT);
319 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT);
H A Dng_l2cap_llpi.c582 m = m_split(m0, l2cap->pkt_size, M_NOWAIT);
585 "%s: %s - m_split(%d) failed\n", __func__, NG_NODE_NAME(l2cap->node),
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c902 m_split(struct mbuf *m0, int len0, int wait) function
935 n->m_next = m_split(m, len, wait);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.c313 n = m_split(m, framelen, M_NOWAIT);
H A Dieee80211_ht.c492 n = m_split(m, framelen, M_NOWAIT);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c430 m0 = m_split(mtop, offset, M_WAITOK);
/freebsd-11-stable/sys/rpc/
H A Dsvc_vc.c617 * we run out of data. We use m_split to pull
625 cd->mpending = m_split(cd->mpending,
/freebsd-11-stable/sys/netinet6/
H A Dfrag6.c951 if ((t = m_split(m, offset, wait)) == NULL)
/freebsd-11-stable/sys/sys/
H A Dmbuf.h616 struct mbuf *m_split(struct mbuf *, int, int);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c565 n = m_split(m, len, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.c2112 struct mbuf *n = m_split(m, len, M_NOWAIT);
/freebsd-11-stable/share/man/man9/
H A DMakefile1152 mbuf.9 m_split.9 \
/freebsd-11-stable/sys/netinet/
H A Dsctp_input.c2521 m_sig = m_split(m, sig_offset, M_NOWAIT);
H A Dsctputil.c6932 sp = m_split(m, off, M_NOWAIT);

Completed in 568 milliseconds