Searched refs:ptbl (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | tunables.c | 43 mod_prop_lookup(mod_prop_info_t ptbl[], const char *prop_name, uint_t proto) in mod_prop_lookup() argument 52 for (pinfo = ptbl; pinfo->mpi_name != NULL; pinfo++) { in mod_prop_lookup() 220 mod_get_buf_prop_range(mod_prop_info_t ptbl[], mod_prop_info_t *pinfo, in mod_get_buf_prop_range() argument 223 mod_prop_info_t *maxbuf_pinfo = mod_prop_lookup(ptbl, "max_buf", in mod_get_buf_prop_range() 238 mod_set_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, cred_t *cr, in mod_set_buf_prop() argument 253 mod_get_buf_prop_range(ptbl, pinfo, &min, &max); in mod_set_buf_prop() 268 mod_get_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, in mod_get_buf_prop() argument 276 mod_get_buf_prop_range(ptbl, pinfo, &min, &max); in mod_get_buf_prop() 293 mod_prop_info_t *ptbl, *prop; in mod_get_allprop() local 304 ptbl = stack->netstack_ip->ips_propinfo_tbl; in mod_get_allprop() [all …]
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 8852 mod_prop_info_t *ptbl = NULL, *pinfo = NULL; in ip_sioctl_getsetprop() local 8874 ptbl = ipst->ips_propinfo_tbl; in ip_sioctl_getsetprop() 8877 ptbl = stack->netstack_icmp->is_propinfo_tbl; in ip_sioctl_getsetprop() 8880 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in ip_sioctl_getsetprop() 8883 ptbl = stack->netstack_udp->us_propinfo_tbl; in ip_sioctl_getsetprop() 8886 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in ip_sioctl_getsetprop() 8893 pinfo = mod_prop_lookup(ptbl, pioc->mpr_name, pioc->mpr_proto); in ip_sioctl_getsetprop()
|