Home
last modified time | relevance | path

Searched refs:sctps_propinfo_tbl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h85 #define sctps_pa_max_retr sctps_propinfo_tbl[1].prop_cur_uval
88 #define sctps_pp_max_retr sctps_propinfo_tbl[2].prop_cur_uval
91 #define sctps_cwnd_max_ sctps_propinfo_tbl[3].prop_cur_uval
93 #define sctps_ipv4_ttl sctps_propinfo_tbl[5].prop_cur_uval
97 #define sctps_initial_mtu sctps_propinfo_tbl[7].prop_cur_uval
106 #define sctps_xmit_hiwat sctps_propinfo_tbl[16].prop_cur_uval
107 #define sctps_xmit_lowat sctps_propinfo_tbl[17].prop_cur_uval
109 #define sctps_max_buf sctps_propinfo_tbl[19].prop_cur_uval
112 #define sctps_rto_ming sctps_propinfo_tbl[22].prop_cur_uval
115 #define sctps_rto_maxg sctps_propinfo_tbl[23].prop_cur_uval
[all …]
H A Dsctp_tunables.c171 return (mod_set_buf_prop(stack->netstack_sctp->sctps_propinfo_tbl, in sctp_set_buf_prop()
179 return (mod_get_buf_prop(stack->netstack_sctp->sctps_propinfo_tbl, in sctp_get_buf_prop()
H A Dsctp_stack.h143 struct mod_prop_info_s *sctps_propinfo_tbl; member
H A Dsctp.c1546 sctps->sctps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in sctp_stack_init()
1548 bcopy(sctp_propinfo_tbl, sctps->sctps_propinfo_tbl, arrsz); in sctp_stack_init()
1627 kmem_free(sctps->sctps_propinfo_tbl, in sctp_stack_fini()
1629 sctps->sctps_propinfo_tbl = NULL; in sctp_stack_fini()
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c316 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in mod_get_allprop()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8894 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in ip_sioctl_getsetprop()