| 1780 | } |
| 1781 | |
| 1782 | static void |
| 1783 | pfr_insert_ktables(struct pfr_ktableworkq *workq) |
| 1784 | { |
| 1785 | struct pfr_ktable *p; |
| 1786 | |
| 1787 | SLIST_FOREACH(p, workq, pfrkt_workq) |
| 1788 | pfr_insert_ktable(p); |
| 1789 | } |
| 1790 | |
| 1791 | static void |
| 1792 | pfr_insert_ktable(struct pfr_ktable *kt) |
no test coverage detected