Home
last modified time | relevance | path

Searched refs:ips_propinfo_tbl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2965 ips_propinfo_tbl[0].prop_cur_bval
2966 #define ips_ip_g_resp_to_echo_bcast ips_propinfo_tbl[1].prop_cur_bval
2967 #define ips_ip_g_resp_to_echo_mcast ips_propinfo_tbl[2].prop_cur_bval
2968 #define ips_ip_g_resp_to_timestamp ips_propinfo_tbl[3].prop_cur_bval
2969 #define ips_ip_g_resp_to_timestamp_bcast ips_propinfo_tbl[4].prop_cur_bval
2970 #define ips_ip_g_send_redirects ips_propinfo_tbl[5].prop_cur_bval
2971 #define ips_ip_g_forward_directed_bcast ips_propinfo_tbl[6].prop_cur_bval
2972 #define ips_ip_mrtdebug ips_propinfo_tbl[7].prop_cur_uval
2973 #define ips_ip_ire_reclaim_fraction ips_propinfo_tbl[8].prop_cur_uval
2974 #define ips_ip_nce_reclaim_fraction ips_propinfo_tbl[9].prop_cur_uval
[all …]
H A Dip_stack.h155 struct mod_prop_info_s *ips_propinfo_tbl; /* ip tunables table */ member
H A Dtunables.c304 ptbl = stack->netstack_ip->ips_propinfo_tbl; in mod_get_allprop()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4447 kmem_free(ipst->ips_propinfo_tbl, in ip_stack_fini()
4449 ipst->ips_propinfo_tbl = NULL; in ip_stack_fini()
4690 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in ip_stack_init()
4691 bcopy(ip_propinfo_tbl, ipst->ips_propinfo_tbl, arrsz); in ip_stack_init()
H A Dip_if.c8882 ptbl = ipst->ips_propinfo_tbl; in ip_sioctl_getsetprop()
8971 pinfo = mod_prop_lookup(ipst->ips_propinfo_tbl, pname, proto); in ip_process_legacy_nddprop()