Home
last modified time | relevance | path

Searched refs:ip6aux (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_var.h390 struct ip6aux { struct
561 extern struct ip6aux *ip6_addaux(struct mbuf *);
562 extern struct ip6aux *ip6_findaux(struct mbuf *);
H A Droute6.c85 struct ip6aux *__single ip6a = NULL; in route6_input()
H A Dip6_input.c2345 struct ip6aux *
2356 sizeof(struct ip6aux), M_DONTWAIT, m); in ip6_addaux()
2364 return tag ? (struct ip6aux *)(tag->m_tag_data) : NULL; in ip6_addaux()
2367 struct ip6aux *
2375 return tag != NULL ? (struct ip6aux *)(tag->m_tag_data) : NULL; in ip6_findaux()
2392 struct ip6aux inet6_ip6a;
2403 assert3u(len, ==, sizeof(struct ip6aux)); in m_tag_kalloc_inet6()
2405 if (len != sizeof(struct ip6aux)) { in m_tag_kalloc_inet6()
2426 assert3u(tag->m_tag_len, ==, sizeof(struct ip6aux)); in m_tag_kfree_inet6()
2436 error = m_register_internal_tag_type(KERNEL_TAG_TYPE_INET6, sizeof(struct ip6aux), in ip6_register_m_tag()
H A Dnd6_nbr.c2372 struct ip6aux *__single ip6a = ip6_findaux(m); in nd6_dad_na_input()
/xnu-11215.1.10/bsd/net/
H A Dether_inet6_pr_module.c139 struct ip6aux *ip6a; in ether_inet6_input()