| 391 | } |
| 392 | |
| 393 | const struct encaptab * |
| 394 | ip6_encap_attach(const struct encap_config *cfg, void *arg, int mflags) |
| 395 | { |
| 396 | |
| 397 | return (encap_attach(&ipv6_encaptab, cfg, arg, mflags)); |
| 398 | } |
| 399 | |
| 400 | int |
| 401 | ip6_encap_detach(const struct encaptab *cookie) |
no test coverage detected