Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6.c3559 ipfp = &ipf->ipf_hash_next; in ip_input_fragment_v6()
3607 ipf->ipf_hash_next = NULL; in ip_input_fragment_v6()
3808 ipf = ipf->ipf_hash_next; in ip_input_fragment_v6()
H A Dip.c7181 ipfp = &ipf->ipf_hash_next; in ip_input_fragment()
7228 ipf->ipf_hash_next = NULL; in ip_input_fragment()
7406 ipf = ipf->ipf_hash_next; in ip_input_fragment()
H A Dip_if.c2445 ipfnext = ipf->ipf_hash_next; in ill_frag_timeout()
2646 ipf = ipf->ipf_hash_next; in ill_frag_free_pkts()
/titanic_44/usr/src/uts/common/inet/
H A Dip.h298 struct ipf_s *ipf_hash_next; member