| 489 | } |
| 490 | |
| 491 | int |
| 492 | in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) |
| 493 | { |
| 494 | |
| 495 | return (in6_pcbconnect_mbuf(inp, nam, cred, NULL, true)); |
| 496 | } |
| 497 | |
| 498 | void |
| 499 | in6_pcbdisconnect(struct inpcb *inp) |
no test coverage detected