Lines Matching refs:tcpcb
226 int tcp_freeq(struct tcpcb *);
374 pool_init(&tcpcb_pool, sizeof(struct tcpcb), 0, 0, 0, "tcpcbpl", in do_tcpinit()
448 tcp_template(struct tcpcb *tp) in tcp_template()
604 tcp_respond(struct tcpcb *tp, struct mbuf *mtemplate, struct mbuf *m, in tcp_respond()
878 static struct tcpcb tcpcb_template = {
903 struct tcpcb *tp = &tcpcb_template; in tcp_tcpcb_template()
943 struct tcpcb *
946 struct tcpcb *tp; in tcp_newtcpcb()
1016 struct tcpcb *
1017 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
1045 struct tcpcb *
1046 tcp_close(struct tcpcb *tp) in tcp_close()
1171 tcp_freeq(struct tcpcb *tp) in tcp_freeq()
1213 struct tcpcb *tp; in tcp_drain()
1248 struct tcpcb *tp = (struct tcpcb *)inp->inp_ppcb; in tcp_notify()
1388 struct tcpcb *tp; in tcp_ctlinput()
1518 struct tcpcb *tp = intotcpcb(inp); in tcp_quench()
1551 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc()
1611 struct tcpcb *tp = intotcpcb(inp); in tcp6_mtudisc()
1740 tcp_mss_from_peer(struct tcpcb *tp, int offer) in tcp_mss_from_peer()
1825 tcp_established(struct tcpcb *tp) in tcp_established()
1929 tcp_rmx_rtt(struct tcpcb *tp) in tcp_rmx_rtt()
1975 tcp_new_iss(struct tcpcb *tp) in tcp_new_iss()
2072 ipsec4_hdrsiz_tcp(struct tcpcb *tp) in ipsec4_hdrsiz_tcp()
2095 ipsec6_hdrsiz_tcp(struct tcpcb *tp) in ipsec6_hdrsiz_tcp()
2129 tcp_optlen(struct tcpcb *tp) in tcp_optlen()
2147 tcp_hdrsz(struct tcpcb *tp) in tcp_hdrsz()