sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.h
authorXin Long <lucien.xin@gmail.com>
Tue, 15 Nov 2022 15:40:21 +0000 (10:40 -0500)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Nov 2022 05:43:34 +0000 (21:43 -0800)
commit647541ea06a7bbbcf941e501c726b3e26328c102
tree84f4931c485a334aaf28da48259c415f62103bc9
parentb78c4162823dddc621649edae704b14c5973298c
sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.h

Move these two macros from net/sctp/sctp.h to linux/sctp.h, so that
it will be enough to include only linux/sctp.h in nft_exthdr.c and
xt_sctp.c. It should not include "net/sctp/sctp.h" if a module does
not have a dependence on SCTP module.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Reviewed-by: Saeed Mahameed <saeed@kernel.org>
Link: https://lore.kernel.org/r/ef6468a687f36da06f575c2131cd4612f6b7be88.1668526821.git.lucien.xin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/sctp.h
include/net/sctp/sctp.h
net/netfilter/nft_exthdr.c
net/netfilter/xt_sctp.c