Searched refs:tcps_propinfo_tbl (Results 1 – 6 of 6) sorted by relevance
465 #define tcps_time_wait_interval tcps_propinfo_tbl[0].prop_cur_uval466 #define tcps_conn_req_max_q tcps_propinfo_tbl[1].prop_cur_uval467 #define tcps_conn_req_max_q0 tcps_propinfo_tbl[2].prop_cur_uval468 #define tcps_conn_req_min tcps_propinfo_tbl[3].prop_cur_uval469 #define tcps_conn_grace_period tcps_propinfo_tbl[4].prop_cur_uval470 #define tcps_cwnd_max_ tcps_propinfo_tbl[5].prop_cur_uval471 #define tcps_dbg tcps_propinfo_tbl[6].prop_cur_uval472 #define tcps_smallest_nonpriv_port tcps_propinfo_tbl[7].prop_cur_uval473 #define tcps_ip_abort_cinterval tcps_propinfo_tbl[8].prop_cur_uval474 #define tcps_ip_abort_linterval tcps_propinfo_tbl[9].prop_cur_uval[all …]
64 struct mod_prop_info_s *tcps_propinfo_tbl; member
310 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in mod_get_allprop()
190 return (mod_set_buf_prop(stack->netstack_tcp->tcps_propinfo_tbl, stack, in tcp_set_buf_prop()198 return (mod_get_buf_prop(stack->netstack_tcp->tcps_propinfo_tbl, stack, in tcp_get_buf_prop()
3769 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in tcp_stack_init()3771 bcopy(tcp_propinfo_tbl, tcps->tcps_propinfo_tbl, arrsz); in tcp_stack_init()3889 kmem_free(tcps->tcps_propinfo_tbl, in tcp_stack_fini()3891 tcps->tcps_propinfo_tbl = NULL; in tcp_stack_fini()
8880 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in ip_sioctl_getsetprop()