Home
last modified time | relevance | path

Searched defs:inpcbinfo (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/netinet/
H A Din_pcb.h298 struct inpcbhead *hashbase;
299 u_long hashmask;
300 int portinfo_cnt;
301 struct inpcbportinfo *portinfo;
303 struct inpcontainerhead *wildcardhashbase;
304 u_long wildcardhashmask;
305 struct inp_localgrphead *localgrphashbase;
306 u_long localgrphashmask;
308 size_t ipi_size; /* allocation size for pcbs */
309 u_int ipi_count; /* number of pcbs in this list */
[all …]