Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_netlink_route_ip_route Struct Reference

#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
 

Detailed Description

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.

Field Documentation

◆ app_if_cookie

int app_if_cookie

application specific interface cookie

Definition at line 158 of file dao_netlink_route.h.

◆ linux_ifindex

int linux_ifindex

linux notion of interface. See if_nametoindex()

Definition at line 161 of file dao_netlink_route.h.

◆ is_ipv4

int is_ipv4

1 if IPv4 or 0 otherwise

Definition at line 164 of file dao_netlink_route.h.

◆ is_next_hop

int is_next_hop

does next_hop fields are valid

Definition at line 167 of file dao_netlink_route.h.

◆ is_route_info_valid

int is_route_info_valid

is route table, flags, proto, types are valid

Definition at line 170 of file dao_netlink_route.h.

◆ prefixlen

int prefixlen

prefixlen of dst_in6_addr

Definition at line 173 of file dao_netlink_route.h.


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