| D | tst_netdevice.c | 101 int tst_create_veth_pair(const char *file, const int lineno, int strict, in tst_create_veth_pair() argument 151 if (strict && !ret) { in tst_create_veth_pair() 160 int tst_netdev_add_device(const char *file, const int lineno, int strict, in tst_netdev_add_device() argument 195 if (strict && !ret) { in tst_netdev_add_device() 204 int tst_netdev_remove_device(const char *file, const int lineno, int strict, in tst_netdev_remove_device() argument 230 if (strict && !ret) { in tst_netdev_remove_device() 239 static int modify_address(const char *file, const int lineno, int strict, in modify_address() argument 280 if (strict && !ret) { in modify_address() 289 int tst_netdev_add_address(const char *file, const int lineno, int strict, in tst_netdev_add_address() argument 293 return modify_address(file, lineno, strict, RTM_NEWADDR, in tst_netdev_add_address() [all …]
|