| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | ah_core.c | 595 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum() 597 MCLGET(n, M_DONTWAIT); in ah4_calccksum() 725 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum() 727 MCLGET(n, M_DONTWAIT); in ah4_calccksum() 889 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum() 891 MCLGET(n, M_DONTWAIT); in ah6_calccksum() 925 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum() 927 MCLGET(n, M_DONTWAIT); in ah6_calccksum()
|
| H A D | icmp6.c | 423 M_PREPEND(m, preplen, M_DONTWAIT, 1); in icmp6_error_flag() 688 MGETHDR(n, M_DONTWAIT, n0->m_type); /* MAC-OK */ in icmp6_input() 690 MCLGET(n, M_DONTWAIT); in icmp6_input() 758 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input() 830 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input() 849 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input() 869 ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL)) { in icmp6_input() 888 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input() 907 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) { in icmp6_input() 1526 MGETHDR(n, M_DONTWAIT, m->m_type); /* MAC-OK */ in ni6_input() [all …]
|
| H A D | ah_output.c | 252 MGET(n, M_DONTWAIT, MT_DATA); in ah4_output() 436 MGET(mah, M_DONTWAIT, MT_DATA); in ah6_output() 442 MCLGET(mah, M_DONTWAIT); in ah6_output()
|
| H A D | esp_rijndael.c | 244 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt_aes() 247 MCLGET(d, M_DONTWAIT); in esp_cbc_decrypt_aes() 249 d = m_mbigget(d, M_DONTWAIT); in esp_cbc_decrypt_aes() 461 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt_aes() 464 MCLGET(d, M_DONTWAIT); in esp_cbc_encrypt_aes() 466 d = m_mbigget(d, M_DONTWAIT); in esp_cbc_encrypt_aes()
|
| H A D | mld6.c | 2333 MGETHDR(mh, M_DONTWAIT, MT_HEADER); in mld_v1_transmit_report() 2340 MGET(md, M_DONTWAIT, MT_DATA); in mld_v1_transmit_report() 3036 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_group_record() 3039 m = m_gethdr(M_DONTWAIT, MT_DATA); in mld_v2_enqueue_group_record() 3170 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_group_record() 3172 m = m_gethdr(M_DONTWAIT, MT_DATA); in mld_v2_enqueue_group_record() 3327 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_filter_change() 3329 m = m_gethdr(M_DONTWAIT, MT_DATA); in mld_v2_enqueue_filter_change() 3802 MGETHDR(mh, M_DONTWAIT, MT_HEADER); in mld_v2_encap_report()
|
| H A D | ip6_output.c | 1916 MGETHDR(new_m, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ip6_do_fragmentation() 2006 MGET(m, M_DONTWAIT, MT_DATA); in ip6_copyexthdr() 2012 MCLGET(m, M_DONTWAIT); in ip6_copyexthdr() 2208 MGET(mopt, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt() 2242 MGET(n, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt() 2244 MCLGET(n, M_DONTWAIT); in ip6_insert_jumboopt() 2298 hlen - sizeof(struct ip6_hdr), M_DONTWAIT); in ip6_insertfraghdr() 2323 MGET(mfrg, M_DONTWAIT, MT_DATA); in ip6_insertfraghdr() 4197 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_COPY_HDR); in ip6_mloopback() 4267 MGETHDR(mh, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ip6_splithdr()
|
| H A D | esp_core.c | 905 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt() 908 MCLGET(d, M_DONTWAIT); in esp_cbc_decrypt() 1150 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt() 1153 MCLGET(d, M_DONTWAIT); in esp_cbc_encrypt()
|
| H A D | ipsec.c | 2311 MGET(n, M_DONTWAIT, MT_DATA); in ipsec4_encapsulate() 2400 MGET(n, M_DONTWAIT, MT_DATA); in ipsec6_encapsulate() 2476 MGET(n, M_DONTWAIT, MT_DATA); in ipsec64_encapsulate() 2736 MGET(n, M_DONTWAIT, MT_DATA); in ipsec46_encapsulate() 2760 MGETHDR(n, M_DONTWAIT, MT_HEADER); in ipsec46_encapsulate() 4539 MGETHDR(mh, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ipsec4_splithdr() 4577 MGETHDR(mh, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ipsec6_splithdr() 4878 MGETHDR(mnew, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ipsec_copypkt() 4884 MGET(mnew, M_DONTWAIT, MT_DATA); in ipsec_copypkt() 4909 MCLGET(mm, M_DONTWAIT); in ipsec_copypkt() [all …]
|
| H A D | esp_output.c | 520 MGET(n, M_DONTWAIT, MT_DATA); in esp_output() 681 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output() 853 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output()
|
| H A D | in6_gif.c | 161 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT, 1); in in6_gif_output()
|
| H A D | nd6_nbr.c | 642 MGETHDR(m, M_DONTWAIT, MT_DATA); /* XXXMAC: mac_create_mbuf_linklayer() probably */ in nd6_ns_output() 644 MCLGET(m, M_DONTWAIT); in nd6_ns_output() 1481 MGETHDR(m, M_DONTWAIT, MT_DATA); /* XXXMAC: mac_create_mbuf_linklayer() probably */ in nd6_na_output() 1483 MCLGET(m, M_DONTWAIT); in nd6_na_output()
|
| H A D | ip6_forward.c | 282 M_DONTWAIT, NULL, NULL, M_COPYM_COPY_HDR); in ip6_forward()
|
| H A D | ip6_input.c | 913 MGETHDR(n, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ip6_input() 918 MCLGET(n, M_DONTWAIT); in ip6_input() 2389 sizeof(struct ip6aux), M_DONTWAIT, m); in ip6_addaux()
|
| H A D | udp6_output.c | 441 M_PREPEND(m, hlen + sizeof(struct udphdr), M_DONTWAIT, 1); in udp6_output()
|
| H A D | esp_input.c | 1468 n = m_split(m, off, M_DONTWAIT); in esp6_input_extended() 1490 MGETHDR(n, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in esp6_input_extended() 1496 MCLGET(n, M_DONTWAIT); in esp6_input_extended()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | pf_pbuf.c | 147 m = m_gethdr(M_DONTWAIT, MT_DATA); in pbuf_to_mbuf() 212 if (m_makewritable(&pbuf->pb_mbuf, 0, len, M_DONTWAIT)) { in pbuf_ensure_writable() 257 if ((n = m_split(m, off, M_DONTWAIT)) == NULL) { in pbuf_resize_segment() 268 if (M_PREPEND(n, nlen, M_DONTWAIT, 0) == NULL) { in pbuf_resize_segment()
|
| H A D | ether_if_module.c | 673 M_PREPEND(*m, hlen, M_DONTWAIT, 0); in ether_frameout_extended()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_output.c | 2611 MGETHDR(m, M_DONTWAIT, MT_HEADER); in tcp_output() 2617 MCLGET(m, M_DONTWAIT); in tcp_output() 2631 MGETHDR(m, M_DONTWAIT, MT_HEADER); in tcp_output() 2670 off, (int)len, M_DONTWAIT, in tcp_output() 2677 off, (int)len, M_DONTWAIT, in tcp_output() 2707 off, len, M_DONTWAIT, &so->so_snd.sb_sendhead, in tcp_output() 2713 off, len, M_DONTWAIT, NULL, in tcp_output() 2747 MGETHDR(m, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in tcp_output() 2754 MCLGET(m, M_DONTWAIT); in tcp_output()
|
| H A D | igmp.c | 2687 MGETHDR(m, M_DONTWAIT, MT_DATA); in igmp_v1v2_queue_report() 3344 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_group_record() 3350 m = m_gethdr(M_DONTWAIT, MT_DATA); in igmp_v3_enqueue_group_record() 3483 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_group_record() 3488 m = m_gethdr(M_DONTWAIT, MT_DATA); in igmp_v3_enqueue_group_record() 3656 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_filter_change() 3661 m = m_gethdr(M_DONTWAIT, MT_DATA); in igmp_v3_enqueue_filter_change() 4129 M_PREPEND(m, hdrlen, M_DONTWAIT, 1); in igmp_v3_encap_report()
|
| H A D | ip_icmp.c | 343 m = m_gethdr(M_DONTWAIT, MT_HEADER); /* MAC-OK */ in icmp_error() 345 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in icmp_error() 912 (opts = m_gethdr(M_DONTWAIT, MT_HEADER))) { /* MAC-OK */ in icmp_reflect()
|
| 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 | 296 …struct mbuf *n = m_copym_mode(m, 0, (int)M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_MUST_COPY_HDR); in rip_input_inner() 319 …struct mbuf *n = m_copym_mode(m, 0, (int)M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_MUST_COPY_HDR); in rip_input_inner()
|
| H A D | ip_output.c | 1935 MGETHDR(m, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ip_fragment() 2242 MGETHDR(n, M_DONTWAIT, MT_HEADER); /* MAC-OK */ in ip_insertoptions() 2381 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput() 3053 copym = m_copym_mode(m, 0, M_COPYALL, M_DONTWAIT, NULL, NULL, M_COPYM_COPY_HDR); in ip_mloopback()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf2.c | 248 o = m_copym(n, off, n->m_len - off, M_DONTWAIT); in m_pulldown() 334 MGET(o, M_DONTWAIT, m->m_type); in m_pulldown() 340 MCLGET(o, M_DONTWAIT); in m_pulldown()
|
| H A D | uipc_mbuf.c | 1405 static_assert(MBUF_DONTWAIT == M_DONTWAIT); in mbinit() 3510 _MGET(m, M_DONTWAIT, n->m_type); in m_pullup() 3562 MGET(m, M_DONTWAIT, n->m_type); in m_copyup() 3769 M_COPYBACK0_COPYBACK | M_COPYBACK0_EXTEND, M_DONTWAIT); in m_copyback() 3949 MCLGET(n, M_DONTWAIT); in m_copyback0() 4194 n = _M_RETRY(M_DONTWAIT, MT_DATA); in m_expand()
|