Searched defs:tcp_cc_algo (Results 1 – 1 of 1) sorted by relevance
177 struct tcp_cc_algo { struct178 char name[TCP_CA_NAME_MAX];179 _Atomic uint32_t num_sockets;180 uint32_t flags;183 int (*init) (struct tcpcb *tp);189 int (*cleanup) (struct tcpcb *tp);192 void (*cwnd_init) (struct tcpcb *tp);198 void (*congestion_avd) (struct tcpcb *tp, struct tcphdr *th);201 void (*ack_rcvd) (struct tcpcb *tp, struct tcphdr *th);204 void (*pre_fr) (struct tcpcb *tp);[all …]