Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c324 ipsec_policy_root_t *ipr = &iph->iph_root[dir]; in ipsec_polhead_free_table()
347 ipsec_policy_root_t *ipr = &iph->iph_root[dir]; in ipsec_polhead_destroy()
483 ipsec_policy_root_t *ipr = &iph->iph_root[dir]; in ipsec_alloc_table()
538 ipsec_policy_root_t *ipr = &iph->iph_root[dir]; in ipsec_polhead_init()
854 h1 = active->iph_root[dir].ipr_hash; in ipsec_swap_policy()
855 h2 = inactive->iph_root[dir].ipr_hash; in ipsec_swap_policy()
856 active->iph_root[dir].ipr_hash = h2; in ipsec_swap_policy()
857 inactive->iph_root[dir].ipr_hash = h1; in ipsec_swap_policy()
862 t1 = active->iph_root[dir].ipr_nonhash[af]; in ipsec_swap_policy()
863 t2 = inactive->iph_root[dir].ipr_nonhash[af]; in ipsec_swap_policy()
[all …]
H A Dspdsock.c1889 ipr = &iph->iph_root[type]; in spdsock_dump_next_rule()
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h464 ipsec_policy_root_t iph_root[IPSEC_NTYPES]; member
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1933 ipr = &(iph->iph_root[IPSEC_TYPE_OUTBOUND]); in iptun_get_ipsec_overhead()