Searched refs:ip6aux (Results 1 – 5 of 5) sorted by relevance
379 struct ip6aux { struct550 extern struct ip6aux *ip6_addaux(struct mbuf *);551 extern struct ip6aux *ip6_findaux(struct mbuf *);
85 struct ip6aux *ip6a = NULL; in route6_input()
2329 struct ip6aux *2340 sizeof(struct ip6aux), M_DONTWAIT, m); in ip6_addaux()2348 return tag ? (struct ip6aux *)(tag->m_tag_data) : NULL; in ip6_addaux()2351 struct ip6aux *2359 return tag != NULL ? (struct ip6aux *)(tag->m_tag_data) : NULL; in ip6_findaux()2376 struct ip6aux inet6_ip6a;2387 assert3u(len, ==, sizeof(struct ip6aux)); in m_tag_kalloc_inet6()2389 if (len != sizeof(struct ip6aux)) { in m_tag_kalloc_inet6()2410 assert3u(tag->m_tag_len, ==, sizeof(struct ip6aux)); in m_tag_kfree_inet6()2420 error = m_register_internal_tag_type(KERNEL_TAG_TYPE_INET6, sizeof(struct ip6aux), in ip6_register_m_tag()
2370 struct ip6aux *ip6a = ip6_findaux(m); in nd6_dad_na_input()
137 struct ip6aux *ip6a; in ether_inet6_input()