| 383 | } |
| 384 | |
| 385 | static int |
| 386 | nptv6_destroy_cb(ipfw_nptv6_cfg *cfg, const char *name __unused, uint8_t set) |
| 387 | { |
| 388 | |
| 389 | if (g_co.use_set != 0 && cfg->set != set) |
| 390 | return (ESRCH); |
| 391 | |
| 392 | nptv6_destroy(cfg->name, cfg->set); |
| 393 | return (0); |
| 394 | } |
| 395 | |
| 396 | |
| 397 | /* |
nothing calls this directly
no test coverage detected