Lines Matching defs:inpcbtable
227 struct inpcbtable { struct
228 struct inpcbqueue inpt_queue;
229 struct inpcbhead *inpt_porthashtbl;
230 struct inpcbhead *inpt_bindhashtbl;
231 struct inpcbhead *inpt_connecthashtbl;
232 u_long inpt_porthash;
233 u_long inpt_bindhash;
234 u_long inpt_connecthash;
235 in_port_t inpt_lastport;
236 in_port_t inpt_lastlow;
261 void inpcb_init(struct inpcbtable *, int, int); argument