]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/sctp/sm_statefuns.c
sctp: Make sysctl tunables per net
[mirror_ubuntu-zesty-kernel.git] / net / sctp / sm_statefuns.c
index e17ada47afc4da732ca474b587fe4436aa8fd41c..094813b6c3c3cb99dddf407eeb93a2397a676cae 100644 (file)
@@ -3586,7 +3586,7 @@ sctp_disposition_t sctp_sf_do_asconf(struct net *net,
         * is received unauthenticated it MUST be silently discarded as
         * described in [I-D.ietf-tsvwg-sctp-auth].
         */
-       if (!sctp_addip_noauth && !chunk->auth)
+       if (!net->sctp.addip_noauth && !chunk->auth)
                return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
 
        /* Make sure that the ASCONF ADDIP chunk has a valid length.  */
@@ -3713,7 +3713,7 @@ sctp_disposition_t sctp_sf_do_asconf_ack(struct net *net,
         * is received unauthenticated it MUST be silently discarded as
         * described in [I-D.ietf-tsvwg-sctp-auth].
         */
-       if (!sctp_addip_noauth && !asconf_ack->auth)
+       if (!net->sctp.addip_noauth && !asconf_ack->auth)
                return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
 
        /* Make sure that the ADDIP chunk has a valid length.  */