/src/sys/netinet/ |
in_l2tp.c | 167 M_PREPEND(m, var->lv_peer_cookie_len, M_DONTWAIT); 185 M_PREPEND(m, sizeof(uint32_t), M_DONTWAIT); 195 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
|
in_gif.c | 167 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT); 168 /* XXX Is m_pullup really necessary after M_PREPEND? */
|
raw_ip.c | 328 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
|
sctp_output.c | 2121 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT); 2291 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT); 4169 M_PREPEND(m, sizeof(struct sctp_paramhdr), M_DONTWAIT); 5008 M_PREPEND(chk->data, sizeof(struct sctp_data_chunk), M_DONTWAIT); 5588 M_PREPEND(outchain, sizeof(struct sctphdr), M_DONTWAIT); 5867 M_PREPEND(outchain, sizeof(struct sctphdr), M_DONTWAIT); 5992 M_PREPEND(op_err, sizeof(struct sctp_chunkhdr), M_DONTWAIT); 6548 M_PREPEND(m, sizeof(struct sctphdr), M_DONTWAIT); 6739 M_PREPEND(m, sizeof(struct sctphdr), M_DONTWAIT); 9109 M_PREPEND(scm, (sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr)), M_DONTWAIT) [all...] |
/src/sys/netinet6/ |
in6_l2tp.c | 169 M_PREPEND(m, var->lv_peer_cookie_len, M_DONTWAIT); 185 M_PREPEND(m, sizeof(uint32_t), M_DONTWAIT); 193 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT);
|
in6_gif.c | 152 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT);
|
/src/sys/net/ |
if_arcsubr.c | 269 M_PREPEND(m, ARC_HDRNEWLEN, M_DONTWAIT); 296 M_PREPEND(m, ARC_HDRNEWLEN_EXC, M_DONTWAIT); 306 M_PREPEND(m, ARC_HDRNEWLEN, M_DONTWAIT); 318 M_PREPEND(m, ARC_HDRLEN, M_DONTWAIT);
|
if_ieee1394subr.c | 261 M_PREPEND(m0, sizeof(struct ieee1394_unfraghdr), M_DONTWAIT); 272 M_PREPEND(m0, sizeof(struct ieee1394_fraghdr), M_DONTWAIT); 528 M_PREPEND(m0, sizeof(*iuh), M_DONTWAIT);
|
if_l2tp.c | 440 M_PREPEND(m, sizeof(int), M_DONTWAIT); 1494 M_PREPEND(m, sizeof(struct ether_vlan_header), 1510 M_PREPEND(m, sizeof(struct ether_header), M_DONTWAIT); 1526 M_PREPEND(m, sizeof(struct ether_header), M_DONTWAIT);
|
if_loop.c | 284 M_PREPEND(m, sizeof(uint32_t), M_DONTWAIT);
|
if_tun.c | 600 M_PREPEND(m0, dst->sa_len, M_DONTWAIT); 609 M_PREPEND(m0, sizeof(*af), M_DONTWAIT);
|
if_ethersubr.c | 378 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT); 446 M_PREPEND(m, sizeof(struct ether_header), M_DONTWAIT); 1842 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_DONTWAIT);
|
if_mpls.c | 699 M_PREPEND(m, sizeof(*ms), M_DONTWAIT);
|
if_stf.c | 415 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
|
/src/sys/netatalk/ |
ddp_output.c | 60 M_PREPEND(m, sizeof(struct ddpehdr), M_DONTWAIT); 168 M_PREPEND(m, SZ_ELAPHDR, M_DONTWAIT);
|
aarp.c | 205 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT); 498 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT); 640 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT);
|
/src/sys/netipsec/ |
xform_ipip.c | 357 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT); 359 DPRINTF("M_PREPEND failed\n"); 441 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT); 443 DPRINTF("M_PREPEND failed\n");
|
ipsecif.c | 156 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT); 576 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT);
|
keysock.c | 177 M_PREPEND(m, sizeof(struct sadb_msg), M_DONTWAIT);
|
/src/sys/netbt/ |
sco_upper.c | 297 M_PREPEND(m, sizeof(hci_scodata_hdr_t), M_DONTWAIT);
|
l2cap_upper.c | 413 M_PREPEND(m, sizeof(l2cap_hdr_t), M_DONTWAIT);
|
/src/sys/net80211/ |
ieee80211_crypto.c | 579 M_PREPEND(m, cip->ic_header, M_NOWAIT);
|
ieee80211_output.c | 187 M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT); 608 M_PREPEND(m, hdrsize, M_DONTWAIT); 1378 M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT); 1957 M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT);
|
/src/sys/sys/ |
mbuf.h | 567 #define M_PREPEND(m, plen, how) \ 573 (m) = m_prepend((m), (plen), (how)); \ 745 struct mbuf *m_prepend(struct mbuf *,int, int);
|
/src/sys/dev/bluetooth/ |
bcsp.c | 1145 M_PREPEND(m, sizeof(bcsp_hdr_t), M_DONTWAIT); 1382 M_PREPEND(m, sizeof(bcsp_hdr_t), M_DONTWAIT);
|