Home
last modified time | relevance | path

Searched refs:store_raw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_sysfs_if.c24 int (*store_raw)(struct net_bridge_port *, char *); member
32 .store_raw = _store, \
322 if (brport_attr->store_raw) { in brport_store()
331 ret = brport_attr->store_raw(p, buf_copy); in brport_store()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_sysfs_if.c28 int (*store_raw)(struct net_bridge_port *, char *); member
36 .store_raw = _store, \
329 if (brport_attr->store_raw) { in brport_store()
338 ret = brport_attr->store_raw(p, buf_copy); in brport_store()

Completed in 2 milliseconds