| 2777 | } |
| 2778 | |
| 2779 | static void |
| 2780 | unp_dispose_mbuf(struct mbuf *m) |
| 2781 | { |
| 2782 | |
| 2783 | if (m) |
| 2784 | unp_scan(m, unp_freerights); |
| 2785 | } |
| 2786 | |
| 2787 | /* |
| 2788 | * Synchronize against unp_gc, which can trip over data as we are freeing it. |
no test coverage detected