Home
last modified time | relevance | path

Searched refs:m_split (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c248 results = m_split(results, len, M_WAITOK); in xdr_rpc_gss_unwrap_data()
/freebsd-12.1/sys/kgssapi/krb5/
H A Dkrb5_mech.c1743 *mp = m = m_split(m, 16 + cklen, M_WAITOK); in krb5_unwrap_old()
1852 *mp = m = m_split(m, 16, M_WAITOK); in krb5_unwrap_new()
1877 *mp = m = m_split(m, RRC, M_WAITOK); in krb5_unwrap_new()
1952 cm = m_split(m, plen, M_WAITOK); in krb5_unwrap_new()
/freebsd-12.1/contrib/gcc/
H A Dcombine.c2554 rtx m_split, *split; in try_combine() local
2560 m_split = split_insns (newpat, i3); in try_combine()
2584 if (m_split == 0 in try_combine()
2607 if (m_split == 0 in try_combine()
2624 m_split in try_combine()
2628 if (m_split && NEXT_INSN (m_split) == NULL_RTX) in try_combine()
2630 m_split = PATTERN (m_split); in try_combine()
2633 newpat = m_split; in try_combine()
2635 else if (m_split && NEXT_INSN (NEXT_INSN (m_split)) == NULL_RTX in try_combine()
2641 newi2pat = PATTERN (m_split); in try_combine()
[all …]
/freebsd-12.1/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c206 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT); in ng_l2cap_process_signal_cmd()
321 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT); in ng_l2cap_process_lesignal_cmd()
H A Dng_l2cap_llpi.c584 m = m_split(m0, l2cap->pkt_size, M_NOWAIT); in ng_l2cap_lp_send()
/freebsd-12.1/sys/net/
H A Dif_fwsubr.c272 mtail = m_split(m, fsize, M_NOWAIT); in firewire_output()
/freebsd-12.1/sys/kern/
H A Duipc_mbuf.c907 m_split(struct mbuf *m0, int len0, int wait) in m_split() function
940 n->m_next = m_split(m, len, wait); in m_split()
/freebsd-12.1/sys/netsmb/
H A Dsmb_rq.c432 m0 = m_split(mtop, offset, M_WAITOK); in smb_t2_placedata()
/freebsd-12.1/sys/netinet6/
H A Dfrag6.c955 if ((t = m_split(m, offset, wait)) == NULL) in ip6_deletefraghdr()
/freebsd-12.1/sys/rpc/
H A Dsvc_vc.c627 cd->mpending = m_split(cd->mpending, in svc_vc_process_pending()
/freebsd-12.1/sys/sys/
H A Dmbuf.h660 struct mbuf *m_split(struct mbuf *, int, int);
/freebsd-12.1/sys/net80211/
H A Dieee80211_superg.c329 n = m_split(m, framelen, M_NOWAIT); in ieee80211_ff_decap()
H A Dieee80211_ht.c496 n = m_split(m, framelen, M_NOWAIT); in ieee80211_decap_amsdu()
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c565 n = m_split(m, len, M_NOWAIT); in nat64_fragment6()
/freebsd-12.1/sys/netgraph/
H A Dng_ppp.c2114 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_xmit()
/freebsd-12.1/share/man/man9/
H A DMakefile1367 mbuf.9 m_split.9 \
/freebsd-12.1/sys/netinet/
H A Dsctp_input.c2510 m_sig = m_split(m, sig_offset, M_NOWAIT); in sctp_handle_cookie_echo()
H A Dsctputil.c6877 sp = m_split(m, off, M_NOWAIT); in sctp_recv_udp_tunneled_packet()