Searched refs:is_icmp (Results 1 – 4 of 4) sorted by relevance
63 PRINTF(" id %hu seq %hu type %d\n", ntohs(ips.is_icmp.ici_id),64 ntohs(ips.is_icmp.ici_seq), ips.is_icmp.ici_type);
93 #define is_icmp is_ps.is_ics macro94 #define is_type is_icmp.ici_type95 #define is_code is_icmp.ici_code
1269 is->is_icmp.ici_type = ic->icmp_type;1270 hv += (is->is_icmp.ici_id = ic->icmp_id);1276 is->is_icmp.ici_type = ic->icmp_type;1294 is->is_icmp.ici_type = ic->icmp_type;1295 hv += (is->is_icmp.ici_id = ic->icmp_id);2740 fr_matchicmpqueryreply(v, &is->is_icmp,2802 fr_matchicmpqueryreply(v, &is->is_icmp,3986 ipsl.isl_itype = is->is_icmp.ici_type;3988 ipsl.isl_itype = is->is_icmp.ici_type;4103 ic = &is->is_icmp;
2701 boolean_t is_icmp = (sel_flags & SEL_IS_ICMP); in ipsec_init_inbound_sel() local2748 if (port_policy_present && IS_V6_FRAGMENT(ipp) && !is_icmp) { in ipsec_init_inbound_sel()2765 !is_icmp) { in ipsec_init_inbound_sel()5553 boolean_t port_policy_present, is_icmp, global_present; in ipsec_tun_inbound() local5574 is_icmp = B_TRUE; in ipsec_tun_inbound()5576 is_icmp = B_FALSE; in ipsec_tun_inbound()5599 (is_icmp ? SEL_IS_ICMP : SEL_NONE) | SEL_TUNNEL_MODE); in ipsec_tun_inbound()5764 if (is_icmp) { in ipsec_tun_inbound()5835 if ((itp->itp_flags & ITPF_P_TUNNEL) && !is_icmp) { in ipsec_tun_inbound()5867 if (is_icmp) { in ipsec_tun_inbound()[all …]