Searched refs:ctl_output (Results 1 – 3 of 3) sorted by relevance
162 int (*ctl_output)(struct cc_var *, struct sockopt *, void *); member
101 .ctl_output = newreno_ctl_output,
2072 if (CC_ALGO(tp)->ctl_output != NULL) in tcp_default_ctloutput()2073 error = CC_ALGO(tp)->ctl_output(tp->ccv, sopt, pbuf); in tcp_default_ctloutput()