Searched refs:M_PREPEND (Results 1 - 16 of 16) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Din_gif.c189 M_PREPEND(m, sizeof (struct ip), M_DONTWAIT);
H A Draw_ip.c415 M_PREPEND(m, sizeof(struct ip), M_WAIT);
H A Dudp_usrreq.c1519 M_PREPEND(m, sizeof (struct udpiphdr), M_DONTWAIT);
H A Digmp.c3838 * If igmp_v3_encap_report() failed, then M_PREPEND()
3905 M_PREPEND(m, hdrlen, M_DONTWAIT);
/xnu-2422.115.4/bsd/netinet6/
H A Din6_gif.c165 M_PREPEND(m, sizeof (struct ip6_hdr), M_DONTWAIT);
H A Dudp6_output.c307 M_PREPEND(m, hlen + sizeof (struct udphdr), M_DONTWAIT);
H A Draw_ip6.c414 M_PREPEND(m, sizeof(*ip6), M_WAIT);
H A Dicmp6.c391 M_PREPEND(m, preplen, M_DONTWAIT);
/xnu-2422.115.4/bsd/net/
H A Dether_if_module.c553 M_PREPEND(*m, sizeof (struct ether_header), M_DONTWAIT);
H A Dif_loop.c226 M_PREPEND(*m, sizeof (struct loopback_header), M_WAITOK);
H A Dif_stf.c582 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
H A Dif_bridge.c5251 M_PREPEND(*mp, ETHER_HDR_LEN, M_DONTWAIT);
5382 M_PREPEND(*mp, sizeof (struct llc), M_DONTWAIT);
5388 M_PREPEND(*mp, ETHER_HDR_LEN, M_DONTWAIT);
5585 M_PREPEND(m0, sizeof (struct llc), M_DONTWAIT);
5593 M_PREPEND(m0, ETHER_HDR_LEN, M_DONTWAIT);
H A Dif_vlan.c1146 M_PREPEND(m, encaplen, M_DONTWAIT);
1153 /* M_PREPEND takes care of m_len, m_pkthdr.len for us */
/xnu-2422.115.4/bsd/netkey/
H A Dkeysock.c174 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT);
H A Dkey.c4890 M_PREPEND(tres, l, M_WAITOK);
7759 M_PREPEND(m, l, M_WAITOK);
7805 M_PREPEND(m, l, M_WAITOK);
7851 M_PREPEND(m, l, M_WAITOK);
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h721 #define M_PREPEND(m, plen, how) ((m) = m_prepend_2((m), (plen), (how))) macro

Completed in 163 milliseconds