| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | esp_rijndael.c | 246 MCLGET(d, M_DONTWAIT); in esp_cbc_decrypt_aes() 462 MCLGET(d, M_DONTWAIT); in esp_cbc_encrypt_aes() 808 MCLGET(d, M_DONTWAIT); in esp_gcm_encrypt_aes() 1031 MCLGET(d, M_DONTWAIT); in esp_gcm_decrypt_aes()
|
| H A D | ah_core.c | 1294 MCLGET(n, M_DONTWAIT); in ah4_calccksum() 1415 MCLGET(n, M_DONTWAIT); in ah4_calccksum() 1572 MCLGET(n, M_DONTWAIT); in ah6_calccksum() 1608 MCLGET(n, M_DONTWAIT); in ah6_calccksum()
|
| H A D | esp_core.c | 832 MCLGET(d, M_DONTWAIT); in esp_cbc_decrypt() 1077 MCLGET(d, M_DONTWAIT); in esp_cbc_encrypt()
|
| H A D | ah_output.c | 442 MCLGET(mah, M_DONTWAIT); in ah6_output()
|
| H A D | icmp6.c | 656 MCLGET(n, M_DONTWAIT); in icmp6_input() 1509 MCLGET(n, M_DONTWAIT); in ni6_input() 1623 MCLGET(m, M_DONTWAIT); in ni6_nametodns() 2803 MCLGET(m, M_DONTWAIT); in icmp6_redirect_output()
|
| H A D | nd6_nbr.c | 622 MCLGET(m, M_DONTWAIT); in nd6_ns_output() 1435 MCLGET(m, M_DONTWAIT); in nd6_na_output()
|
| H A D | ip6_output.c | 1958 MCLGET(m, M_DONTWAIT); in ip6_copyexthdr() 2190 MCLGET(n, M_DONTWAIT); in ip6_insert_jumboopt()
|
| H A D | esp_input.c | 1477 MCLGET(n, M_DONTWAIT); in esp6_input_extended()
|
| H A D | ip6_input.c | 903 MCLGET(n, M_DONTWAIT); in ip6_input()
|
| H A D | ipsec.c | 4625 MCLGET(mm, M_DONTWAIT); in ipsec_copypkt()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_mbuf2.c | 300 MCLGET(o, M_DONTWAIT); in m_pulldown()
|
| H A D | uipc_mbuf.c | 5795 MCLGET(m, M_DONTWAIT); 6115 MCLGET(m, how); 6199 MCLGET(n, M_DONTWAIT); 6360 MCLGET(n, how);
|
| H A D | uipc_socket.c | 6421 MCLGET(m, how); in soopt_getm() 6441 MCLGET(m, how); in soopt_getm()
|
| H A D | uipc_syscalls.c | 2791 MCLGET(m, M_WAIT); in sockargs()
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | tcp_output.c | 2068 MCLGET(m, M_DONTWAIT); in tcp_output() 2175 MCLGET(m, M_DONTWAIT); in tcp_output()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mbuf.h | 803 #define MCLGET(m, how) ((m) = m_mclget(m, how)) macro
|
| /xnu-8020.140.41/bsd/netkey/ |
| H A D | key.c | 2945 MCLGET(n, M_WAITOK); in key_spddelete2() 4883 MCLGET(m, M_DONTWAIT); in key_setsadbmsg() 6570 MCLGET(n, M_WAITOK); in key_getspi() 8462 MCLGET(n, M_WAITOK); in key_register() 9286 MCLGET(n, M_WAITOK); in key_parse() 9830 MCLGET(n, M_DONTWAIT); in key_alloc_mbuf()
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | rtsock.c | 1140 MCLGET(m, M_DONTWAIT); in rt_msg1()
|
| H A D | bpf.c | 389 MCLGET(m, M_WAIT); in bpf_movein()
|
| H A D | if_fake.c | 2884 MCLGET(copy_m, M_DONTWAIT); in copy_mbuf()
|