Searched defs:inpcbinfo (Results 1 – 1 of 1) sorted by relevance
296 struct inpcbinfo { /* XXX documentation, prefixes */ struct297 struct lwkt_token *infotoken; /* if this inpcbinfo is shared */ argument298 struct inpcbhead *hashbase;299 u_long hashmask;300 int portinfo_cnt;301 struct inpcbportinfo *portinfo;302 struct inpcbport *portsave; /* port allocation cache */303 struct inpcontainerhead *wildcardhashbase;304 u_long wildcardhashmask;305 struct inp_localgrphead *localgrphashbase;[all …]