| 285 | } |
| 286 | |
| 287 | int |
| 288 | ipsec4_process_packet(struct mbuf *m, struct secpolicy *sp, |
| 289 | struct inpcb *inp) |
| 290 | { |
| 291 | |
| 292 | return (ipsec4_perform_request(m, sp, inp, 0)); |
| 293 | } |
| 294 | |
| 295 | static int |
| 296 | ipsec4_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) |
no test coverage detected