Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c441 M_PREPEND(m, hlen + sizeof(struct udphdr), M_DONTWAIT, 1); in udp6_output()
H A Draw_ip6.c555 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
H A Dicmp6.c423 M_PREPEND(m, preplen, M_DONTWAIT, 1); in icmp6_error_flag()
/xnu-12377.41.6/bsd/netinet/
H A Din_gif.c188 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT, 0); in in_gif_output()
H A Draw_ip.c530 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
H A Digmp.c4129 M_PREPEND(m, hdrlen, M_DONTWAIT, 1); in igmp_v3_encap_report()
H A Dudp_usrreq.c1911 M_PREPEND(m, sizeof(struct udpiphdr), M_DONTWAIT, 1); in udp_output()
/xnu-12377.41.6/bsd/netkey/
H A Dkeysock.c204 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT, 1); in key_sendup0()
H A Dkey.c4865 M_PREPEND(tres, l, M_WAITOK, 1); in key_setdumpsa()
8047 M_PREPEND(m, l, M_WAITOK, 1); in key_getcomb_ah()
8094 M_PREPEND(m, l, M_WAITOK, 1); in key_getprop()
/xnu-12377.41.6/bsd/net/
H A Dether_if_module.c673 M_PREPEND(*m, hlen, M_DONTWAIT, 0); in ether_frameout_extended()
H A Dpf_pbuf.c268 if (M_PREPEND(n, nlen, M_DONTWAIT, 0) == NULL) { in pbuf_resize_segment()
H A Dif_loop.c213 M_PREPEND(*m, sizeof(struct loopback_header), M_WAITOK, 1); in lo_framer()
H A Dif_stf.c576 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT, 1); in stf_pre_output()
H A Dif_vlan.c1054 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_DONTWAIT, 0); in vlan_output()
H A Dif_bridge.c9306 M_PREPEND(*mp, sizeof(struct llc), M_DONTWAIT, 0);
9313 M_PREPEND(*mp, ETHER_HDR_LEN, M_DONTWAIT, 0);
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1005 #define M_PREPEND(m, plen, how, align) \ macro
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1233 M_PREPEND(m, split, M_DONTWAIT, 0); in nx_netif_rx_split()