Lines Matching refs:ptbl
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()
307 ptbl = stack->netstack_icmp->is_propinfo_tbl; in mod_get_allprop()
310 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in mod_get_allprop()
313 ptbl = stack->netstack_udp->us_propinfo_tbl; in mod_get_allprop()
316 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in mod_get_allprop()
322 for (prop = ptbl; prop->mpi_name != NULL; prop++) { in mod_get_allprop()