| 352 | } |
| 353 | |
| 354 | const struct encaptab * |
| 355 | ip_encap_attach(const struct encap_config *cfg, void *arg, int mflags) |
| 356 | { |
| 357 | |
| 358 | return (encap_attach(&ipv4_encaptab, cfg, arg, mflags)); |
| 359 | } |
| 360 | |
| 361 | int |
| 362 | ip_encap_detach(const struct encaptab *cookie) |
no test coverage detected