diff options
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/route.h b/include/net/route.h index 4f0d8c14736c..31d1485b624d 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -204,4 +204,9 @@ static inline struct inet_peer *rt_get_peer(struct rtable *rt) | |||
204 | return rt->peer; | 204 | return rt->peer; |
205 | } | 205 | } |
206 | 206 | ||
207 | static inline int inet_iif(const struct sk_buff *skb) | ||
208 | { | ||
209 | return skb->rtable->rt_iif; | ||
210 | } | ||
211 | |||
207 | #endif /* _ROUTE_H */ | 212 | #endif /* _ROUTE_H */ |