| 
    Data Accelerator Offload
    
   | 
 
#include <dao_netlink_route.h>
Data Fields | |
| int | app_if_cookie | 
| int | linux_ifindex | 
| int | is_ipv4 | 
| int | is_next_hop | 
| int | is_route_info_valid | 
| int | prefixlen | 
Structure describing IP routes updates which is filled from RTM_NEWROUTE and RTM_DELROUTE netlink messages
Definition at line 156 of file dao_netlink_route.h.
| int app_if_cookie | 
application specific interface cookie
Definition at line 158 of file dao_netlink_route.h.
| int linux_ifindex | 
linux notion of interface. See if_nametoindex()
Definition at line 161 of file dao_netlink_route.h.
| int is_ipv4 | 
1 if IPv4 or 0 otherwise
Definition at line 164 of file dao_netlink_route.h.
| int is_next_hop | 
does next_hop fields are valid
Definition at line 167 of file dao_netlink_route.h.
| int is_route_info_valid | 
is route table, flags, proto, types are valid
Definition at line 170 of file dao_netlink_route.h.
| int prefixlen | 
prefixlen of dst_in6_addr
Definition at line 173 of file dao_netlink_route.h.