]> Pileus Git - ~andy/linux/blobdiff - net/ipv4/cipso_ipv4.c
ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu...
[~andy/linux] / net / ipv4 / cipso_ipv4.c
index 667c1d4ca9847c627127dc633e19c7c94f354188..69e77c8ff285c74a3743cd10b95cfd04a45bf687 100644 (file)
@@ -31,8 +31,7 @@
  * the GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program;  if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program;  if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
@@ -1336,8 +1335,7 @@ static int cipso_v4_parsetag_rbm(const struct cipso_v4_doi *doi_def,
        secattr->flags |= NETLBL_SECATTR_MLS_LVL;
 
        if (tag_len > 4) {
-               secattr->attr.mls.cat =
-                                      netlbl_secattr_catmap_alloc(GFP_ATOMIC);
+               secattr->attr.mls.cat = netlbl_secattr_catmap_alloc(GFP_ATOMIC);
                if (secattr->attr.mls.cat == NULL)
                        return -ENOMEM;
 
@@ -1432,8 +1430,7 @@ static int cipso_v4_parsetag_enum(const struct cipso_v4_doi *doi_def,
        secattr->flags |= NETLBL_SECATTR_MLS_LVL;
 
        if (tag_len > 4) {
-               secattr->attr.mls.cat =
-                                      netlbl_secattr_catmap_alloc(GFP_ATOMIC);
+               secattr->attr.mls.cat = netlbl_secattr_catmap_alloc(GFP_ATOMIC);
                if (secattr->attr.mls.cat == NULL)
                        return -ENOMEM;
 
@@ -1527,8 +1524,7 @@ static int cipso_v4_parsetag_rng(const struct cipso_v4_doi *doi_def,
        secattr->flags |= NETLBL_SECATTR_MLS_LVL;
 
        if (tag_len > 4) {
-               secattr->attr.mls.cat =
-                                      netlbl_secattr_catmap_alloc(GFP_ATOMIC);
+               secattr->attr.mls.cat = netlbl_secattr_catmap_alloc(GFP_ATOMIC);
                if (secattr->attr.mls.cat == NULL)
                        return -ENOMEM;