| 600 | } |
| 601 | |
| 602 | int |
| 603 | ipsec6_process_packet(struct mbuf *m, struct secpolicy *sp, |
| 604 | struct inpcb *inp) |
| 605 | { |
| 606 | |
| 607 | return (ipsec6_perform_request(m, sp, inp, 0)); |
| 608 | } |
| 609 | |
| 610 | static int |
| 611 | ipsec6_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) |
no test coverage detected