/* * This header provides constants clk index STMicroelectronics * STiH416 SoC. */ #ifndef _CLK_STIH416 #define _CLK_STIH416 /* CLOCKGEN A0 */ #define CLK_ICN_REG 0 #define CLK_ETH1_PHY 4 /* CLOCKGEN A1 */ #define CLK_ICN_IF_2 0 #define CLK_GMAC0_PHY 3 #endif ://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/include?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2017-02-09 01:18:18 +0800
committerDavid S. Miller <davem@davemloft.net>2017-02-09 16:57:38 -0500
commita92ce1a42dde1caaee4afae67531e3e7acecf6e4 (patch)
tree986627557298741d54a71074fd9d31ce1bfae810 /include
parentc56480a1e90261842f54f3a5a9ebc12d827f0c3e (diff)
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
This patch is to implement Sender-Side Procedures for the SSN/TSN Reset Request Parameter descibed in rfc6525 section 5.1.4. It is also to add sockopt SCTP_RESET_ASSOC in rfc6525 section 6.3.3 for users. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/sctp.h1
-rw-r--r--include/uapi/linux/sctp.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h