Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_sysfs_if.c327 char *buf_copy; in brport_store() local
329 buf_copy = kstrndup(buf, count, GFP_KERNEL); in brport_store()
330 if (!buf_copy) { in brport_store()
335 ret = brport_attr->store_raw(p, buf_copy); in brport_store()
337 kfree(buf_copy); in brport_store()