Home
last modified time | relevance | path

Searched refs:f_off (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c884 uint16_t f_off; in test_ipsec_iph4_hdr_validate() local
896 f_off = rte_be_to_cpu_16(iph4->fragment_offset); in test_ipsec_iph4_hdr_validate()
899 if (!(f_off & RTE_IPV4_HDR_DF_FLAG)) { in test_ipsec_iph4_hdr_validate()
904 if (f_off & RTE_IPV4_HDR_DF_FLAG) { in test_ipsec_iph4_hdr_validate()
/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h293 uint16_t f_off : 13; member