FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
pppoe_session_t Struct Reference

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

u16 session_id
 
ip46_address_t client_ip
 
u32 encap_if_index
 
u32 decap_fib_index
 FIB indices - inner IP packet lookup here. More...
 
u8 local_mac [6]
 
u8 client_mac [6]
 
u32 sw_if_index
 
u32 hw_if_index
 

Detailed Description

Definition at line 49 of file pppoe.h.

Member Function Documentation

pppoe_session_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

ip46_address_t pppoe_session_t::client_ip

Definition at line 58 of file pppoe.h.

u8 pppoe_session_t::client_mac[6]

Definition at line 67 of file pppoe.h.

u32 pppoe_session_t::decap_fib_index

FIB indices - inner IP packet lookup here.

Definition at line 64 of file pppoe.h.

u32 pppoe_session_t::encap_if_index

Definition at line 61 of file pppoe.h.

u32 pppoe_session_t::hw_if_index

Definition at line 71 of file pppoe.h.

u8 pppoe_session_t::local_mac[6]

Definition at line 66 of file pppoe.h.

u16 pppoe_session_t::session_id

Definition at line 55 of file pppoe.h.

u32 pppoe_session_t::sw_if_index

Definition at line 70 of file pppoe.h.


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