copy ipv6 address */
| 135 | |
| 136 | /* copy ipv6 address */ |
| 137 | static inline void |
| 138 | ip6_copy_addr(uint8_t *dst, const uint8_t *src) |
| 139 | { |
| 140 | rte_memcpy(dst, src, RTE_LPM6_IPV6_ADDR_SIZE); |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | * LPM6 rule hash function |
no test coverage detected