Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/bonding/
Dbond_sysfs.c147 char *buffer_clone; in bonding_sysfs_store_option() local
153 buffer_clone = kstrndup(buffer, count, GFP_KERNEL); in bonding_sysfs_store_option()
154 if (!buffer_clone) in bonding_sysfs_store_option()
156 ret = bond_opt_tryset_rtnl(bond, opt->id, buffer_clone); in bonding_sysfs_store_option()
159 kfree(buffer_clone); in bonding_sysfs_store_option()