|
| SYSCTL_INT (_net_inet_tcp, TCPCTL_MSSDFLT, mssdflt, CTLFLAG_RW, &tcp_mssdflt, 0, "Default TCP Maximum Segment Size") |
|
| SYSCTL_INT (_net_inet_tcp, TCPCTL_RTTDFLT, rttdflt, CTLFLAG_RW, &tcp_rttdflt, 0, "") |
|
| SYSCTL_INT (_net_inet_tcp, TCPCTL_DO_RFC1323, rfc1323, CTLFLAG_RW, &tcp_do_rfc1323, 0, "") |
|
void | tcp_init (void) |
|
struct tcpiphdr * | tcp_template (struct tcpcb *tp) |
|
void | tcp_respond (struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags) |
|
struct tcpcb * | tcp_newtcpcb (struct inpcb *inp) |
|
struct tcpcb * | tcp_drop (struct tcpcb *tp, int errnum) |
|
struct tcpcb * | tcp_close (struct tcpcb *tp) |
|
void | tcp_drain (void) |
|
| SYSCTL_PROC (_net_inet_tcp, TCPCTL_PCBLIST, pcblist, CTLFLAG_RD, 0, 0, tcp_pcblist, "S,xtcpcb", "List of active TCP connections") |
|
void | tcp_ctlinput (int cmd, struct sockaddr *sa, void *vip) |
|
void | tcp_quench (struct inpcb *inp, int errnum) |
|
void | tcp_mtudisc (struct inpcb *inp, int errnum) |
|
struct rtentry * | tcp_rtlookup (struct inpcb *inp) |
|
struct rmxp_tao * | tcp_gettaocache (struct inpcb *inp) |
|