Home
last modified time | relevance | path

Searched refs:tcp_congctlent (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_congctl.c228 TAILQ_HEAD(, tcp_congctlent) tcp_congctlhd =
231 static struct tcp_congctlent * tcp_congctl_global;
265 struct tcp_congctlent *ntcc, *tccp; in tcp_congctl_register()
290 struct tcp_congctlent *tccp, *rtccp; in tcp_congctl_unregister()
320 struct tcp_congctlent *tccp, *old_tccp, *new_tccp; in tcp_congctl_select()
365 struct tcp_congctlent *tccp; in tcp_congctl_release()
383 struct tcp_congctlent *tccp; in tcp_congctl_bystruct()
397 struct tcp_congctlent *tccp; in tcp_congctl_fillnames()
H A Dtcp_congctl.h37 struct tcp_congctlent { struct
38 TAILQ_ENTRY(tcp_congctlent) congctl_ent;