Searched refs:mbuf (Results 226 - 244 of 244) sorted by relevance

12345678910

/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c69 #include <sys/mbuf.h>
H A Dkern_event.c2859 #include <sys/mbuf.h>
3171 struct mbuf *m, *m2;
3178 /* Verify the message is small enough to fit in one mbuf w/o cluster */
H A Dmcache.c48 #include <sys/mbuf.h>
H A Dkern_proc.c89 #include <sys/mbuf.h>
H A Dsys_generic.c111 #include <sys/mbuf.h>
/xnu-2422.115.4/bsd/net/
H A Dif_utun.c50 #include <sys/mbuf.h>
464 printf("%s - unexpected short mbuf pkt len %d\n", __func__, m_pktlen(m) );
731 // place protocol number at the beginning of the mbuf
H A Dif_utun_crypto_dtls.c34 #include <sys/mbuf.h>
960 // dtls_kpi_send (by way of so_inject_data_out) frees mbuf during certain error cases,
970 // mbuf_prepend failure... mbuf will be already freed
H A Dkpi_interface.c59 #include <sys/mbuf.h>
H A Dpf_table.c65 #include <sys/mbuf.h>
H A Droute.c68 #include <sys/mbuf.h>
H A Dif.c74 #include <sys/mbuf.h>
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c62 #include <sys/mbuf.h>
270 struct mbuf *m,
372 struct mbuf *m,
2274 struct mbuf *m,
H A Din6_src.c97 #include <sys/mbuf.h>
H A Din6_mcast.c68 #include <sys/mbuf.h>
/xnu-2422.115.4/bsd/netinet/
H A Din_mcast.c68 #include <sys/mbuf.h>
H A Din_pcb.c67 #include <sys/mbuf.h>
H A Dflow_divert.c36 #include <sys/mbuf.h>
354 FDLOG(LOG_ERR, fd_cb, "failed to allocate the header mbuf: %d", error);
2881 FDLOG(LOG_ERR, fd_cb, "failed to allocate the header mbuf: %d", error);
2932 token = NULL; /* For some reason, soopt_mcopyout() frees the mbuf if it fails */
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c95 #include <sys/mbuf.h>
H A Dvfs_subr.c98 #include <sys/mbuf.h>

Completed in 232 milliseconds

12345678910