Home
last modified time | relevance | path

Searched refs:cong_exp (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/netinet/
Dtcp_congctl.h76 void (*cong_exp)(struct tcpcb *); member
Dtcp_congctl.c650 .cong_exp = tcp_reno_congestion_exp,
790 .cong_exp = tcp_reno_congestion_exp,
984 .cong_exp = tcp_cubic_congestion_exp,
Dtcp_input.c1764 tp->t_congctl->cong_exp(tp); in tcp_input()