]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: Push struct net down to sctp_chunk_event_lookup
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 7 Aug 2012 07:25:24 +0000 (07:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 06:30:37 +0000 (23:30 -0700)
commitf0472d2619eecae3d89958f78b6e956f00e625da
tree65560cf23dbd241f38e86b6b82d1b5d286605ba5
parent47269c8a64fccc0e213107a891d14b6a6e280d88
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>
include/net/sctp/sctp.h
include/net/sctp/sm.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/input.c
net/sctp/primitive.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statetable.c
net/sctp/socket.c