| 83 | } |
| 84 | |
| 85 | static inline struct ip * |
| 86 | ip4ip_outbound(struct rte_mbuf *m, uint32_t offset, |
| 87 | struct ip_addr *src, struct ip_addr *dst) |
| 88 | { |
| 89 | return ipip_outbound(m, offset, 0, src, dst); |
| 90 | } |
| 91 | |
| 92 | static inline struct ip6_hdr * |
| 93 | ip6ip_outbound(struct rte_mbuf *m, uint32_t offset, |
no test coverage detected