FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
tap_interface_details_t Struct Reference

TAP interface details struct. More...

Data Fields

u32 id
 
u32 sw_if_index
 
u32 tap_flags
 
u8 dev_name [64]
 
u16 tx_ring_sz
 
u16 rx_ring_sz
 
u8 host_mac_addr [6]
 
u8 host_if_name [64]
 
u8 host_namespace [64]
 
u8 host_bridge [64]
 
u8 host_ip4_addr [4]
 
u8 host_ip4_prefix_len
 
u8 host_ip6_addr [16]
 
u8 host_ip6_prefix_len
 

Detailed Description

TAP interface details struct.

Definition at line 52 of file tap.h.

Field Documentation

u8 tap_interface_details_t::dev_name[64]

Definition at line 57 of file tap.h.

u8 tap_interface_details_t::host_bridge[64]

Definition at line 63 of file tap.h.

u8 tap_interface_details_t::host_if_name[64]

Definition at line 61 of file tap.h.

u8 tap_interface_details_t::host_ip4_addr[4]

Definition at line 64 of file tap.h.

u8 tap_interface_details_t::host_ip4_prefix_len

Definition at line 65 of file tap.h.

u8 tap_interface_details_t::host_ip6_addr[16]

Definition at line 66 of file tap.h.

u8 tap_interface_details_t::host_ip6_prefix_len

Definition at line 67 of file tap.h.

u8 tap_interface_details_t::host_mac_addr[6]

Definition at line 60 of file tap.h.

u8 tap_interface_details_t::host_namespace[64]

Definition at line 62 of file tap.h.

u32 tap_interface_details_t::id

Definition at line 54 of file tap.h.

u16 tap_interface_details_t::rx_ring_sz

Definition at line 59 of file tap.h.

u32 tap_interface_details_t::sw_if_index

Definition at line 55 of file tap.h.

u32 tap_interface_details_t::tap_flags

Definition at line 56 of file tap.h.

u16 tap_interface_details_t::tx_ring_sz

Definition at line 58 of file tap.h.


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