FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
netlink.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

clib_error_tvnet_netlink_set_link_name (int ifindex, char *new_ifname)
 
clib_error_tvnet_netlink_set_link_netns (int ifindex, int netns_fd, char *new_ifname)
 
clib_error_tvnet_netlink_set_link_master (int ifindex, char *master_ifname)
 
clib_error_tvnet_netlink_set_link_addr (int ifindex, u8 *addr)
 
clib_error_tvnet_netlink_set_link_state (int ifindex, int up)
 
clib_error_tvnet_netlink_add_ip4_addr (int ifindex, void *addr, int pfx_len)
 
clib_error_tvnet_netlink_add_ip6_addr (int ifindex, void *addr, int pfx_len)
 
clib_error_tvnet_netlink_add_ip4_route (void *dst, u8 dst_len, void *gw)
 
clib_error_tvnet_netlink_add_ip6_route (void *dst, u8 dst_len, void *gw)
 

Function Documentation

clib_error_t* vnet_netlink_add_ip4_addr ( int  ifindex,
void *  addr,
int  pfx_len 
)

Definition at line 211 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_add_ip4_route ( void *  dst,
u8  dst_len,
void *  gw 
)

Definition at line 249 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_add_ip6_addr ( int  ifindex,
void *  addr,
int  pfx_len 
)

Definition at line 230 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_add_ip6_route ( void *  dst,
u8  dst_len,
void *  gw 
)

Definition at line 270 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_set_link_addr ( int  ifindex,
u8 addr 
)

Definition at line 168 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_set_link_master ( int  ifindex,
char *  master_ifname 
)

Definition at line 149 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_set_link_name ( int  ifindex,
char *  new_ifname 
)

Definition at line 115 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_set_link_netns ( int  ifindex,
int  netns_fd,
char *  new_ifname 
)

Definition at line 131 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_netlink_set_link_state ( int  ifindex,
int  up 
)

Definition at line 182 of file netlink.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: