| 58 | } |
| 59 | |
| 60 | static inline void |
| 61 | update_mac_addrs(struct rte_ether_hdr *ethhdr, uint16_t portid) |
| 62 | { |
| 63 | memcpy(ðhdr->src_addr, ðaddr_tbl[portid].src, RTE_ETHER_ADDR_LEN); |
| 64 | memcpy(ðhdr->dst_addr, ðaddr_tbl[portid].dst, RTE_ETHER_ADDR_LEN); |
| 65 | } |
| 66 | |
| 67 | static inline void |
| 68 | ipsec_event_pre_forward(struct rte_mbuf *m, unsigned int port_id) |
no test coverage detected