Home
last modified time | relevance | path

Searched refs:tcpcb (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_var.h143 struct tcpcb { struct
587 struct tcpcb xt_tp;
639 TAILQ_HEAD(, tcpcb) head;
662 struct tcpcb *
663 tcp_close (struct tcpcb *);
669 struct tcpcb *
680 int tcp_output(struct tcpcb *);
731 struct tcpcb *
746 void syncache_destroy(struct tcpcb *tp, struct tcpcb *new_tp);
825 TCP_STATE_INIT(struct tcpcb *tp) in TCP_STATE_INIT()
[all …]
H A Dtcp_timer.c111 static struct tcpcb *tcp_timer_rexmt_handler(struct tcpcb *);
112 static struct tcpcb *tcp_timer_persist_handler(struct tcpcb *);
113 static struct tcpcb *tcp_timer_keep_handler(struct tcpcb *);
114 static struct tcpcb *tcp_timer_2msl_handler(struct tcpcb *);
115 static struct tcpcb *tcp_timer_delack_handler(struct tcpcb *);
119 struct tcpcb *(*tt_handler)(struct tcpcb *);
240 static struct tcpcb *
269 static struct tcpcb *
317 static struct tcpcb *
398 static struct tcpcb *
[all …]
H A Dtcp_timer.h143 struct tcpcb;
146 struct tcpcb *tt_tcb;
178 void tcp_inittimers(struct tcpcb *);
181 void tcp_create_timermsg(struct tcpcb *, struct lwkt_port *);
182 void tcp_destroy_timermsg(struct tcpcb *);
H A Dtcp_timer2.h64 tcp_callout_stop(struct tcpcb *_tp, struct tcp_callout *_tc) in tcp_callout_stop()
76 tcp_callout_terminate(struct tcpcb *_tp, struct tcp_callout *_tc) in tcp_callout_terminate()
88 tcp_callout_reset(struct tcpcb *_tp, struct tcp_callout *_tc, int _to_ticks, in tcp_callout_reset()
101 tcp_callout_active(struct tcpcb *_tp, struct tcp_callout *_tc) in tcp_callout_active()
118 tcp_callout_pending(struct tcpcb *_tp, struct tcp_callout *_tc) in tcp_callout_pending()
H A Dtcp_usrreq.c238 struct tcpcb *tp; in tcp_usr_detach()
306 struct tcpcb *tp; in tcp_usr_bind()
397 struct tcpcb *tp; in tcp6_usr_bind()
449 struct tcpcb *tp; in tcp_usr_listen()
526 struct tcpcb *tp; in tcp6_usr_listen()
587 struct tcpcb *tp; in tcp_usr_connect()
630 struct tcpcb *tp; in tcp6_usr_connect()
689 struct tcpcb *tp; in tcp_usr_disconnect()
764 struct tcpcb *tp; in tcp_usr_shutdown()
783 struct tcpcb *tp; in tcp_usr_rcvd()
[all …]
H A Dtcp_sack.c85 tcp_sack_tcpcb_init(struct tcpcb *tp) in tcp_sack_tcpcb_init()
247 tcp_sack_ack_blocks(struct tcpcb *tp, tcp_seq th_ack) in tcp_sack_ack_blocks()
293 tcp_sack_discard(struct tcpcb *tp) in tcp_sack_discard()
319 tcp_sack_report_cleanup(struct tcpcb *tp) in tcp_sack_report_cleanup()
330 tcp_sack_report_needed(const struct tcpcb *tp) in tcp_sack_report_needed()
368 tcp_sack_add_blocks(struct tcpcb *tp, struct tcpopt *to) in tcp_sack_add_blocks()
406 tcp_sack_update_scoreboard(struct tcpcb *tp, struct tcpopt *to) in tcp_sack_update_scoreboard()
617 tcp_sack_compute_pipe(const struct tcpcb *tp) in tcp_sack_compute_pipe()
757 tcp_sack_first_unsacked_len(const struct tcpcb *tp) in tcp_sack_first_unsacked_len()
798 tcp_sack_dump_history(const char *msg, const struct tcpcb *tp) in tcp_sack_dump_history()
[all …]
H A Dtcp_subr.c342 struct tcpcb tcb;
447 struct tcpcb *tp; in tcp_willblock()
720 struct tcpcb *tp; in tcp_newtcpcb()
795 struct tcpcb *
814 struct tcpcb *nm_tp;
815 struct tcpcb *nm_tp_inh;
845 struct tcpcb *
846 tcp_close(struct tcpcb *tp) in tcp_close()
851 struct tcpcb *tp_inh = NULL; in tcp_close()
1103 struct tcpcb *tcpb; in tcp_drain_oncpu()
[all …]
H A Dtcp_output.c164 static void tcp_idle_cwnd_validate(struct tcpcb *);
167 static void tcp_output_sched(struct tcpcb *tp);
173 tcp_output(struct tcpcb *tp) in tcp_output()
1328 tcp_setpersist(struct tcpcb *tp) in tcp_setpersist()
1353 tcp_idle_cwnd_validate(struct tcpcb *tp) in tcp_idle_cwnd_validate()
1452 struct tcpcb *tp = nmsg->lmsg.u.ms_resultp; in tcp_output_sched_handler()
1463 tcp_output_init(struct tcpcb *tp) in tcp_output_init()
1471 tcp_output_cancel(struct tcpcb *tp) in tcp_output_cancel()
1485 tcp_output_pending(struct tcpcb *tp) in tcp_output_pending()
1494 tcp_output_sched(struct tcpcb *tp) in tcp_output_sched()
[all …]
H A Dtcp_input.c272 static int tcp_rmx_msl(const struct tcpcb *);
273 static void tcp_established(struct tcpcb *);
360 tcp_ncr_update_rxtthresh(struct tcpcb *tp) in tcp_ncr_update_rxtthresh()
649 struct tcpcb *tp = NULL; in tcp_input()
2783 struct tcpcb *tp = sototcpcb(so); in tcp_pulloutofband()
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()
3337 tcp_sack_limitedxmit(struct tcpcb *tp) in tcp_sack_limitedxmit()
3414 tcp_rmx_msl(const struct tcpcb *tp) in tcp_rmx_msl()
[all …]
H A Dtcp_debug.h74 struct tcpcb td_cb;
H A Dtcp_debug.c76 tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen, in tcp_trace()
H A Dtcp_syncache.c406 syncache_destroy(struct tcpcb *tp, struct tcpcb *tp_inh) in syncache_destroy()
698 struct tcpcb *tp, *ltp; in syncache_socket()
966 struct tcpcb *tp; in syncache_add()
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c88 void tcp_trace(short, short, struct tcpcb *, struct tcpcb *,
210 dotrace(caddr_t tcpcb) in dotrace() argument
221 if (tcpcb && td->td_tcb != tcpcb) in dotrace()
232 (struct tcpcb *)td->td_tcb, in dotrace()
239 (struct tcpcb *)td->td_tcb, in dotrace()
250 if (tcpcb && td->td_tcb != tcpcb) in dotrace()
261 (struct tcpcb *)td->td_tcb, in dotrace()
268 (struct tcpcb *)td->td_tcb, in dotrace()
299 tcp_trace(short act, short ostate, struct tcpcb *atp __unused, in tcp_trace()
300 struct tcpcb *tp, int family, void *ip, struct tcphdr *th, int req) in tcp_trace()
/dragonfly/usr.sbin/tcpdrop/
H A Dtcpdrop.c220 struct tcpcb *tp; in tcpdropall()
/dragonfly/usr.bin/netstat/
H A Dinet.c92 …id outputpcb(int proto, const char *name, struct inpcb *inp, struct xsocket *so, struct tcpcb *tp);
171 outputpcb(int proto, const char *name, struct inpcb *inp, struct xsocket *so, struct tcpcb *tp) in outputpcb()