Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dfrag6.c104 #define IP6_REASS_MBUF(ip6af) ((ip6af)->ip6af_m) macro
586 struct mbuf *merr = IP6_REASS_MBUF(af6); in frag6_input()
623 IP6_REASS_MBUF(ip6af) = m; in frag6_input()
802 t = m = IP6_REASS_MBUF(ip6af); in frag6_input()
811 t->m_next = IP6_REASS_MBUF(af6); in frag6_input()
967 struct mbuf *m = IP6_REASS_MBUF(af6); in frag6_purgef()