Lines Matching refs:net_device

27 	u32		(*l3mdev_fib_table)(const struct net_device *dev);
30 struct rtable * (*l3mdev_get_rtable)(const struct net_device *dev,
32 int (*l3mdev_get_saddr)(struct net_device *dev,
36 struct dst_entry * (*l3mdev_get_rt6_dst)(const struct net_device *dev,
42 int l3mdev_master_ifindex_rcu(struct net_device *dev);
43 static inline int l3mdev_master_ifindex(struct net_device *dev) in l3mdev_master_ifindex()
58 static inline int l3mdev_fib_oif_rcu(struct net_device *dev) in l3mdev_fib_oif_rcu()
63 static inline int l3mdev_fib_oif(struct net_device *dev) in l3mdev_fib_oif()
74 u32 l3mdev_fib_table_rcu(const struct net_device *dev);
76 static inline u32 l3mdev_fib_table(const struct net_device *dev) in l3mdev_fib_table()
87 static inline struct rtable *l3mdev_get_rtable(const struct net_device *dev, in l3mdev_get_rtable()
98 struct net_device *dev; in netif_index_is_l3_master()
118 struct net_device *dev; in l3mdev_get_saddr()
137 static inline struct dst_entry *l3mdev_get_rt6_dst(const struct net_device *dev, in l3mdev_get_rt6_dst()
151 struct net_device *dev; in l3mdev_rt6_dst_by_oif()
164 static inline int l3mdev_master_ifindex_rcu(struct net_device *dev) in l3mdev_master_ifindex_rcu()
168 static inline int l3mdev_master_ifindex(struct net_device *dev) in l3mdev_master_ifindex()
173 static inline int l3mdev_fib_oif_rcu(struct net_device *dev) in l3mdev_fib_oif_rcu()
177 static inline int l3mdev_fib_oif(struct net_device *dev) in l3mdev_fib_oif()
182 static inline u32 l3mdev_fib_table_rcu(const struct net_device *dev) in l3mdev_fib_table_rcu()
186 static inline u32 l3mdev_fib_table(const struct net_device *dev) in l3mdev_fib_table()
195 static inline struct rtable *l3mdev_get_rtable(const struct net_device *dev, in l3mdev_get_rtable()
213 struct dst_entry *l3mdev_get_rt6_dst(const struct net_device *dev, in l3mdev_get_rt6_dst()