Searched refs:xfrm6_route_forward (Results 1 – 2 of 2) sorted by relevance
1367 static inline int xfrm6_route_forward(struct sk_buff *skb) in xfrm6_route_forward() function1407 static inline int xfrm6_route_forward(struct sk_buff *skb) { return 1; } in xfrm6_route_forward() function
610 if (!xfrm6_route_forward(skb)) { in ip6_forward()