Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_subr.c851 struct tcpcb *tp_inh = NULL; in tcp_close() local
877 tp_inh = intotcpcb(inp_inh); in tcp_close()
908 nmsg.nm_tp_inh = tp_inh; in tcp_close()
1049 syncache_destroy(tp, tp_inh); in tcp_close()
H A Dtcp_syncache.c406 syncache_destroy(struct tcpcb *tp, struct tcpcb *tp_inh) in syncache_destroy() argument
421 sc->sc_tp = tp_inh; in syncache_destroy()