Home
last modified time | relevance | path

Searched refs:tcptemp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_var.h107 struct tcptemp { struct
722 struct tcptemp *tcp_maketemplate (struct tcpcb *);
723 void tcp_freetemplate (struct tcptemp *);
H A Dtcp_subr.c369 mpipe_init(&tcptemp_mpipe, M_TCPTEMP, sizeof(struct tcptemp), in tcp_init()
524 struct tcptemp *
527 struct tcptemp *tmp; in tcp_maketemplate()
536 tcp_freetemplate(struct tcptemp *tmp) in tcp_freetemplate()
H A Dtcp_timer.c320 struct tcptemp *t_template; in tcp_timer_keep_handler()