Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dudp_impl.h144 struct mod_prop_info_s *us_propinfo_tbl; member
214 #define us_wroff_extra us_propinfo_tbl[0].prop_cur_uval
215 #define us_ipv4_ttl us_propinfo_tbl[1].prop_cur_uval
216 #define us_ipv6_hoplimit us_propinfo_tbl[2].prop_cur_uval
218 #define us_do_checksum us_propinfo_tbl[4].prop_cur_bval
221 #define us_xmit_hiwat us_propinfo_tbl[7].prop_cur_uval
222 #define us_xmit_lowat us_propinfo_tbl[8].prop_cur_uval
223 #define us_recv_hiwat us_propinfo_tbl[9].prop_cur_uval
224 #define us_max_buf us_propinfo_tbl[10].prop_cur_uval
225 #define us_pmtu_discovery us_propinfo_tbl[11].prop_cur_bval
[all …]
H A Dtunables.c313 ptbl = stack->netstack_udp->us_propinfo_tbl; in mod_get_allprop()
/illumos-gate/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.c4545 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in udp_stack_init()
4547 bcopy(udp_propinfo_tbl, us->us_propinfo_tbl, arrsz); in udp_stack_init()
4591 kmem_free(us->us_propinfo_tbl, in udp_stack_fini()
4593 us->us_propinfo_tbl = NULL; in udp_stack_fini()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8891 ptbl = stack->netstack_udp->us_propinfo_tbl; in ip_sioctl_getsetprop()