| 
    Data Accelerator Offload
    
   | 
 
#include <dao_netlink_route.h>
Data Fields | |
| int | app_if_cookie | 
| int | linux_ifindex | 
| int | is_interface_up | 
| uint8_t | local_ll_addr [RTE_ETHER_ADDR_LEN] | 
Structure describing Link updates which is filled from RTM_NEWLINK and RTM_DELLINK netlink messages
Definition at line 240 of file dao_netlink_route.h.
| int app_if_cookie | 
application specific interface cookie
Definition at line 242 of file dao_netlink_route.h.
| int linux_ifindex | 
linux notion of interface. See if_nametoindex()
Definition at line 245 of file dao_netlink_route.h.
| int is_interface_up | 
IFF_UP or IFF_DOWN
Definition at line 248 of file dao_netlink_route.h.
| uint8_t local_ll_addr[RTE_ETHER_ADDR_LEN] | 
local interface ether_address
Definition at line 251 of file dao_netlink_route.h.