Lines Matching defs:tcpcb

213 struct tcpcb {
418 static __inline int tcp_reass_lock_try (struct tcpcb *)
420 static __inline void tcp_reass_unlock (struct tcpcb *)
424 tcp_reass_lock_try(struct tcpcb *tp)
443 tcp_reass_unlock(struct tcpcb *tp)
457 printf("%s:%d: tcpcb %p reass already locked\n", \
465 printf("%s:%d: tcpcb %p reass lock not held\n", \
524 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)
660 #define TCP_STAT_DELAYED_FREE 56 /* delayed pool_put() of tcpcb */
729 extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
790 void tcp_canceltimers(struct tcpcb *);
791 struct tcpcb *
792 tcp_close(struct tcpcb *);
793 int tcp_isdead(struct tcpcb *);
799 struct tcpcb *
800 tcp_disconnect1(struct tcpcb *);
801 struct tcpcb *
802 tcp_drop(struct tcpcb *, int);
811 void tcp_established(struct tcpcb *);
818 u_int tcp_hdrsz(struct tcpcb *);
820 void tcp_mss_from_peer(struct tcpcb *, int);
822 struct tcpcb *
825 u_int tcp_optlen(struct tcpcb *);
826 int tcp_output(struct tcpcb *);
839 int tcp_respond(struct tcpcb *, struct mbuf *, struct mbuf *,
841 void tcp_rmx_rtt(struct tcpcb *);
842 void tcp_setpersist(struct tcpcb *);
849 tcp_template(struct tcpcb *);
850 void tcp_trace(short, short, struct tcpcb *, struct mbuf *, int);
851 struct tcpcb *
852 tcp_usrclosed(struct tcpcb *);
854 void tcp_xmit_timer(struct tcpcb *, uint32_t);
855 tcp_seq tcp_new_iss(struct tcpcb *);
859 void tcp_new_dsack(struct tcpcb *, tcp_seq, u_int32_t);
860 void tcp_sack_option(struct tcpcb *, const struct tcphdr *,
862 void tcp_del_sackholes(struct tcpcb *, const struct tcphdr *);
863 void tcp_free_sackholes(struct tcpcb *);
864 void tcp_sack_adjust(struct tcpcb *tp);
865 struct sackhole *tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt);
866 int tcp_sack_numblks(const struct tcpcb *);
875 int tcp_dooptions(struct tcpcb *, const u_char *, int,