Home
last modified time | relevance | path

Searched refs:itag (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dkalloc.h506 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument
507 __kheap_alloc(kalloc_heap, size, __zone_flags_mix_tag(flags, itag), NULL)
515 #define kalloc_data_tag(size, flags, itag) \ argument
516 kheap_alloc_tag(KHEAP_DATA_BUFFERS, size, flags, itag)
520 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument
522 __zone_flags_mix_tag(flags, itag), NULL)
/xnu-8020.140.41/bsd/netinet6/
H A Dipsec.c4709 struct ipsec_tag *itag; in ipsec_addaux() local
4716 itag = (struct ipsec_tag*)(tag + 1); in ipsec_addaux()
4717 itag->socket = 0; in ipsec_addaux()
4718 itag->history_count = 0; in ipsec_addaux()
4755 struct ipsec_tag *itag) in ipsec_optaux() argument
4757 if (itag && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux()
4758 m_tag_delete(m, ((struct m_tag*)itag) - 1); in ipsec_optaux()
4786 struct ipsec_tag *itag; in ipsec_getsocket() local
4788 itag = ipsec_findaux(m); in ipsec_getsocket()
4789 if (itag) { in ipsec_getsocket()
[all …]