diff options
Diffstat (limited to 'include/net/netns/sctp.h')
| -rw-r--r-- | include/net/netns/sctp.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/net/netns/sctp.h b/include/net/netns/sctp.h index 5e5eb1f9f14b..3573a81815ad 100644 --- a/include/net/netns/sctp.h +++ b/include/net/netns/sctp.h @@ -62,6 +62,9 @@ struct netns_sctp {  	/* Whether Cookie Preservative is enabled(1) or not(0) */  	int cookie_preserve_enable; +	/* The namespace default hmac alg */ +	char *sctp_hmac_alg; +  	/* Valid.Cookie.Life	    - 60  seconds  */  	unsigned int valid_cookie_life; |