Home
last modified time | relevance | path

Searched refs:buffer_clone (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/bonding/
Dbond_sysfs.c163 char *buffer_clone; in bonding_sysfs_store_option() local
169 buffer_clone = kstrndup(buffer, count, GFP_KERNEL); in bonding_sysfs_store_option()
170 if (!buffer_clone) in bonding_sysfs_store_option()
172 ret = bond_opt_tryset_rtnl(bond, opt->id, buffer_clone); in bonding_sysfs_store_option()
175 kfree(buffer_clone); in bonding_sysfs_store_option()