Searched refs:l3_hdr_size (Results 1 – 1 of 1) sorted by relevance
285 uint32_t fragx_sum, pkt_hdr_len, l3_hdr_size; in nix_sec_reassemble_frags() local328 l3_hdr_size = (hdr->version_ihl & 0xf) << 2; in nix_sec_reassemble_frags()336 l3_hdr_size = 0; in nix_sec_reassemble_frags()339 l3_hdr_size += ext_len; in nix_sec_reassemble_frags()351 data_off = b_off + frag_rx->lcptr + l3_hdr_size; in nix_sec_reassemble_frags()368 data_off = b_off + frag_rx->lcptr + l3_hdr_size; in nix_sec_reassemble_frags()385 data_off = b_off + frag_rx->lcptr + l3_hdr_size; in nix_sec_reassemble_frags()399 hdr->total_length = rte_cpu_to_be_16(fragx_sum + l3_hdr_size); in nix_sec_reassemble_frags()409 hdr->payload_len = rte_cpu_to_be_16(fragx_sum + l3_hdr_size - in nix_sec_reassemble_frags()