Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dudp_impl.h143 struct mod_prop_info_s *us_propinfo_tbl; member
209 #define us_wroff_extra us_propinfo_tbl[0].prop_cur_uval
210 #define us_ipv4_ttl us_propinfo_tbl[1].prop_cur_uval
211 #define us_ipv6_hoplimit us_propinfo_tbl[2].prop_cur_uval
212 #define us_smallest_nonpriv_port us_propinfo_tbl[3].prop_cur_uval
213 #define us_do_checksum us_propinfo_tbl[4].prop_cur_bval
214 #define us_smallest_anon_port us_propinfo_tbl[5].prop_cur_uval
215 #define us_largest_anon_port us_propinfo_tbl[6].prop_cur_uval
216 #define us_xmit_hiwat us_propinfo_tbl[7].prop_cur_uval
217 #define us_xmit_lowat us_propinfo_tbl[8].prop_cur_uval
[all …]
H A Dtunables.c313 ptbl = stack->netstack_udp->us_propinfo_tbl; in mod_get_allprop()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp_tunables.c37 return (mod_set_buf_prop(stack->netstack_udp->us_propinfo_tbl, stack, in udp_set_buf_prop()
45 return (mod_get_buf_prop(stack->netstack_udp->us_propinfo_tbl, stack, in udp_get_buf_prop()
H A Dudp.c4497 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in udp_stack_init()
4499 bcopy(udp_propinfo_tbl, us->us_propinfo_tbl, arrsz); in udp_stack_init()
4543 kmem_free(us->us_propinfo_tbl, in udp_stack_fini()
4545 us->us_propinfo_tbl = NULL; in udp_stack_fini()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_if.c8883 ptbl = stack->netstack_udp->us_propinfo_tbl; in ip_sioctl_getsetprop()