Lines Matching defs:tcpcb

70 struct tcpcb {
210 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)
679 extern struct inpcbtable tcbtable, tcb6table; /* queue of active tcpcb's */
704 void tcp_canceltimers(struct tcpcb *);
705 struct tcpcb *
706 tcp_close(struct tcpcb *);
707 int tcp_freeq(struct tcpcb *);
713 struct tcpcb *
714 tcp_dodisconnect(struct tcpcb *);
715 struct tcpcb *
716 tcp_drop(struct tcpcb *, int);
717 int tcp_dooptions(struct tcpcb *, u_char *, int, struct tcphdr *,
721 int tcp_mss(struct tcpcb *, int);
722 void tcp_mss_update(struct tcpcb *);
723 u_int tcp_hdrsz(struct tcpcb *);
729 struct tcpcb *
732 int tcp_output(struct tcpcb *);
737 int tcp_reass(struct tcpcb *, struct tcphdr *, struct mbuf *, int *);
738 void tcp_rscale(struct tcpcb *, u_long);
739 void tcp_respond(struct tcpcb *, caddr_t, struct tcphdr *, tcp_seq,
741 void tcp_setpersist(struct tcpcb *);
742 void tcp_update_sndspace(struct tcpcb *);
743 void tcp_update_rcvspace(struct tcpcb *);
746 tcp_template(struct tcpcb *);
748 void tcp_trace(short, short, struct tcpcb *, struct tcpcb *, caddr_t,
751 struct tcpcb *
752 tcp_usrclosed(struct tcpcb *);
772 void tcp_xmit_timer(struct tcpcb *, int32_t);
773 void tcp_sack_option(struct tcpcb *,struct tcphdr *,u_char *,int);
774 void tcp_update_sack_list(struct tcpcb *tp, tcp_seq, tcp_seq);
775 void tcp_del_sackholes(struct tcpcb *, struct tcphdr *);
776 void tcp_clean_sackreport(struct tcpcb *tp);
777 void tcp_sack_adjust(struct tcpcb *tp);
779 tcp_sack_output(struct tcpcb *tp);
781 void tcp_print_holes(struct tcpcb *tp);
789 void tcp_set_iss_tsm(struct tcpcb *);
794 void syn_cache_cleanup(struct tcpcb *);
798 tcp_trace(short act, short ostate, struct tcpcb *tp, struct tcpcb *otp,