833: head = INPCBHASH_PORT(table, lport);
834: LIST_FOREACH(inph, head, inph_lhash) {
835: inp = (struct inpcb *)inph;
881: head = INPCBHASH_CONNECT(table, faddr, fport, laddr, lport);
882: LIST_FOREACH(inph, head, inph_hash) {
883: inp = (struct inpcb *)inph;
921: head = INPCBHASH_BIND(table, laddr, lport);
922: LIST_FOREACH(inph, head, inph_hash) {
923: inp = (struct inpcb *)inph;
931: head = INPCBHASH_BIND(table, zeroin_addr, lport);
932: LIST_FOREACH(inph, head, inph_hash) {
933: inp = (struct inpcb *)inph;