Lines Matching refs:ipst

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