Lines Matching refs:tcpcb
262 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in hhook_run_tcp_est_in()
280 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) in cc_ack_received()
312 cc_conn_init(struct tcpcb *tp) in cc_conn_init()
385 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal()
440 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery()
484 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler()
566 struct tcpcb *tp = NULL; in tcp_input()
1476 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, in tcp_do_segment()
3224 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in tcp_dropwithreset()
3404 struct tcpcb *tp = sototcpcb(so); in tcp_pulloutofband()
3429 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer()
3527 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, in tcp_mss_update()
3674 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss()
3789 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partial_ack()
3822 tcp_compute_pipe(struct tcpcb *tp) in tcp_compute_pipe()