Lines Matching defs:tp
204 tcp_canceltimers(struct tcpcb *tp) in tcp_canceltimers()
216 tcp_send_timermsg(struct tcpcb *tp, uint32_t task) in tcp_send_timermsg()
241 tcp_timer_delack_handler(struct tcpcb *tp) in tcp_timer_delack_handler()
255 struct tcpcb *tp = xtp; in tcp_timer_delack() local
270 tcp_timer_2msl_handler(struct tcpcb *tp) in tcp_timer_2msl_handler()
303 struct tcpcb *tp = xtp; in tcp_timer_2msl() local
318 tcp_timer_keep_handler(struct tcpcb *tp) in tcp_timer_keep_handler()
384 struct tcpcb *tp = xtp; in tcp_timer_keep() local
399 tcp_timer_persist_handler(struct tcpcb *tp) in tcp_timer_persist_handler()
443 struct tcpcb *tp = xtp; in tcp_timer_persist() local
457 tcp_save_congestion_state(struct tcpcb *tp) in tcp_save_congestion_state()
492 tcp_revert_congestion_state(struct tcpcb *tp) in tcp_revert_congestion_state()
520 tcp_timer_rexmt_handler(struct tcpcb *tp) in tcp_timer_rexmt_handler()
673 struct tcpcb *tp = xtp; in tcp_timer_rexmt() local
691 struct tcpcb *tp; in tcp_timer_handler() local
732 tcp_create_timermsg(struct tcpcb *tp, struct lwkt_port *msgport) in tcp_create_timermsg()
745 tcp_destroy_timermsg(struct tcpcb *tp) in tcp_destroy_timermsg()
774 tcp_inittimers(struct tcpcb *tp) in tcp_inittimers()