CNDP  22.08.0
cne_net_hdr_lens Struct Reference

#include <pktmbuf_ptype.h>

Data Fields

uint8_t l2_len
 
uint8_t inner_l2_len
 
uint16_t l3_len
 
uint16_t inner_l3_len
 
uint16_t tunnel_len
 
uint8_t l4_len
 
uint8_t inner_l4_len
 

Detailed Description

Structure containing header lengths associated to a packet, filled by cne_get_ptype().

Definition at line 81 of file pktmbuf_ptype.h.

Field Documentation

◆ l2_len

uint8_t l2_len

L2 header length

Definition at line 82 of file pktmbuf_ptype.h.

◆ inner_l2_len

uint8_t inner_l2_len

Inner L2 header length

Definition at line 83 of file pktmbuf_ptype.h.

◆ l3_len

uint16_t l3_len

L3 header length

Definition at line 84 of file pktmbuf_ptype.h.

◆ inner_l3_len

uint16_t inner_l3_len

Inner L3 header length

Definition at line 85 of file pktmbuf_ptype.h.

◆ tunnel_len

uint16_t tunnel_len

Tunnel length

Definition at line 86 of file pktmbuf_ptype.h.

◆ l4_len

uint8_t l4_len

L4 header length

Definition at line 87 of file pktmbuf_ptype.h.

◆ inner_l4_len

uint8_t inner_l4_len

Inner L4 header length

Definition at line 88 of file pktmbuf_ptype.h.


The documentation for this struct was generated from the following file: