549: /* XXX should be panic ? */
550: printf("ip_output: No IPsec request specified.\n");
551: error = EINVAL;
557: default:
558: printf("ip_output: Invalid policy found. %d\n", sp->policy);
559: }
633: default:
634: printf("ip4_output (ipsec): error code %d\n", error);
635: /*fall through*/
650: if ((flags & IP_ROUTETOIF) == 0) {
651: printf("ip_output: "
652: "can't update route after IPsec processing\n");
927: KEYDEBUG(KEYDEBUG_IPSEC_STAMP,
928: printf("DP ip_output call free SP:%p\n", sp));
929: key_freesp(sp);