Lines Matching defs:tcpcb
117 static int tcp_connect(struct tcpcb *, struct sockaddr_in *,
121 static int tcp6_connect(struct tcpcb *, struct sockaddr_in6 *,
124 static void tcp_disconnect(struct tcpcb *);
125 static void tcp_usrclosed(struct tcpcb *);
126 static void tcp_fill_info(const struct tcpcb *, struct tcp_info *);
128 static int tcp_pru_options_support(struct tcpcb *tp, int flags);
131 tcp_bblog_pru(struct tcpcb *tp, uint32_t pru, int error)
159 struct tcpcb *tp = NULL;
200 struct tcpcb *tp;
227 struct tcpcb *tp;
282 struct tcpcb *tp;
359 struct tcpcb *tp;
416 struct tcpcb *tp;
491 struct tcpcb *tp;
559 struct tcpcb *tp;
698 struct tcpcb *tp = NULL;
727 struct tcpcb *tp;
761 struct tcpcb *tp;
812 struct tcpcb *tp = intotcpcb(inp);
870 struct tcpcb *tp;
920 struct tcpcb *tp;
1234 struct tcpcb *tp;
1267 struct tcpcb *tp;
1305 struct tcpcb *tp;
1338 tcp_pru_options_support(struct tcpcb *tp, int flags)
1363 struct tcpcb *tp;
1465 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td)
1508 tcp6_connect(struct tcpcb *tp, struct sockaddr_in6 *sin6, struct thread *td)
1552 tcp_fill_info(const struct tcpcb *tp, struct tcp_info *ti)
1652 struct tcpcb *tp = intotcpcb(inp);
1820 struct tcpcb *tp = intotcpcb(inp);
1903 struct tcpcb *tp;
1990 /* Detach the old CC from the tcpcb */
2012 tcp_default_ctloutput(struct tcpcb *tp, struct sockopt *sopt)
2394 * field of the tcpcb for use during
2664 tcp_disconnect(struct tcpcb *tp)
2706 tcp_usrclosed(struct tcpcb *tp)
3076 db_print_tcpcb(struct tcpcb *tp, const char *name, int indent)
3188 DB_SHOW_COMMAND(tcpcb, db_show_tcpcb)
3190 struct tcpcb *tp;
3193 db_printf("usage: show tcpcb <addr>\n");
3196 tp = (struct tcpcb *)addr;
3198 db_print_tcpcb(tp, "tcpcb", 0);