Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dfrag6.c104 #define IP6_REASS_MBUF(ip6af) ((ip6af)->ip6af_m) macro
581 struct mbuf *merr = IP6_REASS_MBUF(af6); in frag6_input()
618 IP6_REASS_MBUF(ip6af) = m; in frag6_input()
790 t = m = IP6_REASS_MBUF(ip6af); in frag6_input()
799 t->m_next = IP6_REASS_MBUF(af6); in frag6_input()
955 struct mbuf *m = IP6_REASS_MBUF(af6); in frag6_purgef()