Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Din6_gif.c161 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT, 1); in in6_gif_output()
H A Dudp6_output.c405 M_PREPEND(m, hlen + sizeof(struct udphdr), M_DONTWAIT, 1); in udp6_output()
H A Draw_ip6.c535 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
H A Dicmp6.c386 M_PREPEND(m, preplen, M_DONTWAIT, 1); in icmp6_error_flag()
/xnu-8020.140.41/bsd/netinet/
H A Din_gif.c189 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT, 0); in in_gif_output()
H A Draw_ip.c493 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
H A Digmp.c4000 M_PREPEND(m, hdrlen, M_DONTWAIT, 1); in igmp_v3_encap_report()
H A Dudp_usrreq.c1789 M_PREPEND(m, sizeof(struct udpiphdr), M_DONTWAIT, 1); in udp_output()
/xnu-8020.140.41/bsd/netkey/
H A Dkeysock.c203 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT, 1); in key_sendup0()
H A Dkey.c4806 M_PREPEND(tres, l, M_WAITOK, 1); in key_setdumpsa()
7900 M_PREPEND(m, l, M_WAITOK, 1); in key_getcomb_ah()
7947 M_PREPEND(m, l, M_WAITOK, 1); in key_getprop()
/xnu-8020.140.41/bsd/net/
H A Dether_if_module.c570 M_PREPEND(*m, sizeof(struct ether_header), M_DONTWAIT, 0); in ether_frameout_extended()
H A Dpf_pbuf.c256 if (M_PREPEND(n, nlen, M_DONTWAIT, 0) == NULL) { in pbuf_resize_segment()
H A Dif_loop.c211 M_PREPEND(*m, sizeof(struct loopback_header), M_WAITOK, 1); in lo_framer()
H A Dif_stf.c573 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT, 1); in stf_pre_output()
H A Dif_vlan.c1134 M_PREPEND(m, encaplen, M_DONTWAIT, 1); in vlan_output()
H A Dif_bridge.c9100 M_PREPEND(*mp, sizeof(struct llc), M_DONTWAIT, 0);
9107 M_PREPEND(*mp, ETHER_HDR_LEN, M_DONTWAIT, 0);
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h913 #define M_PREPEND(m, plen, how, align) \ macro
/xnu-8020.140.41/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1228 M_PREPEND(m, split, M_DONTWAIT, 0); in nx_netif_rx_split()