Lines Matching defs:tp
131 tcp_bblog_pru(struct tcpcb *tp, uint32_t pru, int error) in tcp_bblog_pru()
159 struct tcpcb *tp = NULL; in tcp_usr_attach() local
200 struct tcpcb *tp; in tcp_usr_detach() local
227 struct tcpcb *tp; in tcp_usr_bind() local
283 struct tcpcb *tp; in tcp6_usr_bind() local
361 struct tcpcb *tp; in tcp_usr_listen() local
419 struct tcpcb *tp; in tcp6_usr_listen() local
495 struct tcpcb *tp; in tcp_usr_connect() local
563 struct tcpcb *tp; in tcp6_usr_connect() local
702 struct tcpcb *tp = NULL; in tcp_usr_disconnect() local
731 struct tcpcb *tp; in tcp_usr_accept() local
765 struct tcpcb *tp; in tcp6_usr_accept() local
816 struct tcpcb *tp = intotcpcb(inp); in tcp_usr_shutdown() local
874 struct tcpcb *tp; in tcp_usr_rcvd() local
924 struct tcpcb *tp; in tcp_usr_send() local
1238 struct tcpcb *tp; in tcp_usr_ready() local
1271 struct tcpcb *tp; in tcp_usr_abort() local
1309 struct tcpcb *tp; in tcp_usr_close() local
1342 tcp_pru_options_support(struct tcpcb *tp, int flags) in tcp_pru_options_support()
1367 struct tcpcb *tp; in tcp_usr_rcvoob() local
1469 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td) in tcp_connect()
1512 tcp6_connect(struct tcpcb *tp, struct sockaddr_in6 *sin6, struct thread *td) in tcp6_connect()
1556 tcp_fill_info(const struct tcpcb *tp, struct tcp_info *ti) in tcp_fill_info()
1656 struct tcpcb *tp = intotcpcb(inp); in tcp_ctloutput_set() local
1824 struct tcpcb *tp = intotcpcb(inp); in tcp_ctloutput_get() local
1907 struct tcpcb *tp; in tcp_set_cc_mod() local
2016 tcp_default_ctloutput(struct tcpcb *tp, struct sockopt *sopt) in tcp_default_ctloutput()
2668 tcp_disconnect(struct tcpcb *tp) in tcp_disconnect()
2710 tcp_usrclosed(struct tcpcb *tp) in tcp_usrclosed()
3080 db_print_tcpcb(struct tcpcb *tp, const char *name, int indent) in db_print_tcpcb()
3194 struct tcpcb *tp; in DB_SHOW_COMMAND() local