Merge d635a69dd4 ("Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next") into android-mainline
Steps on the way to 5.11-rc1 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ife05d3664090a485044181eb67397692083962b7
This commit is contained in:
@@ -198,6 +198,9 @@ struct ip_set_region {
|
||||
u32 elements; /* Number of elements vs timeout */
|
||||
};
|
||||
|
||||
/* The max revision number supported by any set type + 1 */
|
||||
#define IPSET_REVISION_MAX 9
|
||||
|
||||
/* The core set type structure */
|
||||
struct ip_set_type {
|
||||
struct list_head list;
|
||||
@@ -215,6 +218,8 @@ struct ip_set_type {
|
||||
u8 family;
|
||||
/* Type revisions */
|
||||
u8 revision_min, revision_max;
|
||||
/* Revision-specific supported (create) flags */
|
||||
u8 create_flags[IPSET_REVISION_MAX+1];
|
||||
/* Set features to control swapping */
|
||||
u16 features;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user