Searched refs:m_split (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_evnt.c | 206 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 D | ng_l2cap_llpi.c | 584 m = m_split(m0, l2cap->pkt_size, M_NOWAIT); in ng_l2cap_lp_send()
|
| /f-stack/freebsd/net/ |
| H A D | if_fwsubr.c | 272 mtail = m_split(m, fsize, M_NOWAIT); in firewire_output()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_superg.c | 329 n = m_split(m, framelen, M_NOWAIT); in ieee80211_ff_decap()
|
| H A D | ieee80211_ht.c | 498 n = m_split(m, framelen, M_NOWAIT); in ieee80211_decap_amsdu()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 613 struct mbuf *m_split(struct mbuf *, int, int);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 977 m_split(struct mbuf *m0, int len0, int wait) in m_split() function 1020 n->m_next = m_split(m, len, wait); in m_split()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 835 struct mbuf *m_split(struct mbuf *, int, int);
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 595 n = m_split(m, len, M_NOWAIT); in nat64_fragment6()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ppp.c | 2113 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_xmit()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_input.c | 2357 m_sig = m_split(m, sig_offset, M_NOWAIT); in sctp_handle_cookie_echo()
|
| H A D | sctputil.c | 7097 sp = m_split(m, off, M_NOWAIT); in sctp_recv_udp_tunneled_packet()
|