Searched refs:ip_route_add (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
D | bench-lookups.c | 51 err = ip_route_add(veth_name, TEST_FAMILY, this_ip_addr, *p); in test_add_routes() 284 ret = ip_route_add(veth_name, TEST_FAMILY, taddr, this_ip_dest); in client_addr_setup()
|
D | unsigned-md5.c | 125 if (ip_route_add(veth_name, family, this_ip_addr, client2)) in server_add_routes() 127 if (ip_route_add(veth_name, family, this_ip_addr, client3)) in server_add_routes()
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | setup.c | 171 if (ip_route_add(veth, family, addr, dest)) in link_init()
|
D | netlink.c | 302 int ip_route_add(const char *intf, int family, in ip_route_add() function
|
D | aolib.h | 281 extern int ip_route_add(const char *intf, int family,
|