Searched refs:add_vrf (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | vrf_strict_mode_test.sh | 84 add_vrf() function 102 add_vrf ${nsname} ${vrfname} ${vrftable}; rc=$? 117 add_vrf ${nsname} ${vrfname} ${vrftable}; rc=$?
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | kconfig.c | 107 *err = add_vrf("ksft-check", 55, 101, ns_test); in has_vrfs()
|
H A D | netlink.c | 402 int add_vrf(const char *name, uint32_t tabid, int ifindex, int nsfd) in add_vrf() function
|
H A D | aolib.h | 279 extern int add_vrf(const char *name, uint32_t tabid, int ifindex, int nsfd);
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | unsigned-md5.c | 22 err = add_vrf("ksft-vrf", test_vrf_tabid, test_vrf_ifindex, -1); in setup_vrfs()
|
H A D | key-management.c | 23 err = add_vrf("ksft-vrf", test_vrf_tabid, test_vrf_ifindex, -1); in setup_vrfs()
|