Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3458 ipfp = &ipf->ipf_hash_next; in ip_input_fragment_v6()
3506 ipf->ipf_hash_next = NULL; in ip_input_fragment_v6()
3707 ipf = ipf->ipf_hash_next; in ip_input_fragment_v6()
H A Dip.c7233 ipfp = &ipf->ipf_hash_next; in ip_input_fragment()
7280 ipf->ipf_hash_next = NULL; in ip_input_fragment()
7458 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()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h299 struct ipf_s *ipf_hash_next; member