Searched refs:buffer_clone (Results 1 – 1 of 1) sorted by relevance
163 char *buffer_clone; in bonding_sysfs_store_option() local169 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()