Searched refs:itag (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | ipsec.c | 4720 struct ipsec_tag *itag; in ipsec_addaux() local 4727 itag = (struct ipsec_tag*)(tag + 1); in ipsec_addaux() 4728 itag->socket = 0; in ipsec_addaux() 4729 itag->history_count = 0; in ipsec_addaux() 4766 struct ipsec_tag *itag) in ipsec_optaux() argument 4768 if (itag && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux() 4769 m_tag_delete(m, ((struct m_tag*)itag) - 1); in ipsec_optaux() 4797 struct ipsec_tag *itag; in ipsec_getsocket() local 4799 itag = ipsec_findaux(m); in ipsec_getsocket() 4800 if (itag) { in ipsec_getsocket() [all …]
|
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | kalloc.h | 500 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument 501 __kheap_alloc(kalloc_heap, size, __zone_flags_mix_tag(flags, itag), NULL) 509 #define kalloc_data_tag(size, flags, itag) \ argument 510 kheap_alloc_tag(KHEAP_DATA_BUFFERS, size, flags, itag) 514 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument 516 __zone_flags_mix_tag(flags, itag), NULL)
|