Searched defs:tcp_cc_algo (Results 1 – 1 of 1) sorted by relevance
176 struct tcp_cc_algo { struct177 char name[TCP_CA_NAME_MAX];178 uint32_t num_sockets;179 uint32_t flags;182 int (*init) (struct tcpcb *tp);188 int (*cleanup) (struct tcpcb *tp);191 void (*cwnd_init) (struct tcpcb *tp);197 void (*congestion_avd) (struct tcpcb *tp, struct tcphdr *th);223 extern struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT]; argument