| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_gif.c | 161 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT, 1); in in6_gif_output()
|
| H A D | udp6_output.c | 441 M_PREPEND(m, hlen + sizeof(struct udphdr), M_DONTWAIT, 1); in udp6_output()
|
| H A D | raw_ip6.c | 555 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
|
| H A D | icmp6.c | 423 M_PREPEND(m, preplen, M_DONTWAIT, 1); in icmp6_error_flag()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_gif.c | 188 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT, 0); in in_gif_output()
|
| H A D | raw_ip.c | 530 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
|
| H A D | igmp.c | 4129 M_PREPEND(m, hdrlen, M_DONTWAIT, 1); in igmp_v3_encap_report()
|
| H A D | udp_usrreq.c | 1911 M_PREPEND(m, sizeof(struct udpiphdr), M_DONTWAIT, 1); in udp_output()
|
| /xnu-12377.41.6/bsd/netkey/ |
| H A D | keysock.c | 204 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT, 1); in key_sendup0()
|
| H A D | key.c | 4865 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 D | ether_if_module.c | 673 M_PREPEND(*m, hlen, M_DONTWAIT, 0); in ether_frameout_extended()
|
| H A D | pf_pbuf.c | 268 if (M_PREPEND(n, nlen, M_DONTWAIT, 0) == NULL) { in pbuf_resize_segment()
|
| H A D | if_loop.c | 213 M_PREPEND(*m, sizeof(struct loopback_header), M_WAITOK, 1); in lo_framer()
|
| H A D | if_stf.c | 576 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT, 1); in stf_pre_output()
|
| H A D | if_vlan.c | 1054 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_DONTWAIT, 0); in vlan_output()
|
| H A D | if_bridge.c | 9306 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 D | mbuf.h | 1005 #define M_PREPEND(m, plen, how, align) \ macro
|
| /xnu-12377.41.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 1233 M_PREPEND(m, split, M_DONTWAIT, 0); in nx_netif_rx_split()
|