Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dfrag6.c334 struct mbuf *merr = IP6_REASS_MBUF(af6); in frag6_input()
372 IP6_REASS_MBUF(ip6af) = m; in frag6_input()
441 t = m = IP6_REASS_MBUF(ip6af); in frag6_input()
449 t->m_next = IP6_REASS_MBUF(af6); in frag6_input()
554 struct mbuf *m = IP6_REASS_MBUF(af6); in frag6_freef()
H A Dip6_var.h116 #define IP6_REASS_MBUF(ip6af) (*(struct mbuf **)&((ip6af)->ip6af_m)) macro