| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | esp_rijndael.c | 243 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt_aes() 459 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt_aes() 805 MGET(d, M_DONTWAIT, MT_DATA); in esp_gcm_encrypt_aes() 1028 MGET(d, M_DONTWAIT, MT_DATA); in esp_gcm_decrypt_aes()
|
| 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 | 516 MGET(n, M_DONTWAIT, MT_DATA); in esp_output() 677 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output() 849 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output()
|
| H A D | ah_core.c | 1292 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum() 1413 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum() 1570 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum() 1606 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum()
|
| H A D | esp_core.c | 829 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt() 1074 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt()
|
| H A D | ip6_output.c | 1952 MGET(m, M_DONTWAIT, MT_DATA); in ip6_copyexthdr() 2154 MGET(mopt, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt() 2188 MGET(n, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt() 2269 MGET(mfrg, M_DONTWAIT, MT_DATA); in ip6_insertfraghdr()
|
| H A D | ipsec.c | 2321 MGET(n, M_DONTWAIT, MT_DATA); in ipsec4_encapsulate() 2411 MGET(n, M_DONTWAIT, MT_DATA); in ipsec6_encapsulate() 2488 MGET(n, M_DONTWAIT, MT_DATA); in ipsec64_encapsulate() 2748 MGET(n, M_DONTWAIT, MT_DATA); in ipsec46_encapsulate() 4600 MGET(mnew, M_DONTWAIT, MT_DATA); in ipsec_copypkt()
|
| H A D | mld6.c | 2256 MGET(md, M_DONTWAIT, MT_DATA); in mld_v1_transmit_report()
|
| H A D | icmp6.c | 1621 MGET(m, M_DONTWAIT, MT_DATA); in ni6_nametodns()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_mbuf2.c | 294 MGET(o, M_DONTWAIT, m->m_type); in m_pulldown()
|
| H A D | uipc_socket.c | 2442 MGET(freelist, in sosend() 6416 MGET(m, how, MT_DATA); in soopt_getm() 6435 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 | 5601 MGET(m, M_DONTWAIT, n->m_type);
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mbuf.h | 778 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | igmp.c | 565 MGET(m, M_WAITOK, MT_DATA); in igmp_ra_alloc()
|
| H A D | ip_output.c | 2277 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput()
|
| H A D | ip_input.c | 3502 MGET(mcopy, M_DONTWAIT, m->m_type); in ip_forward()
|
| /xnu-8020.140.41/bsd/netkey/ |
| H A D | key.c | 7798 MGET(m, M_WAITOK, MT_DATA); in key_getcomb_esp() 7893 MGET(m, M_WAITOK, MT_DATA); in key_getcomb_ah() 9828 MGET(n, M_DONTWAIT, MT_DATA); in key_alloc_mbuf()
|