Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dfrag6.c104 #define IP6_REASS_MBUF(ip6af) ((ip6af)->ip6af_m) macro
591 struct mbuf *merr = IP6_REASS_MBUF(af6); in frag6_input()
628 IP6_REASS_MBUF(ip6af) = m; in frag6_input()
807 t = m = IP6_REASS_MBUF(ip6af); in frag6_input()
816 t->m_next = IP6_REASS_MBUF(af6); in frag6_input()
972 struct mbuf *m = IP6_REASS_MBUF(af6); in frag6_purgef()