Searched refs:us_propinfo_tbl (Results 1 – 5 of 5) sorted by relevance
143 struct mod_prop_info_s *us_propinfo_tbl; member209 #define us_wroff_extra us_propinfo_tbl[0].prop_cur_uval210 #define us_ipv4_ttl us_propinfo_tbl[1].prop_cur_uval211 #define us_ipv6_hoplimit us_propinfo_tbl[2].prop_cur_uval212 #define us_smallest_nonpriv_port us_propinfo_tbl[3].prop_cur_uval213 #define us_do_checksum us_propinfo_tbl[4].prop_cur_bval214 #define us_smallest_anon_port us_propinfo_tbl[5].prop_cur_uval215 #define us_largest_anon_port us_propinfo_tbl[6].prop_cur_uval216 #define us_xmit_hiwat us_propinfo_tbl[7].prop_cur_uval217 #define us_xmit_lowat us_propinfo_tbl[8].prop_cur_uval[all …]
313 ptbl = stack->netstack_udp->us_propinfo_tbl; in mod_get_allprop()
37 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()
4497 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()
8883 ptbl = stack->netstack_udp->us_propinfo_tbl; in ip_sioctl_getsetprop()