| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | ah_core.c | 595 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum() 725 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum() 889 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum() 925 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum()
|
| 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()
|
| 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 | esp_rijndael.c | 244 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt_aes() 461 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt_aes()
|
| H A D | esp_core.c | 905 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt() 1150 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt()
|
| H A D | ip6_output.c | 2006 MGET(m, M_DONTWAIT, MT_DATA); 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() 2323 MGET(mfrg, M_DONTWAIT, MT_DATA); in ip6_insertfraghdr()
|
| 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() 4884 MGET(mnew, M_DONTWAIT, MT_DATA); in ipsec_copypkt()
|
| H A D | icmp6.c | 1655 MGET(m, M_DONTWAIT, MT_DATA); in ni6_nametodns()
|
| H A D | mld6.c | 2340 MGET(md, M_DONTWAIT, MT_DATA); in mld_v1_transmit_report()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_mbuf2.c | 334 MGET(o, M_DONTWAIT, m->m_type); in m_pulldown()
|
| H A D | uipc_socket.c | 2323 MGET(freelist, in sosend() 6301 MGET(m, how, MT_DATA); in soopt_getm() 6320 MGET(m, how, MT_DATA); in soopt_getm()
|
| H A D | uipc_socket2.c | 1251 MGET(m, M_DONTWAIT, MT_SONAME); in sbconcat_mbufs()
|
| H A D | uipc_mbuf.c | 3562 MGET(m, M_DONTWAIT, n->m_type); in m_copyup()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | mbuf.h | 875 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | ip_output.c | 2381 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput()
|
| H A D | igmp.c | 583 MGET(m, M_WAITOK, MT_DATA); in igmp_ra_alloc()
|
| H A D | ip_input.c | 3151 MGET(mcopy, M_DONTWAIT, m->m_type); in ip_forward()
|
| /xnu-12377.61.12/bsd/netkey/ |
| H A D | key.c | 7945 MGET(m, M_WAITOK, MT_DATA); in key_getcomb_esp() 8040 MGET(m, M_WAITOK, MT_DATA); in key_getcomb_ah() 9977 MGET(n, M_DONTWAIT, MT_DATA); in key_alloc_mbuf()
|