Searched refs:p8 (Results 1 – 3 of 3) sorted by relevance
2651 const uint8_t *p8; in test_ld_mbuf1() local2657 p8 = rte_pktmbuf_read(pkt, in test_ld_mbuf1()2658 offsetof(struct rte_ipv4_hdr, version_ihl), sizeof(*p8), in test_ld_mbuf1()2660 if (p8 == NULL) in test_ld_mbuf1()2664 if ((p8[0] & 0xf0) != IPVERSION << 4) in test_ld_mbuf1()2667 n = (p8[0] & RTE_IPV4_HDR_IHL_MASK) * RTE_IPV4_IHL_MULTIPLIER; in test_ld_mbuf1()2670 p8 = rte_pktmbuf_read(pkt, n + 3, sizeof(*p8), &dof); in test_ld_mbuf1()2671 if (p8 == NULL) in test_ld_mbuf1()2674 v = p8[0]; in test_ld_mbuf1()
24 #define TUP8 TUP(p8)