Searched refs:ol4_len (Results 1 – 2 of 2) sorted by relevance
1109 uint16_t ol4_len = 0; /* UDP NATT */ in iavf_ipsec_crypto_compute_l4_payload_length() local1122 ol4_len = sizeof(struct rte_udp_hdr); in iavf_ipsec_crypto_compute_l4_payload_length()1127 return rte_pktmbuf_pkt_len(m) - (ol2_len + ol3_len + ol4_len + in iavf_ipsec_crypto_compute_l4_payload_length()
235 uint8_t ol4_len; member