Symbol: tcpcb
sys/netinet/tcp_debug.c
76
tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen,
sys/netinet/tcp_debug.h
74
struct tcpcb td_cb;
sys/netinet/tcp_input.c
266
static int tcp_reass(struct tcpcb *, struct tcphdr *, int *,
sys/netinet/tcp_input.c
268
static void tcp_xmit_timer(struct tcpcb *, int, tcp_seq);
sys/netinet/tcp_input.c
269
static void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *, int);
sys/netinet/tcp_input.c
270
static void tcp_sack_rexmt(struct tcpcb *, boolean_t);
sys/netinet/tcp_input.c
271
static boolean_t tcp_sack_limitedxmit(struct tcpcb *);
sys/netinet/tcp_input.c
272
static int tcp_rmx_msl(const struct tcpcb *);
sys/netinet/tcp_input.c
273
static void tcp_established(struct tcpcb *);
sys/netinet/tcp_input.c
274
static boolean_t tcp_recv_dupack(struct tcpcb *, tcp_seq, u_int);
sys/netinet/tcp_input.c
2783
struct tcpcb *tp = sototcpcb(so);
sys/netinet/tcp_input.c
2806
tcp_xmit_timer(struct tcpcb *tp, int rtt, tcp_seq ack)
sys/netinet/tcp_input.c
2955
tcp_rmx_mss(struct tcpcb *tp, struct rtentry *rt, int offer)
sys/netinet/tcp_input.c
3106
tcp_rmx_rtt(struct tcpcb *tp, struct rtentry *rt)
sys/netinet/tcp_input.c
3144
tcp_rmx_init(struct tcpcb *tp, int offer)
sys/netinet/tcp_input.c
3172
tcp_mssopt(struct tcpcb *tp)
sys/netinet/tcp_input.c
3209
tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th, int acked)
sys/netinet/tcp_input.c
322
tcp_paws_canreasslast(const struct tcpcb *tp, const struct tcphdr *th, int tlen)
sys/netinet/tcp_input.c
3236
tcp_sack_rexmt(struct tcpcb *tp, boolean_t force)
sys/netinet/tcp_input.c
3337
tcp_sack_limitedxmit(struct tcpcb *tp)
sys/netinet/tcp_input.c
3396
tcp_timer_keep_activity(struct tcpcb *tp, int thflags)
sys/netinet/tcp_input.c
3414
tcp_rmx_msl(const struct tcpcb *tp)
sys/netinet/tcp_input.c
3440
tcp_established(struct tcpcb *tp)
sys/netinet/tcp_input.c
3462
tcp_recv_dupack(struct tcpcb *tp, tcp_seq th_ack, u_int to_flags)
sys/netinet/tcp_input.c
360
tcp_ncr_update_rxtthresh(struct tcpcb *tp)
sys/netinet/tcp_input.c
374
tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m)
sys/netinet/tcp_input.c
649
struct tcpcb *tp = NULL;
sys/netinet/tcp_output.c
1328
tcp_setpersist(struct tcpcb *tp)
sys/netinet/tcp_output.c
1353
tcp_idle_cwnd_validate(struct tcpcb *tp)
sys/netinet/tcp_output.c
1410
tcp_tso_getsize(struct tcpcb *tp, u_int *segsz, u_int *hlen0)
sys/netinet/tcp_output.c
1452
struct tcpcb *tp = nmsg->lmsg.u.ms_resultp;
sys/netinet/tcp_output.c
1463
tcp_output_init(struct tcpcb *tp)
sys/netinet/tcp_output.c
1471
tcp_output_cancel(struct tcpcb *tp)
sys/netinet/tcp_output.c
1485
tcp_output_pending(struct tcpcb *tp)
sys/netinet/tcp_output.c
1494
tcp_output_sched(struct tcpcb *tp)
sys/netinet/tcp_output.c
1523
tcp_output_fair(struct tcpcb *tp)
sys/netinet/tcp_output.c
164
static void tcp_idle_cwnd_validate(struct tcpcb *);
sys/netinet/tcp_output.c
166
static int tcp_tso_getsize(struct tcpcb *tp, u_int *segsz, u_int *hlen);
sys/netinet/tcp_output.c
167
static void tcp_output_sched(struct tcpcb *tp);
sys/netinet/tcp_output.c
173
tcp_output(struct tcpcb *tp)
sys/netinet/tcp_sack.c
247
tcp_sack_ack_blocks(struct tcpcb *tp, tcp_seq th_ack)
sys/netinet/tcp_sack.c
293
tcp_sack_discard(struct tcpcb *tp)
sys/netinet/tcp_sack.c
319
tcp_sack_report_cleanup(struct tcpcb *tp)
sys/netinet/tcp_sack.c
330
tcp_sack_report_needed(const struct tcpcb *tp)
sys/netinet/tcp_sack.c
368
tcp_sack_add_blocks(struct tcpcb *tp, struct tcpopt *to)
sys/netinet/tcp_sack.c
406
tcp_sack_update_scoreboard(struct tcpcb *tp, struct tcpopt *to)
sys/netinet/tcp_sack.c
617
tcp_sack_compute_pipe(const struct tcpcb *tp)
sys/netinet/tcp_sack.c
644
tcp_sack_nextseg(struct tcpcb *tp, tcp_seq *nextrexmt, uint32_t *plen,
sys/netinet/tcp_sack.c
757
tcp_sack_first_unsacked_len(const struct tcpcb *tp)
sys/netinet/tcp_sack.c
798
tcp_sack_dump_history(const char *msg, const struct tcpcb *tp)
sys/netinet/tcp_sack.c
815
tcp_sack_dump_history(const char *msg, const struct tcpcb *tp)
sys/netinet/tcp_sack.c
824
tcp_sack_ack_history(struct tcpcb *tp)
sys/netinet/tcp_sack.c
85
tcp_sack_tcpcb_init(struct tcpcb *tp)
sys/netinet/tcp_sack.c
853
tcp_sack_update_reported_history(struct tcpcb *tp, tcp_seq start, tcp_seq end)
sys/netinet/tcp_sack.c
920
tcp_sack_fill_report(struct tcpcb *tp, u_char *opt, u_int *plen)
sys/netinet/tcp_subr.c
1103
struct tcpcb *tcpb;
sys/netinet/tcp_subr.c
1200
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
1507
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
1680
tcp_new_isn(struct tcpcb *tp)
sys/netinet/tcp_subr.c
1755
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
1770
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
1786
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
1981
tcp_xmit_bandwidth_limit(struct tcpcb *tp, tcp_seq ack_seq)
sys/netinet/tcp_subr.c
2103
tcp_rmx_iwsegs(struct tcpcb *tp, u_long *maxsegs, u_long *capsegs)
sys/netinet/tcp_subr.c
2135
tcp_initial_window(struct tcpcb *tp)
sys/netinet/tcp_subr.c
2389
struct tcpcb *tp = intotcpcb(inp);
sys/netinet/tcp_subr.c
2504
tcp_pcbport_create(struct tcpcb *tp)
sys/netinet/tcp_subr.c
2528
tcp_pcbport_merge_oncpu(struct tcpcb *tp)
sys/netinet/tcp_subr.c
2549
tcp_pcbport_destroy(struct tcpcb *tp)
sys/netinet/tcp_subr.c
342
struct tcpcb tcb;
sys/netinet/tcp_subr.c
447
struct tcpcb *tp;
sys/netinet/tcp_subr.c
464
tcp_fillheaders(struct tcpcb *tp, void *ip_ptr, void *tcp_ptr, boolean_t tso)
sys/netinet/tcp_subr.c
525
tcp_maketemplate(struct tcpcb *tp)
sys/netinet/tcp_subr.c
556
tcp_respond(struct tcpcb *tp, void *ipgen, struct tcphdr *th, struct mbuf *m,
sys/netinet/tcp_subr.c
720
struct tcpcb *tp;
sys/netinet/tcp_subr.c
729
bzero(tp, sizeof(struct tcpcb));
sys/netinet/tcp_subr.c
795
struct tcpcb *
sys/netinet/tcp_subr.c
796
tcp_drop(struct tcpcb *tp, int error)
sys/netinet/tcp_subr.c
814
struct tcpcb *nm_tp;
sys/netinet/tcp_subr.c
815
struct tcpcb *nm_tp_inh;
sys/netinet/tcp_subr.c
822
struct tcpcb *tp = nmsg->nm_tp;
sys/netinet/tcp_subr.c
845
struct tcpcb *
sys/netinet/tcp_subr.c
846
tcp_close(struct tcpcb *tp)
sys/netinet/tcp_subr.c
851
struct tcpcb *tp_inh = NULL;
sys/netinet/tcp_syncache.c
406
syncache_destroy(struct tcpcb *tp, struct tcpcb *tp_inh)
sys/netinet/tcp_syncache.c
698
struct tcpcb *tp, *ltp;
sys/netinet/tcp_syncache.c
966
struct tcpcb *tp;
sys/netinet/tcp_timer.c
111
static struct tcpcb *tcp_timer_rexmt_handler(struct tcpcb *);
sys/netinet/tcp_timer.c
112
static struct tcpcb *tcp_timer_persist_handler(struct tcpcb *);
sys/netinet/tcp_timer.c
113
static struct tcpcb *tcp_timer_keep_handler(struct tcpcb *);
sys/netinet/tcp_timer.c
114
static struct tcpcb *tcp_timer_2msl_handler(struct tcpcb *);
sys/netinet/tcp_timer.c
115
static struct tcpcb *tcp_timer_delack_handler(struct tcpcb *);
sys/netinet/tcp_timer.c
119
struct tcpcb *(*tt_handler)(struct tcpcb *);
sys/netinet/tcp_timer.c
204
tcp_canceltimers(struct tcpcb *tp)
sys/netinet/tcp_timer.c
216
tcp_send_timermsg(struct tcpcb *tp, uint32_t task)
sys/netinet/tcp_timer.c
240
static struct tcpcb *
sys/netinet/tcp_timer.c
241
tcp_timer_delack_handler(struct tcpcb *tp)
sys/netinet/tcp_timer.c
255
struct tcpcb *tp = xtp;
sys/netinet/tcp_timer.c
269
static struct tcpcb *
sys/netinet/tcp_timer.c
270
tcp_timer_2msl_handler(struct tcpcb *tp)
sys/netinet/tcp_timer.c
303
struct tcpcb *tp = xtp;
sys/netinet/tcp_timer.c
317
static struct tcpcb *
sys/netinet/tcp_timer.c
318
tcp_timer_keep_handler(struct tcpcb *tp)
sys/netinet/tcp_timer.c
384
struct tcpcb *tp = xtp;
sys/netinet/tcp_timer.c
398
static struct tcpcb *
sys/netinet/tcp_timer.c
399
tcp_timer_persist_handler(struct tcpcb *tp)
sys/netinet/tcp_timer.c
443
struct tcpcb *tp = xtp;
sys/netinet/tcp_timer.c
457
tcp_save_congestion_state(struct tcpcb *tp)
sys/netinet/tcp_timer.c
492
tcp_revert_congestion_state(struct tcpcb *tp)
sys/netinet/tcp_timer.c
519
static struct tcpcb *
sys/netinet/tcp_timer.c
520
tcp_timer_rexmt_handler(struct tcpcb *tp)
sys/netinet/tcp_timer.c
673
struct tcpcb *tp = xtp;
sys/netinet/tcp_timer.c
691
struct tcpcb *tp;
sys/netinet/tcp_timer.c
732
tcp_create_timermsg(struct tcpcb *tp, struct lwkt_port *msgport)
sys/netinet/tcp_timer.c
745
tcp_destroy_timermsg(struct tcpcb *tp)
sys/netinet/tcp_timer.c
774
tcp_inittimers(struct tcpcb *tp)
sys/netinet/tcp_timer.h
143
struct tcpcb;
sys/netinet/tcp_timer.h
146
struct tcpcb *tt_tcb;
sys/netinet/tcp_timer.h
178
void tcp_inittimers(struct tcpcb *);
sys/netinet/tcp_timer.h
181
void tcp_create_timermsg(struct tcpcb *, struct lwkt_port *);
sys/netinet/tcp_timer.h
182
void tcp_destroy_timermsg(struct tcpcb *);
sys/netinet/tcp_timer2.h
101
tcp_callout_active(struct tcpcb *_tp, struct tcp_callout *_tc)
sys/netinet/tcp_timer2.h
118
tcp_callout_pending(struct tcpcb *_tp, struct tcp_callout *_tc)
sys/netinet/tcp_timer2.h
64
tcp_callout_stop(struct tcpcb *_tp, struct tcp_callout *_tc)
sys/netinet/tcp_timer2.h
76
tcp_callout_terminate(struct tcpcb *_tp, struct tcp_callout *_tc)
sys/netinet/tcp_timer2.h
88
tcp_callout_reset(struct tcpcb *_tp, struct tcp_callout *_tc, int _to_ticks,
sys/netinet/tcp_usrreq.c
1026
tcp_connect_oncpu(struct tcpcb *tp, int flags, struct mbuf *m,
sys/netinet/tcp_usrreq.c
1136
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
1313
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
1389
tcp6_connect_oncpu(struct tcpcb *tp, int flags, struct mbuf **mp,
sys/netinet/tcp_usrreq.c
141
static int tcp6_connect_oncpu(struct tcpcb *tp, int flags,
sys/netinet/tcp_usrreq.c
146
static struct tcpcb *
sys/netinet/tcp_usrreq.c
147
tcp_disconnect (struct tcpcb *);
sys/netinet/tcp_usrreq.c
1476
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
148
static struct tcpcb *
sys/netinet/tcp_usrreq.c
149
tcp_usrclosed (struct tcpcb *);
sys/netinet/tcp_usrreq.c
1834
static struct tcpcb *
sys/netinet/tcp_usrreq.c
1835
tcp_disconnect(struct tcpcb *tp)
sys/netinet/tcp_usrreq.c
1865
static struct tcpcb *
sys/netinet/tcp_usrreq.c
1866
tcp_usrclosed(struct tcpcb *tp)
sys/netinet/tcp_usrreq.c
206
struct tcpcb *tp = NULL;
sys/netinet/tcp_usrreq.c
238
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
306
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
397
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
449
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
526
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
587
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
630
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
689
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
708
struct tcpcb *tp = NULL;
sys/netinet/tcp_usrreq.c
735
struct tcpcb *tp = NULL;
sys/netinet/tcp_usrreq.c
764
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
783
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
811
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
906
struct tcpcb *tp;
sys/netinet/tcp_usrreq.c
924
struct tcpcb *tp;
sys/netinet/tcp_var.h
112
#define tcp6cb tcpcb /* for KAME src sync over BSD*'s */
sys/netinet/tcp_var.h
289
TAILQ_ENTRY(tcpcb) t_outputq; /* tcp_output needed list */
sys/netinet/tcp_var.h
505
struct tcpcb *sc_tp; /* tcb for listening socket */
sys/netinet/tcp_var.h
540
#define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)
sys/netinet/tcp_var.h
587
struct tcpcb xt_tp;
sys/netinet/tcp_var.h
623
TAILQ_HEAD(, tcpcb) head;
sys/netinet/tcp_var.h
645
void tcp_canceltimers (struct tcpcb *);
sys/netinet/tcp_var.h
646
struct tcpcb *
sys/netinet/tcp_var.h
647
tcp_close (struct tcpcb *);
sys/netinet/tcp_var.h
653
struct tcpcb *
sys/netinet/tcp_var.h
654
tcp_drop (struct tcpcb *, int);
sys/netinet/tcp_var.h
659
void tcp_rmx_init (struct tcpcb *, int);
sys/netinet/tcp_var.h
660
int tcp_mssopt (struct tcpcb *);
sys/netinet/tcp_var.h
664
int tcp_output(struct tcpcb *);
sys/netinet/tcp_var.h
665
int tcp_output_fair(struct tcpcb *);
sys/netinet/tcp_var.h
666
void tcp_output_init(struct tcpcb *);
sys/netinet/tcp_var.h
667
void tcp_output_cancel(struct tcpcb *);
sys/netinet/tcp_var.h
669
tcp_output_pending(struct tcpcb *);
sys/netinet/tcp_var.h
671
void tcp_respond (struct tcpcb *, void *,
sys/netinet/tcp_var.h
677
void tcp_sack_discard(struct tcpcb *tp);
sys/netinet/tcp_var.h
678
void tcp_sack_report_cleanup(struct tcpcb *tp);
sys/netinet/tcp_var.h
680
tcp_sack_report_needed(const struct tcpcb *tp);
sys/netinet/tcp_var.h
683
void tcp_sack_fill_report(struct tcpcb *tp, u_char *opt, u_int *plen);
sys/netinet/tcp_var.h
686
void tcp_sack_tcpcb_init(struct tcpcb *tp);
sys/netinet/tcp_var.h
687
uint32_t tcp_sack_compute_pipe(const struct tcpcb *tp);
sys/netinet/tcp_var.h
689
tcp_sack_nextseg(struct tcpcb *tp, tcp_seq *nextrexmt, uint32_t *len,
sys/netinet/tcp_var.h
701
uint32_t tcp_sack_first_unsacked_len(const struct tcpcb *tp);
sys/netinet/tcp_var.h
702
void tcp_sack_update_scoreboard(struct tcpcb *tp, struct tcpopt *to);
sys/netinet/tcp_var.h
703
void tcp_save_congestion_state(struct tcpcb *tp);
sys/netinet/tcp_var.h
704
void tcp_revert_congestion_state(struct tcpcb *tp);
sys/netinet/tcp_var.h
705
void tcp_setpersist (struct tcpcb *);
sys/netinet/tcp_var.h
706
struct tcptemp *tcp_maketemplate (struct tcpcb *);
sys/netinet/tcp_var.h
708
void tcp_fillheaders (struct tcpcb *, void *, void *, boolean_t);
sys/netinet/tcp_var.h
715
struct tcpcb *
sys/netinet/tcp_var.h
716
tcp_timers (struct tcpcb *, int);
sys/netinet/tcp_var.h
717
void tcp_trace (short, short, struct tcpcb *, void *, struct tcphdr *,
sys/netinet/tcp_var.h
719
void tcp_xmit_bandwidth_limit(struct tcpcb *tp, tcp_seq ack_seq);
sys/netinet/tcp_var.h
720
u_long tcp_initial_window(struct tcpcb *tp);
sys/netinet/tcp_var.h
721
void tcp_timer_keep_activity(struct tcpcb *tp, int thflags);
sys/netinet/tcp_var.h
730
void syncache_destroy(struct tcpcb *tp, struct tcpcb *new_tp);
sys/netinet/tcp_var.h
741
tcp_seq tcp_new_isn (struct tcpcb *);
sys/netinet/tcp_var.h
743
void tcp_pcbport_create(struct tcpcb *);
sys/netinet/tcp_var.h
744
void tcp_pcbport_destroy(struct tcpcb *);
sys/netinet/tcp_var.h
745
void tcp_pcbport_merge_oncpu(struct tcpcb *);
sys/netinet/tcp_var.h
748
tcp_pcbport_insert(struct tcpcb *ltp, struct inpcb *inp)
sys/netinet/tcp_var.h
790
_TCP_STATE_INC(const struct tcpcb *tp)
sys/netinet/tcp_var.h
796
_TCP_STATE_DEC(const struct tcpcb *tp)
sys/netinet/tcp_var.h
802
_TCP_STATE_SET(struct tcpcb *tp, int state)
sys/netinet/tcp_var.h
809
TCP_STATE_INIT(struct tcpcb *tp)
sys/netinet/tcp_var.h
815
TCP_STATE_TERM(struct tcpcb *tp)
sys/netinet/tcp_var.h
823
TCP_STATE_CHANGE(struct tcpcb *tp, int state)
sys/netinet/tcp_var.h
830
TCP_STATE_MIGRATE_START(const struct tcpcb *tp)
sys/netinet/tcp_var.h
836
TCP_STATE_MIGRATE_END(const struct tcpcb *tp)
usr.bin/netstat/inet.c
171
outputpcb(int proto, const char *name, struct inpcb *inp, struct xsocket *so, struct tcpcb *tp)
usr.bin/netstat/inet.c
92
static void outputpcb(int proto, const char *name, struct inpcb *inp, struct xsocket *so, struct tcpcb *tp);
usr.sbin/tcpdrop/tcpdrop.c
220
struct tcpcb *tp;
usr.sbin/trpt/trpt.c
210
dotrace(caddr_t tcpcb)
usr.sbin/trpt/trpt.c
221
if (tcpcb && td->td_tcb != tcpcb)
usr.sbin/trpt/trpt.c
232
(struct tcpcb *)td->td_tcb,
usr.sbin/trpt/trpt.c
239
(struct tcpcb *)td->td_tcb,
usr.sbin/trpt/trpt.c
250
if (tcpcb && td->td_tcb != tcpcb)
usr.sbin/trpt/trpt.c
261
(struct tcpcb *)td->td_tcb,
usr.sbin/trpt/trpt.c
268
(struct tcpcb *)td->td_tcb,
usr.sbin/trpt/trpt.c
299
tcp_trace(short act, short ostate, struct tcpcb *atp __unused,
usr.sbin/trpt/trpt.c
300
struct tcpcb *tp, int family, void *ip, struct tcphdr *th, int req)
usr.sbin/trpt/trpt.c
88
void tcp_trace(short, short, struct tcpcb *, struct tcpcb *,