fib_rules.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | fib_rules.h (cac56209a66ea3b0be67aa2966b2c628b944da1e) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __NET_FIB_RULES_H 3#define __NET_FIB_RULES_H 4 5#include <linux/types.h> 6#include <linux/slab.h> 7#include <linux/netdevice.h> 8#include <linux/fib_rules.h> --- 12 unchanged lines hidden (view full) --- 21 int iifindex; 22 int oifindex; 23 u32 mark; 24 u32 mark_mask; 25 u32 flags; 26 u32 table; 27 u8 action; 28 u8 l3mdev; | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __NET_FIB_RULES_H 3#define __NET_FIB_RULES_H 4 5#include <linux/types.h> 6#include <linux/slab.h> 7#include <linux/netdevice.h> 8#include <linux/fib_rules.h> --- 12 unchanged lines hidden (view full) --- 21 int iifindex; 22 int oifindex; 23 u32 mark; 24 u32 mark_mask; 25 u32 flags; 26 u32 table; 27 u8 action; 28 u8 l3mdev; |
29 /* 2 bytes hole, try to use */ | 29 u8 proto; 30 /* 1 byte hole, try to use */ |
30 u32 target; 31 __be64 tun_id; 32 struct fib_rule __rcu *ctarget; 33 struct net *fr_net; 34 35 refcount_t refcnt; 36 u32 pref; 37 int suppress_ifgroup; --- 124 unchanged lines hidden --- | 31 u32 target; 32 __be64 tun_id; 33 struct fib_rule __rcu *ctarget; 34 struct net *fr_net; 35 36 refcount_t refcnt; 37 u32 pref; 38 int suppress_ifgroup; --- 124 unchanged lines hidden --- |