Searched refs:sctps_propinfo_tbl (Results 1 – 6 of 6) sorted by relevance
82 #define sctps_max_init_retr sctps_propinfo_tbl[0].prop_cur_uval83 #define sctps_max_init_retr_high sctps_propinfo_tbl[0].prop_max_uval84 #define sctps_max_init_retr_low sctps_propinfo_tbl[0].prop_min_uval85 #define sctps_pa_max_retr sctps_propinfo_tbl[1].prop_cur_uval86 #define sctps_pa_max_retr_high sctps_propinfo_tbl[1].prop_max_uval87 #define sctps_pa_max_retr_low sctps_propinfo_tbl[1].prop_min_uval88 #define sctps_pp_max_retr sctps_propinfo_tbl[2].prop_cur_uval89 #define sctps_pp_max_retr_high sctps_propinfo_tbl[2].prop_max_uval90 #define sctps_pp_max_retr_low sctps_propinfo_tbl[2].prop_min_uval91 #define sctps_cwnd_max_ sctps_propinfo_tbl[3].prop_cur_uval[all …]
171 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()
143 struct mod_prop_info_s *sctps_propinfo_tbl; member
1546 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()
316 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in mod_get_allprop()
8886 ptbl = stack->netstack_sctp->sctps_propinfo_tbl; in ip_sioctl_getsetprop()