| 2822 | } |
| 2823 | |
| 2824 | int |
| 2825 | in_pcbinshash_mbuf(struct inpcb *inp, struct mbuf *m) |
| 2826 | { |
| 2827 | |
| 2828 | return (in_pcbinshash_internal(inp, m)); |
| 2829 | } |
| 2830 | |
| 2831 | /* |
| 2832 | * Move PCB to the proper hash bucket when { faddr, fport } have been |
no test coverage detected