Lines Matching refs:ipst

431 	ip_stack_t	*ipst = ill->ill_ipst;
466 if (ipst->ips_ip_cgtp_filter &&
467 ipst->ips_ip_cgtp_filter_ops != NULL) {
470 stackid = ipst->ips_netstack->netstack_stackid;
476 ipst->ips_ip_cgtp_filter_ops->cfo_filter(stackid,
536 ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head != NULL) {
562 ip_stack_t *ipst = ill->ill_ipst;
567 ilb_stack_t *ilbs = ipst->ips_netstack->netstack_ilb;
614 if (HOOKS4_INTERESTED_PHYSICAL_IN(ipst)) {
624 FW_HOOKS(ipst->ips_ip4_physical_in_event,
625 ipst->ips_ipv4firewall_physical_in,
626 ill, NULL, ipha, mp, mp, ll_multicast, ipst, error);
651 if (ipst->ips_ip4_observe.he_interested) {
659 ipobs_hook(mp, IPOBS_HOOK_INBOUND, ALL_ZONES, dzone, ill, ipst);
763 IP_STAT(ipst, ip_opt);
788 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL,
807 ira->ira_xmit_hint, ipst);
841 ip_stack_t *ipst = ill->ill_ipst;
855 if (!(ill->ill_flags & ILLF_ROUTER) && !ip_source_routed(ipha, ipst)) {
916 !(ip_source_routed(ipha, ipst) && dst_ill == ill)) {
917 if (ip_source_routed(ipha, ipst)) {
949 ira->ira_xmit_hint, ipst, NULL, NULL, NULL);
965 if (IPP_ENABLED(IPP_FWD_IN, ipst)) {
980 if (HOOKS4_INTERESTED_FORWARDING(ipst)) {
983 FW_HOOKS(ipst->ips_ip4_forwarding_event,
984 ipst->ips_ipv4firewall_forwarding,
985 ill, dst_ill, ipha, mp, mp, 0, ipst, error);
1016 switch (ipst->ips_src_check) {
1020 if (ip_type_v4(src, ipst) == IRE_BROADCAST) {
1054 if (IS_ON_SAME_LAN(dst_ill, ill) && ipst->ips_ip_g_send_redirects) {
1122 ip_stack_t *ipst = ill->ill_ipst;
1159 if (IPP_ENABLED(IPP_FWD_OUT, ipst)) {
1239 ip_stack_t *ipst = ill->ill_ipst;
1267 ipst);
1275 if (ip_source_routed(ipha, ipst)) {
1310 ip_stack_t *ipst = ill->ill_ipst;
1338 rw_enter(&ipst->ips_ill_g_lock, RW_READER);
1341 rw_exit(&ipst->ips_ill_g_lock);
1347 rw_exit(&ipst->ips_ill_g_lock);
1377 MATCH_IRE_TYPE|MATCH_IRE_ILL|MATCH_IRE_SECATTR, 0, ipst, NULL);
1437 if (!ipst->ips_ip_g_forward_directed_bcast ||
1459 ipha->ipha_ttl = ipst->ips_ip_broadcast_ttl + 1;
1495 ip_stack_t *ipst = ill->ill_ipst;
1515 ip_stack_t *ipst = ill->ill_ipst;
1518 rw_enter(&ipst->ips_ill_g_lock, RW_READER);
1521 rw_exit(&ipst->ips_ill_g_lock);
1526 rw_exit(&ipst->ips_ill_g_lock);
1548 if (ipst->ips_ip_g_mrouter) {
1838 ip_stack_t *ipst = ill->ill_ipst;
1839 netstack_t *ns = ipst->ips_netstack;
1919 ip_stack_t *ipst = ill->ill_ipst;
1920 netstack_t *ns = ipst->ips_netstack;
2083 ip_stack_t *ipst = ill->ill_ipst;
2090 IP_STAT(ipst, ip_tcp_in_full_hw_cksum_err);
2092 IP_STAT(ipst, ip_tcp_in_part_hw_cksum_err);
2094 IP_STAT(ipst, ip_tcp_in_sw_cksum_err);
2099 IP_STAT(ipst, ip_udp_in_full_hw_cksum_err);
2101 IP_STAT(ipst, ip_udp_in_part_hw_cksum_err);
2103 IP_STAT(ipst, ip_udp_in_sw_cksum_err);
2106 BUMP_MIB(&ipst->ips_icmp_mib, icmpInCksumErrs);
2164 ip_stack_t *ipst = ira->ira_ill->ill_ipst;
2169 IP_STAT(ipst, ip_in_sw_cksum);
2340 ip_stack_t *ipst = ill->ill_ipst;
2348 netstack_t *ns = ipst->ips_netstack;
2362 if (IPP_ENABLED(IPP_LOCAL_IN, ipst) &&
2405 IP_STAT(ipst, ip_recv_pullup);
2466 IP_STAT(ipst, ip_recv_pullup);
2485 ira, ipst);
2489 tcp_xmit_listeners_reset(mp, ira, ipst, NULL);
2498 tcp_xmit_listeners_reset(mp, ira, ipst, NULL);
2570 sctp_stack_t *sctps = ipst->ips_netstack->netstack_sctp;
2640 ira, ipst);
2643 if (ipst->ips_ipcl_proto_fanout_v4[IPPROTO_UDP].
2709 IP_STAT(ipst, ip_udp_fannorm);
2741 if (ipst->ips_icmp_accept_clear_messages == 0) {
2754 BUMP_MIB(&ipst->ips_icmp_mib, icmpInErrors);
2766 BUMP_MIB(&ipst->ips_icmp_mib, icmpInCksumErrs);
2784 if (ipst->ips_igmp_accept_clear_messages == 0) {
2801 ++ipst->ips_igmpstat.igps_rcv_badsum;
2819 if (ipst->ips_pim_accept_clear_messages == 0) {
2846 netstack_t *ns = ipst->ips_netstack;
2849 IP_STAT(ipst, ipsec_proto_ahesp);
3063 ira, ipst);
3096 if (ipst->ips_ipcl_proto_fanout_v4[protocol].connf_head == NULL) {
3101 if (protocol == IPPROTO_ENCAP && ipst->ips_ip_g_mrouter) {