Home
last modified time | relevance | path

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

/openbmc/linux/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()