| 90 | } |
| 91 | |
| 92 | static inline struct ip6_hdr * |
| 93 | ip6ip_outbound(struct rte_mbuf *m, uint32_t offset, |
| 94 | struct ip_addr *src, struct ip_addr *dst) |
| 95 | { |
| 96 | return ipip_outbound(m, offset, 1, src, dst); |
| 97 | } |
| 98 | |
| 99 | static inline void |
| 100 | ip4_ecn_setup(struct ip *ip4) |
no test coverage detected