Searched refs:ccdbg_control (Results 1 – 1 of 1) sorted by relevance
125 struct kern_ctl_reg ccdbg_control; in tcp_cc_control_register() local128 bzero(&ccdbg_control, sizeof(ccdbg_control)); in tcp_cc_control_register()129 strlcpy(ccdbg_control.ctl_name, TCP_CC_CONTROL_NAME, in tcp_cc_control_register()130 sizeof(ccdbg_control.ctl_name)); in tcp_cc_control_register()131 ccdbg_control.ctl_connect = tcp_ccdbg_control_connect; in tcp_cc_control_register()132 ccdbg_control.ctl_disconnect = tcp_ccdbg_control_disconnect; in tcp_cc_control_register()133 ccdbg_control.ctl_flags |= CTL_FLAG_PRIVILEGED; in tcp_cc_control_register()134 ccdbg_control.ctl_flags |= CTL_FLAG_REG_SOCK_STREAM; in tcp_cc_control_register()135 ccdbg_control.ctl_sendsize = 32 * 1024; in tcp_cc_control_register()137 err = ctl_register(&ccdbg_control, &tcp_ccdbg_ctlref); in tcp_cc_control_register()