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