Symbol: tcpcb
lib/libkvm/kvm_file2.c
603
struct tcpcb tcpcb;
lib/libkvm/kvm_file2.c
604
if (KREAD(kd, (u_long)inpcb.inp_ppcb, &tcpcb)) {
lib/libkvm/kvm_file2.c
609
kf->t_rcv_wnd = tcpcb.rcv_wnd;
lib/libkvm/kvm_file2.c
610
kf->t_snd_wnd = tcpcb.snd_wnd;
lib/libkvm/kvm_file2.c
611
kf->t_snd_cwnd = tcpcb.snd_cwnd;
lib/libkvm/kvm_file2.c
612
kf->t_state = tcpcb.t_state;
lib/libkvm/kvm_file2.c
639
struct tcpcb tcpcb;
lib/libkvm/kvm_file2.c
640
if (KREAD(kd, (u_long)inpcb.inp_ppcb, &tcpcb)) {
lib/libkvm/kvm_file2.c
645
kf->t_rcv_wnd = tcpcb.rcv_wnd;
lib/libkvm/kvm_file2.c
646
kf->t_snd_wnd = tcpcb.snd_wnd;
lib/libkvm/kvm_file2.c
647
kf->t_snd_cwnd = tcpcb.snd_cwnd;
lib/libkvm/kvm_file2.c
648
kf->t_state = tcpcb.t_state;
sys/kern/kern_sysctl.c
1577
struct tcpcb *tcpcb = intotcpcb(inpcb);
sys/kern/kern_sysctl.c
1579
kf->t_rcv_wnd = tcpcb->rcv_wnd;
sys/kern/kern_sysctl.c
1580
kf->t_snd_wnd = tcpcb->snd_wnd;
sys/kern/kern_sysctl.c
1581
kf->t_snd_cwnd = tcpcb->snd_cwnd;
sys/kern/kern_sysctl.c
1582
kf->t_state = tcpcb->t_state;
sys/kern/kern_sysctl.c
1606
struct tcpcb *tcpcb = intotcpcb(inpcb);
sys/kern/kern_sysctl.c
1608
kf->t_rcv_wnd = tcpcb->rcv_wnd;
sys/kern/kern_sysctl.c
1609
kf->t_snd_wnd = tcpcb->snd_wnd;
sys/kern/kern_sysctl.c
1610
kf->t_snd_cwnd = tcpcb->snd_cwnd;
sys/kern/kern_sysctl.c
1611
kf->t_state = tcpcb->t_state;
sys/netinet/tcp_debug.c
119
tcp_trace(short act, short ostate, struct tcpcb *tp, struct tcpcb *otp,
sys/netinet/tcp_debug.h
88
struct tcpcb td_cb;
sys/netinet/tcp_input.c
163
int tcp_flush_queue(struct tcpcb *);
sys/netinet/tcp_input.c
164
void tcp_sack_partialack(struct tcpcb *, struct tcphdr *);
sys/netinet/tcp_input.c
165
void tcp_newreno_partialack(struct tcpcb *, struct tcphdr *);
sys/netinet/tcp_input.c
171
void syn_cache_insert(struct syn_cache *, struct tcpcb *);
sys/netinet/tcp_input.c
195
tcp_reass(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m, int *tlen)
sys/netinet/tcp_input.c
2132
tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcphdr *th,
sys/netinet/tcp_input.c
2321
tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_laststart,
sys/netinet/tcp_input.c
2416
tcp_sack_option(struct tcpcb *tp, struct tcphdr *th, u_char *cp, int optlen)
sys/netinet/tcp_input.c
2604
tcp_del_sackholes(struct tcpcb *tp, struct tcphdr *th)
sys/netinet/tcp_input.c
2633
tcp_clean_sackreport(struct tcpcb *tp)
sys/netinet/tcp_input.c
2649
tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th)
sys/netinet/tcp_input.c
2681
struct tcpcb *tp = sototcpcb(so);
sys/netinet/tcp_input.c
2702
tcp_xmit_timer(struct tcpcb *tp, int32_t rtt)
sys/netinet/tcp_input.c
2804
tcp_mss(struct tcpcb *tp, int offer)
sys/netinet/tcp_input.c
294
tcp_flush_queue(struct tcpcb *tp)
sys/netinet/tcp_input.c
2943
tcp_hdrsz(struct tcpcb *tp)
sys/netinet/tcp_input.c
2983
tcp_mss_update(struct tcpcb *tp)
sys/netinet/tcp_input.c
3030
tcp_newreno_partialack(struct tcpcb *tp, struct tcphdr *th)
sys/netinet/tcp_input.c
3207
syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp)
sys/netinet/tcp_input.c
3427
syn_cache_cleanup(struct tcpcb *tp)
sys/netinet/tcp_input.c
3513
struct tcpcb *tp = NULL;
sys/netinet/tcp_input.c
3782
struct tcpcb tb, *tp;
sys/netinet/tcp_input.c
386
struct tcpcb *otp = NULL, *tp = NULL;
sys/netinet/tcp_output.c
100
void tcp_print_holes(struct tcpcb *tp);
sys/netinet/tcp_output.c
103
tcp_print_holes(struct tcpcb *tp)
sys/netinet/tcp_output.c
1156
tcp_setpersist(struct tcpcb *tp)
sys/netinet/tcp_output.c
123
tcp_sack_output(struct tcpcb *tp)
sys/netinet/tcp_output.c
154
tcp_sack_adjust(struct tcpcb *tp)
sys/netinet/tcp_output.c
186
tcp_output(struct tcpcb *tp)
sys/netinet/tcp_subr.c
150
pool_init(&tcpcb_pool, sizeof(struct tcpcb), 0, IPL_SOFTNET, 0,
sys/netinet/tcp_subr.c
198
tcp_template(struct tcpcb *tp)
sys/netinet/tcp_subr.c
293
tcp_respond(struct tcpcb *tp, caddr_t template, struct tcphdr *th0,
sys/netinet/tcp_subr.c
423
struct tcpcb *
sys/netinet/tcp_subr.c
426
struct tcpcb *tp;
sys/netinet/tcp_subr.c
481
struct tcpcb *
sys/netinet/tcp_subr.c
482
tcp_drop(struct tcpcb *tp, int errno)
sys/netinet/tcp_subr.c
504
struct tcpcb *
sys/netinet/tcp_subr.c
505
tcp_close(struct tcpcb *tp)
sys/netinet/tcp_subr.c
535
tcp_freeq(struct tcpcb *tp)
sys/netinet/tcp_subr.c
554
tcp_rscale(struct tcpcb *tp, u_long hiwat)
sys/netinet/tcp_subr.c
570
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
654
struct tcpcb *tp = NULL;
sys/netinet/tcp_subr.c
747
struct tcpcb *tp = NULL;
sys/netinet/tcp_subr.c
830
struct tcpcb *tp = NULL;
sys/netinet/tcp_subr.c
887
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
925
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
946
tcp_set_iss_tsm(struct tcpcb *tp)
sys/netinet/tcp_timer.c
123
struct tcpcb *otp = NULL, *tp;
sys/netinet/tcp_timer.c
163
tcp_canceltimers(struct tcpcb *tp)
sys/netinet/tcp_timer.c
180
void tcp_timer_freesack(struct tcpcb *);
sys/netinet/tcp_timer.c
183
tcp_timer_freesack(struct tcpcb *tp)
sys/netinet/tcp_timer.c
203
struct tcpcb *otp = NULL, *tp;
sys/netinet/tcp_timer.c
407
struct tcpcb *otp = NULL, *tp;
sys/netinet/tcp_timer.c
456
struct tcpcb *otp = NULL, *tp;
sys/netinet/tcp_timer.c
517
struct tcpcb *otp = NULL, *tp;
sys/netinet/tcp_timer.c
86
tcp_timer_enter(struct inpcb *inp, struct socket **so, struct tcpcb **tp,
sys/netinet/tcp_usrreq.c
1010
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
1030
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
1053
struct tcpcb *
sys/netinet/tcp_usrreq.c
1054
tcp_dodisconnect(struct tcpcb *tp)
sys/netinet/tcp_usrreq.c
1084
struct tcpcb *
sys/netinet/tcp_usrreq.c
1085
tcp_usrclosed(struct tcpcb *tp)
sys/netinet/tcp_usrreq.c
1214
struct tcpcb *tp = NULL;
sys/netinet/tcp_usrreq.c
1570
tcp_update_sndspace(struct tcpcb *tp)
sys/netinet/tcp_usrreq.c
1617
tcp_update_rcvspace(struct tcpcb *tp)
sys/netinet/tcp_usrreq.c
189
int tcp_fill_info(struct tcpcb *, struct socket *, struct mbuf *);
sys/netinet/tcp_usrreq.c
193
struct tcpcb **);
sys/netinet/tcp_usrreq.c
196
tcp_sogetpcb(struct socket *so, struct inpcb **rinp, struct tcpcb **rtp)
sys/netinet/tcp_usrreq.c
199
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
226
tcp_fill_info(struct tcpcb *tp, struct socket *so, struct mbuf *m)
sys/netinet/tcp_usrreq.c
329
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
476
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
528
struct tcpcb *otp = NULL, *tp;
sys/netinet/tcp_usrreq.c
563
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
589
struct tcpcb *tp, *otp = NULL;
sys/netinet/tcp_usrreq.c
630
struct tcpcb *tp, *otp = NULL;
sys/netinet/tcp_usrreq.c
710
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
740
struct tcpcb *tp, *otp = NULL;
sys/netinet/tcp_usrreq.c
768
struct tcpcb *tp, *otp = NULL;
sys/netinet/tcp_usrreq.c
803
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
837
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
878
struct tcpcb *tp, *otp = NULL;
sys/netinet/tcp_usrreq.c
901
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
922
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
956
struct tcpcb *tp;
sys/netinet/tcp_var.h
208
#define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)
sys/netinet/tcp_var.h
710
void tcp_canceltimers(struct tcpcb *);
sys/netinet/tcp_var.h
711
struct tcpcb *
sys/netinet/tcp_var.h
712
tcp_close(struct tcpcb *);
sys/netinet/tcp_var.h
713
int tcp_freeq(struct tcpcb *);
sys/netinet/tcp_var.h
719
struct tcpcb *
sys/netinet/tcp_var.h
720
tcp_dodisconnect(struct tcpcb *);
sys/netinet/tcp_var.h
721
struct tcpcb *
sys/netinet/tcp_var.h
722
tcp_drop(struct tcpcb *, int);
sys/netinet/tcp_var.h
723
int tcp_dooptions(struct tcpcb *, u_char *, int, struct tcphdr *,
sys/netinet/tcp_var.h
728
int tcp_mss(struct tcpcb *, int);
sys/netinet/tcp_var.h
729
void tcp_mss_update(struct tcpcb *);
sys/netinet/tcp_var.h
731
u_int tcp_hdrsz(struct tcpcb *);
sys/netinet/tcp_var.h
737
struct tcpcb *
sys/netinet/tcp_var.h
740
int tcp_output(struct tcpcb *);
sys/netinet/tcp_var.h
746
int tcp_reass(struct tcpcb *, struct tcphdr *, struct mbuf *, int *);
sys/netinet/tcp_var.h
747
void tcp_rscale(struct tcpcb *, u_long);
sys/netinet/tcp_var.h
748
void tcp_respond(struct tcpcb *, caddr_t, struct tcphdr *, tcp_seq,
sys/netinet/tcp_var.h
750
void tcp_setpersist(struct tcpcb *);
sys/netinet/tcp_var.h
751
void tcp_update_sndspace(struct tcpcb *);
sys/netinet/tcp_var.h
752
void tcp_update_rcvspace(struct tcpcb *);
sys/netinet/tcp_var.h
755
tcp_template(struct tcpcb *);
sys/netinet/tcp_var.h
757
void tcp_trace(short, short, struct tcpcb *, struct tcpcb *, caddr_t,
sys/netinet/tcp_var.h
760
struct tcpcb *
sys/netinet/tcp_var.h
761
tcp_usrclosed(struct tcpcb *);
sys/netinet/tcp_var.h
781
void tcp_xmit_timer(struct tcpcb *, int32_t);
sys/netinet/tcp_var.h
782
void tcp_sack_option(struct tcpcb *,struct tcphdr *,u_char *,int);
sys/netinet/tcp_var.h
783
void tcp_update_sack_list(struct tcpcb *tp, tcp_seq, tcp_seq);
sys/netinet/tcp_var.h
784
void tcp_del_sackholes(struct tcpcb *, struct tcphdr *);
sys/netinet/tcp_var.h
785
void tcp_clean_sackreport(struct tcpcb *tp);
sys/netinet/tcp_var.h
786
void tcp_sack_adjust(struct tcpcb *tp);
sys/netinet/tcp_var.h
788
tcp_sack_output(struct tcpcb *tp);
sys/netinet/tcp_var.h
790
void tcp_print_holes(struct tcpcb *tp);
sys/netinet/tcp_var.h
798
void tcp_set_iss_tsm(struct tcpcb *);
sys/netinet/tcp_var.h
803
void syn_cache_cleanup(struct tcpcb *);
sys/netinet/tcp_var.h
807
tcp_trace(short act, short ostate, struct tcpcb *tp, struct tcpcb *otp,
usr.bin/netstat/inet.c
1518
struct tcpcb tcpcb;
usr.bin/netstat/inet.c
1522
kread(off, (char *)&tcpcb, sizeof (tcpcb));
usr.bin/netstat/inet.c
1524
#define p(fmt, v, sep) printf(#v " " fmt sep, tcpcb.v);
usr.bin/netstat/inet.c
1525
#define pp(fmt, v, sep) printf(#v " " fmt sep, tcpcb.v);
usr.bin/netstat/inet.c
1529
if (tcpcb.t_state >= 0 && tcpcb.t_state < TCP_NSTATES)
usr.bin/netstat/inet.c
1530
printf(" (%s)", tcpstates[tcpcb.t_state]);
usr.bin/netstat/inet.c
1577
HTONS(tcpcb.t_pmtud_ip_len);
usr.bin/netstat/inet.c
1578
HTONS(tcpcb.t_pmtud_nextmtu);
usr.bin/netstat/inet.c
88
struct tcpcb tcpcb;
usr.sbin/trpt/trpt.c
119
void tcp_trace(short, short, struct tcpcb *, struct tcpiphdr *,
usr.sbin/trpt/trpt.c
252
dotrace(caddr_t tcpcb)
usr.sbin/trpt/trpt.c
263
if (tcpcb && td->td_tcb != tcpcb)
usr.sbin/trpt/trpt.c
274
if (tcpcb && td->td_tcb != tcpcb)
usr.sbin/trpt/trpt.c
306
tcp_trace(short act, short ostate, struct tcpcb *tp,