Lines Matching refs:ipst

204 	ip_stack_t	*ipst = ill->ill_ipst;  in icmp_inbound_v6()  local
272 !ipst->ips_ipv6_resp_echo_mcast) in icmp_inbound_v6()
327 if (ipst->ips_ipv6_ignore_redirect) in icmp_inbound_v6()
351 if (ipst->ips_ipcl_proto_fanout_v6[IPPROTO_ICMPV6].connf_head != NULL) { in icmp_inbound_v6()
437 ip_stack_t *ipst = ill->ill_ipst; in icmp_send_reply_v6() local
469 ip6h->ip6_hops = ipst->ips_ipv6_def_hops; in icmp_send_reply_v6()
484 ixas.ixa_ipst = ipst; in icmp_send_reply_v6()
521 if (ipst->ips_ipv6_icmp_return_pmtu) in icmp_send_reply_v6()
544 ip_stack_t *ipst = ill->ill_ipst; in icmp_inbound_verify_v6() local
604 ill->ill_phyint->phyint_ifindex, ipst); in icmp_inbound_verify_v6()
676 ip_stack_t *ipst = ill->ill_ipst; in icmp_inbound_too_big_v6() local
692 ill->ill_phyint->phyint_ifindex, ipst); in icmp_inbound_too_big_v6()
694 dce = dce_lookup_and_add_v6(&final_dst, 0, ipst); in icmp_inbound_too_big_v6()
777 ip_stack_t *ipst = ill->ill_ipst; in icmp_inbound_error_fanout_v6() local
778 ipsec_stack_t *ipss = ipst->ips_netstack->netstack_ipsec; in icmp_inbound_error_fanout_v6()
823 TCPS_LISTEN, ill->ill_phyint->phyint_ifindex, ipst); in icmp_inbound_error_fanout_v6()
980 &rip6h.ip6_dst, ipst)) != NULL) { in icmp_inbound_error_fanout_v6()
1029 ip_stack_t *ipst = ill->ill_ipst; in icmp_redirect_v6() local
1101 ALL_ZONES, NULL, MATCH_IRE_ILL, 0, ipst, NULL); in icmp_redirect_v6()
1163 ipst); in icmp_redirect_v6()
1196 ipst); in icmp_redirect_v6()
1220 (RTA_DST | RTA_GATEWAY | RTA_NETMASK | RTA_AUTHOR), ipst); in icmp_redirect_v6()
1229 (MATCH_IRE_GW | MATCH_IRE_TYPE | MATCH_IRE_ILL), 0, ipst, in icmp_redirect_v6()
1272 ip_stack_t *ipst = ill->ill_ipst; in icmp_pkt_v6() local
1281 ixas.ixa_ipst = ipst; in icmp_pkt_v6()
1309 BUMP_MIB(&ipst->ips_ip_mib, ipIfStatsOutDiscards); in icmp_pkt_v6()
1339 match_flags, 0, ipst, NULL); in icmp_pkt_v6()
1349 len_needed = ipst->ips_ipv6_icmp_return - IPV6_HDR_LEN - len; in icmp_pkt_v6()
1382 ip6h->ip6_hops = ipst->ips_ipv6_def_hops; in icmp_pkt_v6()
1487 ip_stack_t *ipst = ill->ill_ipst; in icmp_pkt_err_ok_v6() local
1549 if (icmp_err_rate_limit(ipst)) { in icmp_pkt_err_ok_v6()
1570 ip_stack_t *ipst = ill->ill_ipst; in ip_send_potential_redirect_v6() local
1580 if (ip_source_routed_v6(ip6h, mp, ipst)) in ip_send_potential_redirect_v6()
1607 MATCH_IRE_ILL | MATCH_IRE_TYPE, 0, ipst, NULL); in ip_send_potential_redirect_v6()
1648 ip_stack_t *ipst = ira->ira_ill->ill_ipst; in icmp_send_redirect_v6() local
1708 (ipst->ips_ipv6_icmp_return - IPV6_HDR_LEN - len)/8*8; in icmp_send_redirect_v6()
1869 ip_stack_t *ipst, boolean_t allow_mcbc, uint_t scopeid) in ip_laddr_verify_v6() argument
1880 ill = ill_lookup_on_ifindex(scopeid, B_TRUE, ipst); in ip_laddr_verify_v6()
1887 ill, zoneid, NULL, match_flags, 0, ipst, NULL); in ip_laddr_verify_v6()
1928 ipif = ipif_lookup_addr_v6(v6src, NULL, zoneid, ipst); in ip_laddr_verify_v6()
1975 ip_stack_t *ipst = ixa->ixa_ipst; in ip_set_destination_v6() local
2062 ire = ire_reject(ipst, B_FALSE); in ip_set_destination_v6()
2093 dce = dce_lookup_and_add_v6(dst_addr, ifindex, ipst); in ip_set_destination_v6()
2097 dce = dce_lookup_v6(dst_addr, ifindex, ipst, in ip_set_destination_v6()
2101 dce = dce_lookup_v6(dst_addr, ifindex, ipst, &generation); in ip_set_destination_v6()
2182 zoneid, ipst, B_FALSE, ixa->ixa_src_preferences, in ip_set_destination_v6()
2305 ip_stack_t *ipst = ill->ill_ipst; in ip_fanout_proto_v6() local
2307 connfp = &ipst->ips_ipcl_proto_fanout_v6[ira->ira_protocol]; in ip_fanout_proto_v6()
2403 ip_stack_t *ipst = ill->ill_ipst; in ip_fanout_send_icmp_v6() local
2404 netstack_t *ns = ipst->ips_netstack; in ip_fanout_send_icmp_v6()
2489 ip_stack_t *ipst = ill->ill_ipst; in ip_fanout_udp_multi_v6() local
2497 connfp = &ipst->ips_ipcl_udp_fanout[IPCL_UDP_HASH(lport, ipst)]; in ip_fanout_udp_multi_v6()
2548 IP6_STAT(ipst, ip6_udp_fanmb); in ip_fanout_udp_multi_v6()
2555 IP6_STAT(ipst, ip6_udp_fanmb); in ip_fanout_udp_multi_v6()
2564 IP6_STAT(ipst, ip6_udp_fanmb); in ip_fanout_udp_multi_v6()
2576 if (ipst->ips_ipcl_proto_fanout_v6[IPPROTO_UDP].connf_head != NULL) { in ip_fanout_udp_multi_v6()
2876 ip_stack_t *ipst = ill->ill_ipst; in ip_process_options_v6() local
2957 if (ipst->ips_ipv6_ignore_home_address_opt) in ip_process_options_v6()
3075 ip_stack_t *ipst = ill->ill_ipst; in ip_process_rthdr() local
3079 if (!ipst->ips_ipv6_forward_src_routed) { in ip_process_rthdr()
3244 ip_stack_t *ipst = ill->ill_ipst; in ipsec_early_ah_v6() local
3245 ipsec_stack_t *ipss = ipst->ips_netstack->netstack_ipsec; in ipsec_early_ah_v6()
3318 ip_stack_t *ipst = ill->ill_ipst; in ip_input_fragment_v6() local
3478 if (ipst->ips_ip_reass_queue_bytes == 0) { in ip_input_fragment_v6()
3519 ipst->ips_ip_reass_queue_bytes) { in ip_input_fragment_v6()
3522 uint_t, ipst->ips_ip_reass_queue_bytes); in ip_input_fragment_v6()
3524 (ipst->ips_ip_reass_queue_bytes < msg_len) ? 0 : in ip_input_fragment_v6()
3525 (ipst->ips_ip_reass_queue_bytes - msg_len)); in ip_input_fragment_v6()
3592 if (ipfb->ipfb_frag_pkts >= MAX_FRAG_PKTS(ipst)) { in ip_input_fragment_v6()
4015 ip_source_routed_v6(ip6_t *ip6h, mblk_t *mp, ip_stack_t *ipst) in ip_source_routed_v6() argument
4081 if (ip_type_v6(addrptr, ipst) == IRE_LOCAL) in ip_source_routed_v6()
4122 ip_stack_t *ipst = ill->ill_ipst; in ip_fragment_v6() local
4196 hmp = allocb_tmpl(unfragmentable_len + ipst->ips_ip_wroff_extra, mp); in ip_fragment_v6()
4203 hmp->b_rptr += ipst->ips_ip_wroff_extra; in ip_fragment_v6()
4328 ip_stack_t *ipst = ixa->ixa_ipst; in ip_fraghdr_add_v6() local
4383 ipst->ips_ip_wroff_extra, mp); in ip_fraghdr_add_v6()
4392 hmp->b_rptr += ipst->ips_ip_wroff_extra; in ip_fraghdr_add_v6()