Searched refs:ptbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c43 mod_prop_lookup(mod_prop_info_t ptbl[], const char *prop_name, uint_t proto) argument
48 * Walk the ptbl array looking for a property that has the requested
52 for (pinfo = ptbl; pinfo->mpi_name != NULL; pinfo++) {
220 mod_get_buf_prop_range(mod_prop_info_t ptbl[], mod_prop_info_t *pinfo, argument
223 mod_prop_info_t *maxbuf_pinfo = mod_prop_lookup(ptbl, "max_buf",
238 mod_set_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, cred_t *cr, argument
253 mod_get_buf_prop_range(ptbl, pinfo, &min, &max);
268 mod_get_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, argument
276 mod_get_buf_prop_range(ptbl, pinfo, &min, &max);
293 mod_prop_info_t *ptbl, *pro local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8855 mod_prop_info_t *ptbl = NULL, *pinfo = NULL; local
8877 ptbl = ipst->ips_propinfo_tbl;
8880 ptbl = stack->netstack_icmp->is_propinfo_tbl;
8883 ptbl = stack->netstack_tcp->tcps_propinfo_tbl;
8886 ptbl = stack->netstack_udp->us_propinfo_tbl;
8889 ptbl = stack->netstack_sctp->sctps_propinfo_tbl;
8896 pinfo = mod_prop_lookup(ptbl, pioc->mpr_name, pioc->mpr_proto);

Completed in 79 milliseconds