Searched refs:ips_propinfo_tbl (Results 1 – 5 of 5) sorted by relevance
2959 ips_propinfo_tbl[0].prop_cur_bval2960 #define ips_ip_g_resp_to_echo_bcast ips_propinfo_tbl[1].prop_cur_bval2961 #define ips_ip_g_resp_to_echo_mcast ips_propinfo_tbl[2].prop_cur_bval2962 #define ips_ip_g_resp_to_timestamp ips_propinfo_tbl[3].prop_cur_bval2963 #define ips_ip_g_resp_to_timestamp_bcast ips_propinfo_tbl[4].prop_cur_bval2964 #define ips_ip_g_send_redirects ips_propinfo_tbl[5].prop_cur_bval2965 #define ips_ip_g_forward_directed_bcast ips_propinfo_tbl[6].prop_cur_bval2966 #define ips_ip_mrtdebug ips_propinfo_tbl[7].prop_cur_uval2967 #define ips_ip_ire_reclaim_fraction ips_propinfo_tbl[8].prop_cur_uval2968 #define ips_ip_nce_reclaim_fraction ips_propinfo_tbl[9].prop_cur_uval[all …]
146 struct mod_prop_info_s *ips_propinfo_tbl; /* ip tunables table */ member
304 ptbl = stack->netstack_ip->ips_propinfo_tbl; in mod_get_allprop()
4417 kmem_free(ipst->ips_propinfo_tbl, in ip_stack_fini()4419 ipst->ips_propinfo_tbl = NULL; in ip_stack_fini()4660 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in ip_stack_init()4661 bcopy(ip_propinfo_tbl, ipst->ips_propinfo_tbl, arrsz); in ip_stack_init()
8874 ptbl = ipst->ips_propinfo_tbl; in ip_sioctl_getsetprop()8963 pinfo = mod_prop_lookup(ipst->ips_propinfo_tbl, pname, proto); in ip_process_legacy_nddprop()