Deleted Added
full compact
xform_ipcomp.c (252028) xform_ipcomp.c (253081)
1/* $FreeBSD: head/sys/netipsec/xform_ipcomp.c 252028 2013-06-20 11:44:16Z ae $ */
1/* $FreeBSD: head/sys/netipsec/xform_ipcomp.c 253081 2013-07-09 09:32:06Z ae $ */
2/* $OpenBSD: ip_ipcomp.c,v 1.1 2001/07/05 12:08:52 jjbg Exp $ */
3
4/*-
5 * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 621 unchanged lines hidden (view full) ---

631}
632
633SYSINIT(ipcomp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE, ipcomp_attach, NULL);
634
635static void
636vnet_ipcomp_attach(const void *unused __unused)
637{
638
2/* $OpenBSD: ip_ipcomp.c,v 1.1 2001/07/05 12:08:52 jjbg Exp $ */
3
4/*-
5 * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 621 unchanged lines hidden (view full) ---

631}
632
633SYSINIT(ipcomp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE, ipcomp_attach, NULL);
634
635static void
636vnet_ipcomp_attach(const void *unused __unused)
637{
638
639 /* XXX */
640 V_ipcompstat.version = IPCOMPSTAT_VERSION;
641}
642
643VNET_SYSINIT(vnet_ipcomp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
644 vnet_ipcomp_attach, NULL);
639}
640
641VNET_SYSINIT(vnet_ipcomp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
642 vnet_ipcomp_attach, NULL);