sctp: Push struct net down into sctp_verify_ext_param
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 7 Aug 2012 07:29:08 +0000 (07:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 06:30:37 +0000 (23:30 -0700)
commitf53b5b097e58361668b785eff9f7bcd12b4255ec
tree099cd45b14f4d259a48bd2b464ad3ed60002d840
parent24cb81a6a91288fcba19548944729ea906eb5e2a
sctp: Push struct net down into sctp_verify_ext_param

Add struct net as a parameter to sctp_verify_param so it can be passed
to sctp_verify_ext_param where struct net will be needed when the sctp
tunables become per net tunables.

Add struct net as a parameter to sctp_verify_init so struct net can be
passed to sctp_verify_param.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/sm_make_chunk.c
net/sctp/sm_statefuns.c