[SCTP]: Implement the receive and verification of AUTH chunk
This patch implements the receive path needed to process authenticated chunks. Add ability to process the AUTH chunk and handle edge cases for authenticated COOKIE-ECHO as well. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4cd57c8078
commit
bbd0d59809
@ -143,6 +143,7 @@ sctp_state_fn_t sctp_sf_do_asconf_ack;
|
||||
sctp_state_fn_t sctp_sf_do_9_2_reshutack;
|
||||
sctp_state_fn_t sctp_sf_eat_fwd_tsn;
|
||||
sctp_state_fn_t sctp_sf_eat_fwd_tsn_fast;
|
||||
sctp_state_fn_t sctp_sf_eat_auth;
|
||||
|
||||
/* Prototypes for primitive event state functions. */
|
||||
sctp_state_fn_t sctp_sf_do_prm_asoc;
|
||||
|
Reference in New Issue
Block a user