|
| SYSCTL_INT (_net_inet_tcp, TCPCTL_KEEPINIT, keepinit, CTLFLAG_RW, &tcp_keepinit, 0, "") |
|
| SYSCTL_INT (_net_inet_tcp, TCPCTL_KEEPIDLE, keepidle, CTLFLAG_RW, &tcp_keepidle, 0, "") |
|
| SYSCTL_INT (_net_inet_tcp, TCPCTL_KEEPINTVL, keepintvl, CTLFLAG_RW, &tcp_keepintvl, 0, "") |
|
| SYSCTL_INT (_net_inet_tcp, OID_AUTO, always_keepalive, CTLFLAG_RW, &always_keepalive, 0, "") |
|
void | tcp_fasttimo (void) |
|
void | tcp_slowtimo (void) |
|
void | tcp_canceltimers (struct tcpcb *tp) |
|
struct tcpcb * | tcp_timers (struct tcpcb *tp, int timer) |
|