Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_subr.c850 struct inpcb *inp_inh = NULL; in tcp_close() local
875 inp_inh = in_pcblocalgroup_last(&tcbinfo[0], inp); in tcp_close()
876 if (inp_inh != NULL) in tcp_close()
877 tp_inh = intotcpcb(inp_inh); in tcp_close()
1052 if (inp_inh != NULL && inp_inh->inp_socket != NULL) { in tcp_close()
1058 soinherit(so, inp_inh->inp_socket); in tcp_close()