Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h113 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 { struct
632 LIST_ENTRY(inpcbport) phd_hash;
H A Din_pcb.c2369 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()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c1240 struct inpcbport *__single phd; in in6_pcblookup_local()