Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dbond_options.h103 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf);
/linux-4.1.27/drivers/net/bonding/
Dbond_sysfs.c169 ret = bond_opt_tryset_rtnl(bond, opt->id, (char *)buffer); in bonding_sysfs_store_option()
399 ret = bond_opt_tryset_rtnl(bond, BOND_OPT_NUM_PEER_NOTIF, (char *)buf); in bonding_store_num_peer_notif()
Dbond_options.c642 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf) in bond_opt_tryset_rtnl() function