Lines Matching refs:sel
1877 ipsec_selector_t sel; in iptun_get_ipsec_overhead() local
1894 bzero(&sel, sizeof (sel)); in iptun_get_ipsec_overhead()
1895 sel.ips_isv4 = in iptun_get_ipsec_overhead()
1899 sel.ips_local_addr_v4 = iptun->iptun_laddr4; in iptun_get_ipsec_overhead()
1900 sel.ips_remote_addr_v4 = iptun->iptun_raddr4; in iptun_get_ipsec_overhead()
1903 sel.ips_local_addr_v6 = iptun->iptun_laddr6; in iptun_get_ipsec_overhead()
1904 sel.ips_remote_addr_v6 = iptun->iptun_raddr6; in iptun_get_ipsec_overhead()
1908 sel.ips_protocol = IPPROTO_ENCAP; in iptun_get_ipsec_overhead()
1910 &sel); in iptun_get_ipsec_overhead()
1915 sel.ips_protocol = IPPROTO_IPV6; in iptun_get_ipsec_overhead()
1917 &sel); in iptun_get_ipsec_overhead()