| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | ah_core.c | 597 MCLGET(n, M_DONTWAIT); in ah4_calccksum() 727 MCLGET(n, M_DONTWAIT); in ah4_calccksum() 891 MCLGET(n, M_DONTWAIT); in ah6_calccksum() 927 MCLGET(n, M_DONTWAIT); in ah6_calccksum()
|
| H A D | ah_output.c | 442 MCLGET(mah, M_DONTWAIT); in ah6_output()
|
| H A D | icmp6.c | 688 MCLGET(n, M_DONTWAIT); in icmp6_input() 1541 MCLGET(n, M_DONTWAIT); in ni6_input() 1655 MCLGET(m, M_DONTWAIT); in ni6_nametodns() 2827 MCLGET(m, M_DONTWAIT); in icmp6_redirect_output()
|
| H A D | esp_rijndael.c | 247 MCLGET(d, M_DONTWAIT); in esp_cbc_decrypt_aes() 464 MCLGET(d, M_DONTWAIT); in esp_cbc_encrypt_aes()
|
| H A D | esp_core.c | 908 MCLGET(d, M_DONTWAIT); in esp_cbc_decrypt() 1153 MCLGET(d, M_DONTWAIT); in esp_cbc_encrypt()
|
| H A D | nd6_nbr.c | 643 MCLGET(m, M_DONTWAIT); in nd6_ns_output() 1480 MCLGET(m, M_DONTWAIT); in nd6_na_output()
|
| H A D | ip6_output.c | 2012 MCLGET(m, M_DONTWAIT); in ip6_copyexthdr() 2244 MCLGET(n, M_DONTWAIT); in ip6_insert_jumboopt()
|
| H A D | ip6_input.c | 907 MCLGET(n, M_DONTWAIT); in ip6_input()
|
| H A D | esp_input.c | 1496 MCLGET(n, M_DONTWAIT); in esp6_input_extended()
|
| H A D | ipsec.c | 4909 MCLGET(mm, M_DONTWAIT); in ipsec_copypkt()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | uipc_mbuf2.c | 340 MCLGET(o, M_DONTWAIT); in m_pulldown()
|
| H A D | uipc_mbuf.c | 7204 MCLGET(m, how); 7288 MCLGET(n, M_DONTWAIT); 7452 MCLGET(n, how);
|
| H A D | uipc_socket.c | 6363 MCLGET(m, how); in soopt_getm() 6383 MCLGET(m, how); in soopt_getm()
|
| H A D | uipc_syscalls.c | 3318 MCLGET(m, M_WAIT); in sockargs()
|
| /xnu-11417.101.15/bsd/sys/ |
| H A D | mbuf.h | 897 #define MCLGET(m, how) ((m) = m_mclget(m, how)) macro
|
| /xnu-11417.101.15/bsd/netkey/ |
| H A D | key.c | 2986 MCLGET(n, M_WAITOK); in key_spddelete2() 4943 MCLGET(m, M_DONTWAIT); in key_setsadbmsg() 6707 MCLGET(n, M_WAITOK); in key_getspi() 8604 MCLGET(n, M_WAITOK); in key_register() 9436 MCLGET(n, M_WAITOK); in key_parse() 9980 MCLGET(n, M_DONTWAIT); in key_alloc_mbuf()
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_output.c | 2493 MCLGET(m, M_DONTWAIT); in tcp_output() 2630 MCLGET(m, M_DONTWAIT); in tcp_output()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | rtsock.c | 1319 MCLGET(m, M_DONTWAIT); in rt_msg1()
|