Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1539,6 +1539,7 @@ struct nft_trans_flowtable {
|
||||
struct nft_flowtable *flowtable;
|
||||
bool update;
|
||||
struct list_head hook_list;
|
||||
u32 flags;
|
||||
};
|
||||
|
||||
#define nft_trans_flowtable(trans) \
|
||||
@@ -1547,6 +1548,8 @@ struct nft_trans_flowtable {
|
||||
(((struct nft_trans_flowtable *)trans->data)->update)
|
||||
#define nft_trans_flowtable_hooks(trans) \
|
||||
(((struct nft_trans_flowtable *)trans->data)->hook_list)
|
||||
#define nft_trans_flowtable_flags(trans) \
|
||||
(((struct nft_trans_flowtable *)trans->data)->flags)
|
||||
|
||||
int __init nft_chain_filter_init(void);
|
||||
void nft_chain_filter_fini(void);
|
||||
|
||||
Reference in New Issue
Block a user