Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_subr.c878 static struct tcpcb tcpcb_template = { variable
903 struct tcpcb *tp = &tcpcb_template; in tcp_tcpcb_template()
953 memcpy(tp, &tcpcb_template, sizeof(*tp)); in tcp_newtcpcb()