inp_table 202 netinet/in_pcb.c inp->inp_table = table; inp_table 237 netinet/in_pcb.c struct inpcbtable *table = inp->inp_table; inp_table 238 netinet/in_pcb.c u_int16_t *lastport = &inp->inp_table->inpt_lastport; inp_table 426 netinet/in_pcb.c if (in_pcbhashlookup(inp->inp_table, sin->sin_addr, sin->sin_port, inp_table 514 netinet/in_pcb.c CIRCLEQ_REMOVE(&inp->inp_table->inpt_queue, inp, inp_queue); inp_table 884 netinet/in_pcb.c struct inpcbtable *table = inp->inp_table; inp_table 92 netinet/in_pcb.h struct inpcbtable *inp_table; inp_table 171 netinet6/in6_pcb.c struct inpcbtable *head = inp->inp_table; inp_table 308 netinet6/in6_pcb.c struct inpcbtable *table = inp->inp_table; inp_table 310 netinet6/in6_pcb.c u_int16_t *lastport = &inp->inp_table->inpt_lastport; inp_table 460 netinet6/in6_pcb.c if (in_pcblookup(inp->inp_table, &sin6->sin6_addr, sin6->sin6_port,