Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_var.h787 inp->inp_porthash = NULL; in tcp_pcbport_insert()
795 if (inp->inp_porthash == NULL && inp->inp_phd != NULL) { in tcp_pcbport_remove()
H A Din_pcb.h237 struct inpcbporthead *inp_porthash; member
H A Dtcp_subr.c2538 KASSERT(inp->inp_phd == phd && inp->inp_porthash == NULL, in tcp_pcbport_merge_oncpu()
2543 inp->inp_porthash == tp->t_inpcb->inp_porthash, in tcp_pcbport_merge_oncpu()
H A Din_pcb.c1960 inp->inp_porthash = pcbporthash; in in_pcbinsporthash()
1996 porthash = inp->inp_porthash; in in_pcbremporthash()