Lines Matching defs:ipst

479     uint_t irr_flags, ip_stack_t *ipst)
486 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL);
504 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL);
519 ip_stack_t *ipst = ill->ill_ipst;
524 ilb_stack_t *ilbs = ipst->ips_netstack->netstack_ilb;
580 if (HOOKS6_INTERESTED_PHYSICAL_IN(ipst)) {
590 FW_HOOKS6(ipst->ips_ip6_physical_in_event,
591 ipst->ips_ipv6firewall_physical_in,
592 ill, NULL, ip6h, mp, mp, ll_multicast, ipst, error);
620 if (ipst->ips_ip6_observe.he_interested) {
628 ipobs_hook(mp, IPOBS_HOOK_INBOUND, ALL_ZONES, dzone, ill, ipst);
771 ipst);
776 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL,
795 ipst);
798 irr_flags, ira->ira_xmit_hint, ipst);
832 ip_stack_t *ipst = ill->ill_ipst;
927 ira->ira_xmit_hint, ipst, NULL, NULL, NULL);
942 if (IPP_ENABLED(IPP_FWD_IN, ipst)) {
957 if (HOOKS6_INTERESTED_FORWARDING(ipst)) {
960 FW_HOOKS(ipst->ips_ip6_forwarding_event,
961 ipst->ips_ipv6firewall_forwarding,
962 ill, dst_ill, ip6h, mp, mp, 0, ipst, error);
991 switch (ipst->ips_src_check) {
1027 } else if (ipst->ips_ipv6_send_redirects) {
1079 ip_stack_t *ipst = dst_ill->ill_ipst;
1090 if (IPP_ENABLED(IPP_FWD_OUT, ipst)) {
1149 ip_stack_t *ipst = ill->ill_ipst;
1177 ipst);
1262 ip_stack_t *ipst = ill->ill_ipst;
1265 rw_enter(&ipst->ips_ill_g_lock, RW_READER);
1268 rw_exit(&ipst->ips_ill_g_lock);
1273 rw_exit(&ipst->ips_ill_g_lock);
1296 if (ipst->ips_ip_g_mrouter) {
1538 ip_stack_t *ipst = ill->ill_ipst;
1539 netstack_t *ns = ipst->ips_netstack;
1702 ip_stack_t *ipst = ill->ill_ipst;
1709 IP6_STAT(ipst, ip6_tcp_in_full_hw_cksum_err);
1711 IP6_STAT(ipst, ip6_tcp_in_part_hw_cksum_err);
1713 IP6_STAT(ipst, ip6_tcp_in_sw_cksum_err);
1718 IP6_STAT(ipst, ip6_udp_in_full_hw_cksum_err);
1720 IP6_STAT(ipst, ip6_udp_in_part_hw_cksum_err);
1722 IP6_STAT(ipst, ip6_udp_in_sw_cksum_err);
1800 ip_stack_t *ipst = ira->ira_ill->ill_ipst;
1805 IP6_STAT(ipst, ip6_in_sw_cksum);
1991 ip_stack_t *ipst = ill->ill_ipst;
1999 netstack_t *ns = ipst->ips_netstack;
2022 if (IPP_ENABLED(IPP_LOCAL_IN, ipst) &&
2070 IP6_STAT(ipst, ip6_recv_pullup);
2125 IP6_STAT(ipst, ip6_recv_pullup);
2144 ira, ipst);
2148 tcp_xmit_listeners_reset(mp, ira, ipst, NULL);
2157 tcp_xmit_listeners_reset(mp, ira, ipst, NULL);
2228 sctp_stack_t *sctps = ipst->ips_netstack->netstack_sctp;
2298 ira, ipst);
2301 if (ipst->ips_ipcl_proto_fanout_v6[IPPROTO_UDP].
2339 IP6_STAT(ipst, ip6_udp_fannorm);
2362 if (ipst->ips_ipv6_drop_inbound_icmpv6) {
2379 if (ipst->ips_icmp_accept_clear_messages == 0) {
2520 if (ipst->ips_ip_cgtp_filter &&
2521 ipst->ips_ip_cgtp_filter_ops != NULL) {
2525 stackid = ipst->ips_netstack->netstack_stackid;
2532 ipst->ips_ip_cgtp_filter_ops->cfo_filter_v6(
2645 netstack_t *ns = ipst->ips_netstack;
2648 IP_STAT(ipst, ipsec_proto_ahesp);
2707 ira, ipst);
2740 if (ipst->ips_ipcl_proto_fanout_v6[protocol].connf_head == NULL) {