Lines Matching refs:tcpcb

266 static int	 tcp_reass(struct tcpcb *, struct tcphdr *, int *,
268 static void tcp_xmit_timer(struct tcpcb *, int, tcp_seq);
269 static void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *, int);
270 static void tcp_sack_rexmt(struct tcpcb *, boolean_t);
271 static boolean_t tcp_sack_limitedxmit(struct tcpcb *);
272 static int tcp_rmx_msl(const struct tcpcb *);
273 static void tcp_established(struct tcpcb *);
274 static boolean_t tcp_recv_dupack(struct tcpcb *, tcp_seq, u_int);
322 tcp_paws_canreasslast(const struct tcpcb *tp, const struct tcphdr *th, int tlen) in tcp_paws_canreasslast()
360 tcp_ncr_update_rxtthresh(struct tcpcb *tp) in tcp_ncr_update_rxtthresh()
374 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) in tcp_reass()
649 struct tcpcb *tp = NULL; in tcp_input()
2783 struct tcpcb *tp = sototcpcb(so); in tcp_pulloutofband()
2806 tcp_xmit_timer(struct tcpcb *tp, int rtt, tcp_seq ack) in tcp_xmit_timer()
2955 tcp_rmx_mss(struct tcpcb *tp, struct rtentry *rt, int offer) in tcp_rmx_mss()
3106 tcp_rmx_rtt(struct tcpcb *tp, struct rtentry *rt) in tcp_rmx_rtt()
3144 tcp_rmx_init(struct tcpcb *tp, int offer) in tcp_rmx_init()
3172 tcp_mssopt(struct tcpcb *tp) in tcp_mssopt()
3209 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th, int acked) in tcp_newreno_partial_ack()
3236 tcp_sack_rexmt(struct tcpcb *tp, boolean_t force) in tcp_sack_rexmt()
3337 tcp_sack_limitedxmit(struct tcpcb *tp) in tcp_sack_limitedxmit()
3396 tcp_timer_keep_activity(struct tcpcb *tp, int thflags) in tcp_timer_keep_activity()
3414 tcp_rmx_msl(const struct tcpcb *tp) in tcp_rmx_msl()
3440 tcp_established(struct tcpcb *tp) in tcp_established()
3462 tcp_recv_dupack(struct tcpcb *tp, tcp_seq th_ack, u_int to_flags) in tcp_recv_dupack()