Searched refs:itag (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | kalloc.h | 517 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument 518 __kheap_alloc(kalloc_heap, size, __zone_flags_mix_tag(flags, itag), NULL) 526 #define kalloc_data_tag(size, flags, itag) \ argument 527 kheap_alloc_tag(KHEAP_DATA_BUFFERS, size, flags, itag) 531 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument 533 __zone_flags_mix_tag(flags, itag), NULL)
|
| /xnu-11417.140.69/bsd/netinet6/ |
| H A D | ipsec.c | 4975 struct ipsec_tag *itag; in ipsec_addaux() local 4982 itag = (struct ipsec_tag*)(tag->m_tag_data); in ipsec_addaux() 4983 itag->socket = 0; in ipsec_addaux() 4984 itag->history_count = 0; in ipsec_addaux() 5021 struct ipsec_tag *itag) in ipsec_optaux() argument 5023 if (itag != NULL && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux() 5052 struct ipsec_tag *itag; in ipsec_getsocket() local 5054 itag = ipsec_findaux(m); in ipsec_getsocket() 5055 if (itag) { in ipsec_getsocket() 5056 return itag->socket; in ipsec_getsocket() [all …]
|