Searched refs:MCLGET (Results 1 – 18 of 18) sorted by relevance
| /xnu-11215.41.3/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 | 1977 MCLGET(m, M_DONTWAIT); in ip6_copyexthdr() 2209 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-11215.41.3/bsd/kern/ |
| H A D | uipc_mbuf2.c | 336 MCLGET(o, M_DONTWAIT); in m_pulldown()
|
| H A D | uipc_mbuf.c | 6951 MCLGET(m, M_DONTWAIT); 7273 MCLGET(m, how); 7357 MCLGET(n, M_DONTWAIT); 7522 MCLGET(n, how);
|
| H A D | uipc_socket.c | 6355 MCLGET(m, how); in soopt_getm() 6375 MCLGET(m, how); in soopt_getm()
|
| H A D | uipc_syscalls.c | 3318 MCLGET(m, M_WAIT); in sockargs()
|
| /xnu-11215.41.3/bsd/sys/ |
| H A D | mbuf.h | 881 #define MCLGET(m, how) ((m) = m_mclget(m, how)) macro
|
| /xnu-11215.41.3/bsd/netkey/ |
| H A D | key.c | 2982 MCLGET(n, M_WAITOK); in key_spddelete2() 4939 MCLGET(m, M_DONTWAIT); in key_setsadbmsg() 6703 MCLGET(n, M_WAITOK); in key_getspi() 8600 MCLGET(n, M_WAITOK); in key_register() 9432 MCLGET(n, M_WAITOK); in key_parse() 9976 MCLGET(n, M_DONTWAIT); in key_alloc_mbuf()
|
| /xnu-11215.41.3/bsd/netinet/ |
| H A D | tcp_output.c | 2451 MCLGET(m, M_DONTWAIT); in tcp_output() 2583 MCLGET(m, M_DONTWAIT); in tcp_output()
|
| /xnu-11215.41.3/bsd/net/ |
| H A D | rtsock.c | 1319 MCLGET(m, M_DONTWAIT); in rt_msg1()
|