commit | 55e26eb95a5345a5796babac98de6d6c42771df1 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Aug 07 07:25:24 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 14 23:30:37 2012 -0700 |
tree | 65560cf23dbd241f38e86b6b82d1b5d286605ba5 | |
parent | ebb7e95d9351f77a8ec1fca20eb645051401b7b2 [diff] |
sctp: Push struct net down to sctp_chunk_event_lookup This trickles up through sctp_sm_lookup_event up to sctp_do_sm and up further into sctp_primitiv_NAME before the code reaches places where struct net can be reliably found. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>