Lines Matching refs:ipst

184 #define	WE_ARE_FORWARDING(ipst)	((ipst)->ips_ip_forwarding == IP_FORWARD_ALWAYS)
1395 #define IP_V4_ILL_G_LIST(ipst) \
1396 (ipst)->ips_ill_g_heads[IP_V4_G_HEAD].ill_g_list_head
1397 #define IP_V6_ILL_G_LIST(ipst) \
1398 (ipst)->ips_ill_g_heads[IP_V6_G_HEAD].ill_g_list_head
1399 #define IP_VX_ILL_G_LIST(i, ipst) \
1400 (ipst)->ips_ill_g_heads[i].ill_g_list_head
1402 #define ILL_START_WALK_V4(ctx_ptr, ipst) \
1403 ill_first(IP_V4_G_HEAD, IP_V4_G_HEAD, ctx_ptr, ipst)
1404 #define ILL_START_WALK_V6(ctx_ptr, ipst) \
1405 ill_first(IP_V6_G_HEAD, IP_V6_G_HEAD, ctx_ptr, ipst)
1406 #define ILL_START_WALK_ALL(ctx_ptr, ipst) \
1407 ill_first(MAX_G_HEADS, MAX_G_HEADS, ctx_ptr, ipst)
2760 #define MAX_FRAG_PKTS(ipst) \
2761 MAX(MAX_FRAG_MIN, (2 * (ipst->ips_ip_reass_queue_bytes / \
3059 #define HOOKS4_INTERESTED_PHYSICAL_IN(ipst) \
3060 ((ipst)->ips_ip4_physical_in_event.he_interested)
3061 #define HOOKS6_INTERESTED_PHYSICAL_IN(ipst) \
3062 ((ipst)->ips_ip6_physical_in_event.he_interested)
3063 #define HOOKS4_INTERESTED_PHYSICAL_OUT(ipst) \
3064 ((ipst)->ips_ip4_physical_out_event.he_interested)
3065 #define HOOKS6_INTERESTED_PHYSICAL_OUT(ipst) \
3066 ((ipst)->ips_ip6_physical_out_event.he_interested)
3067 #define HOOKS4_INTERESTED_FORWARDING(ipst) \
3068 ((ipst)->ips_ip4_forwarding_event.he_interested)
3069 #define HOOKS6_INTERESTED_FORWARDING(ipst) \
3070 ((ipst)->ips_ip6_forwarding_event.he_interested)
3071 #define HOOKS4_INTERESTED_LOOPBACK_IN(ipst) \
3072 ((ipst)->ips_ip4_loopback_in_event.he_interested)
3073 #define HOOKS6_INTERESTED_LOOPBACK_IN(ipst) \
3074 ((ipst)->ips_ip6_loopback_in_event.he_interested)
3075 #define HOOKS4_INTERESTED_LOOPBACK_OUT(ipst) \
3076 ((ipst)->ips_ip4_loopback_out_event.he_interested)
3077 #define HOOKS6_INTERESTED_LOOPBACK_OUT(ipst) \
3078 ((ipst)->ips_ip6_loopback_out_event.he_interested)
3084 #define FW_HOOKS(_hook, _event, _ilp, _olp, _iph, _fm, _m, _llm, ipst, _err) \
3093 info.hpe_protocol = ipst->ips_ipv4_net_data; \
3098 _err = hook_run(ipst->ips_ipv4_net_data->netd_hooks, \
3115 #define FW_HOOKS6(_hook, _event, _ilp, _olp, _iph, _fm, _m, _llm, ipst, _err) \
3124 info.hpe_protocol = ipst->ips_ipv6_net_data; \
3129 _err = hook_run(ipst->ips_ipv6_net_data->netd_hooks, \
3697 mblk_t *ip_snmp_get_mib2_ip_dce(queue_t *, mblk_t *, ip_stack_t *ipst);