Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6185 frag->itpf_ptr = (ipsec_fragcache_entry_t **) in ipsec_fragcache_init()
6188 if (frag->itpf_ptr == NULL) in ipsec_fragcache_init()
6220 if (frag->itpf_ptr) { in ipsec_fragcache_uninit()
6223 fep = (frag->itpf_ptr)[i]; in ipsec_fragcache_uninit()
6246 kmem_free(frag->itpf_ptr, in ipsec_fragcache_uninit()
6376 for (fep = (frag->itpf_ptr)[i]; fep; fep = fep->itpfe_next) { in ipsec_fragcache_add()
6475 fep->itpfe_next = (frag->itpf_ptr)[i]; in ipsec_fragcache_add()
6476 (frag->itpf_ptr)[i] = fep; in ipsec_fragcache_add()
6852 fep = (frag->itpf_ptr)[i]; in ipsec_fragcache_clean()
6893 targp = (frag->itpf_ptr)[slot]; in fragcache_delentry()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h502 struct ipsec_fragcache_entry **itpf_ptr; member