Searched refs:tcps_propinfo_tbl (Results 1 – 6 of 6) sorted by relevance
490 #define tcps_time_wait_interval tcps_propinfo_tbl[0].prop_cur_uval491 #define tcps_conn_req_max_q tcps_propinfo_tbl[1].prop_cur_uval492 #define tcps_conn_req_max_q0 tcps_propinfo_tbl[2].prop_cur_uval493 #define tcps_conn_req_min tcps_propinfo_tbl[3].prop_cur_uval494 #define tcps_conn_grace_period tcps_propinfo_tbl[4].prop_cur_uval495 #define tcps_cwnd_max_ tcps_propinfo_tbl[5].prop_cur_uval496 #define tcps_dbg tcps_propinfo_tbl[6].prop_cur_uval497 #define tcps_smallest_nonpriv_port tcps_propinfo_tbl[7].prop_cur_uval498 #define tcps_ip_abort_cinterval tcps_propinfo_tbl[8].prop_cur_uval499 #define tcps_ip_abort_linterval tcps_propinfo_tbl[9].prop_cur_uval[all …]
65 struct mod_prop_info_s *tcps_propinfo_tbl; member
310 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in mod_get_allprop()
197 return (mod_set_buf_prop(stack->netstack_tcp->tcps_propinfo_tbl, stack, in tcp_set_buf_prop()205 return (mod_get_buf_prop(stack->netstack_tcp->tcps_propinfo_tbl, stack, in tcp_get_buf_prop()
3808 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in tcp_stack_init()3810 bcopy(tcp_propinfo_tbl, tcps->tcps_propinfo_tbl, arrsz); in tcp_stack_init()3933 kmem_free(tcps->tcps_propinfo_tbl, in tcp_stack_fini()3935 tcps->tcps_propinfo_tbl = NULL; in tcp_stack_fini()
8888 ptbl = stack->netstack_tcp->tcps_propinfo_tbl; in ip_sioctl_getsetprop()