|
|
| version 1.20, 2004/04/24 04:47:29 | version 1.21, 2004/05/08 13:30:52 |
|---|---|
| Line 1010 void | Line 1010 void |
| in_pcbinswildcardhash(struct inpcb *inp) | in_pcbinswildcardhash(struct inpcb *inp) |
| { | { |
| struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; | struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; |
| KKASSERT(pcbinfo != NULL); | |
| in_pcbinswildcardhash_oncpu(inp, pcbinfo); | in_pcbinswildcardhash_oncpu(inp, pcbinfo); |
| inp->inp_flags |= INP_WILDCARD; | inp->inp_flags |= INP_WILDCARD; |