Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c52 for (pinfo = ptbl; pinfo->mpi_name != NULL; pinfo++) { in mod_prop_lookup()
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()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8860 mod_prop_info_t *ptbl = NULL, *pinfo = NULL; in ip_sioctl_getsetprop() local
8882 ptbl = ipst->ips_propinfo_tbl; in ip_sioctl_getsetprop()
8885 ptbl = stack->netstack_icmp->is_propinfo_tbl; in ip_sioctl_getsetprop()
8888 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in ip_sioctl_getsetprop()
8891 ptbl = stack->netstack_udp->us_propinfo_tbl; in ip_sioctl_getsetprop()
8894 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in ip_sioctl_getsetprop()
8901 pinfo = mod_prop_lookup(ptbl, pioc->mpr_name, pioc->mpr_proto); in ip_sioctl_getsetprop()