Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Broadcom
bcmlinux
Commits
56eaba53
Commit
56eaba53
authored
Nov 25, 2021
by
Roman Azarenko
🐧
Browse files
Backport nfnetlink_conntrack header changes from p1
parent
8f93ea5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/uapi/linux/netfilter/nfnetlink_conntrack.h
View file @
56eaba53
...
...
@@ -55,8 +55,11 @@ enum ctattr_type {
CTA_LABELS
,
CTA_LABELS_MASK
,
CTA_SYNPROXY
,
#if defined(CONFIG_BCM_KF_DPI)
#if defined(CONFIG_BCM_KF_DPI)
|| !defined(CONFIG_BCM_IN_KERNEL)
CTA_DPI
,
#endif
#if defined(CONFIG_BCM_KF_SGS) || !defined(CONFIG_BCM_IN_KERNEL)
CTA_SGS
,
#endif
CTA_EXTRA_MARK
,
CTA_EXTRA_MARK_MASK
,
...
...
@@ -281,7 +284,7 @@ enum ctattr_expect_stats {
};
#define CTA_STATS_EXP_MAX (__CTA_STATS_EXP_MAX - 1)
#if defined(CONFIG_BCM_KF_DPI)
#if defined(CONFIG_BCM_KF_DPI)
|| !defined(CONFIG_BCM_IN_KERNEL)
enum
ctattr_dpi
{
CTA_DPI_UNSPEC
,
CTA_DPI_APP_ID
,
...
...
@@ -293,4 +296,14 @@ enum ctattr_dpi {
#define CTA_DPI_MAX (__CTA_DPI_MAX - 1)
#endif
#if defined(CONFIG_BCM_KF_SGS) || !defined(CONFIG_BCM_IN_KERNEL)
enum
ctattr_sgs
{
CTA_SGS_UNSPEC
,
CTA_SGS_SES_KEY
,
CTA_SGS_SES_PAD
,
__CTA_SGS_MAX
,
};
#define CTA_SGS_MAX (__CTA_SGS_MAX - 1)
#endif
#endif
/* _IPCONNTRACK_NETLINK_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment