Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Din_pcb.h296 struct inpcbinfo { /* XXX documentation, prefixes */ struct
297 struct lwkt_token *infotoken; /* if this inpcbinfo is shared */ argument
298 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 …]