Searched refs:inpcbport (Results 1 – 3 of 3) sorted by relevance
113 LIST_HEAD(inpcbporthead, inpcbport);169 struct inpcbport *inp_phd; /* head of this list */397 struct inpcbport;418 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */631 struct inpcbport { struct632 LIST_ENTRY(inpcbport) phd_hash;
2369 struct inpcbport *phd; in in_pcblookup_local()2720 struct inpcbport *phd; in in_pcbinshash()2776 phd = kalloc_type(struct inpcbport, Z_WAITOK | Z_NOFAIL); in in_pcbinshash()2915 struct inpcbport *phd = inp->inp_phd; in in_pcbremlists()2928 kfree_type(struct inpcbport, phd); in in_pcbremlists()
1240 struct inpcbport *__single phd; in in6_pcblookup_local()