Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h82 #define sctps_max_init_retr sctps_propinfo_tbl[0].prop_cur_uval
83 #define sctps_max_init_retr_high sctps_propinfo_tbl[0].prop_max_uval
84 #define sctps_max_init_retr_low sctps_propinfo_tbl[0].prop_min_uval
85 #define sctps_pa_max_retr sctps_propinfo_tbl[1].prop_cur_uval
86 #define sctps_pa_max_retr_high sctps_propinfo_tbl[1].prop_max_uval
87 #define sctps_pa_max_retr_low sctps_propinfo_tbl[1].prop_min_uval
88 #define sctps_pp_max_retr sctps_propinfo_tbl[2].prop_cur_uval
89 #define sctps_pp_max_retr_high sctps_propinfo_tbl[2].prop_max_uval
90 #define sctps_pp_max_retr_low sctps_propinfo_tbl[2].prop_min_uval
91 #define sctps_cwnd_max_ sctps_propinfo_tbl[3].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()
/titanic_41/usr/src/uts/common/inet/
H A Dtunables.c316 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in mod_get_allprop()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c8886 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in ip_sioctl_getsetprop()