Searched refs:inner_ipv4 (Results 1 – 1 of 1) sorted by relevance
5181 ipsec_tun_outbound(mblk_t *mp, iptun_t *iptun, ipha_t *inner_ipv4, in ipsec_tun_outbound() argument5211 if (inner_ipv4 != NULL) { in ipsec_tun_outbound()5214 sel.ips_local_addr_v4 = inner_ipv4->ipha_src; in ipsec_tun_outbound()5215 sel.ips_remote_addr_v4 = inner_ipv4->ipha_dst; in ipsec_tun_outbound()5216 sel.ips_protocol = (uint8_t)inner_ipv4->ipha_protocol; in ipsec_tun_outbound()5249 if (inner_ipv4 != NULL) { in ipsec_tun_outbound()5250 inner_ipv4 = in ipsec_tun_outbound()5257 if (inner_ipv4 != NULL) { in ipsec_tun_outbound()5259 inner_ipv4->ipha_fragment_offset_and_flags); in ipsec_tun_outbound()5312 inner_ipv4 = iph; in ipsec_tun_outbound()[all …]