Symbol: __bond_opt_set
drivers/net/bonding/bond_netlink.c
187
err = __bond_opt_set(bond, BOND_OPT_QUEUE_ID, &newval,
drivers/net/bonding/bond_netlink.c
197
err = __bond_opt_set(bond, BOND_OPT_PRIO, &newval,
drivers/net/bonding/bond_netlink.c
207
err = __bond_opt_set(bond, BOND_OPT_ACTOR_PORT_PRIO, &newval,
drivers/net/bonding/bond_netlink.c
232
err = __bond_opt_set(bond, BOND_OPT_MODE, &newval,
drivers/net/bonding/bond_netlink.c
250
err = __bond_opt_set(bond, BOND_OPT_ACTIVE_SLAVE, &newval,
drivers/net/bonding/bond_netlink.c
259
err = __bond_opt_set(bond, BOND_OPT_MIIMON, &newval,
drivers/net/bonding/bond_netlink.c
268
err = __bond_opt_set(bond, BOND_OPT_UPDELAY, &newval,
drivers/net/bonding/bond_netlink.c
277
err = __bond_opt_set(bond, BOND_OPT_DOWNDELAY, &newval,
drivers/net/bonding/bond_netlink.c
286
err = __bond_opt_set(bond, BOND_OPT_PEER_NOTIF_DELAY, &newval,
drivers/net/bonding/bond_netlink.c
308
err = __bond_opt_set(bond, BOND_OPT_ARP_INTERVAL, &newval,
drivers/net/bonding/bond_netlink.c
327
err = __bond_opt_set(bond, BOND_OPT_ARP_TARGETS,
drivers/net/bonding/bond_netlink.c
357
err = __bond_opt_set(bond, BOND_OPT_NS_TARGETS,
drivers/net/bonding/bond_netlink.c
381
err = __bond_opt_set(bond, BOND_OPT_ARP_VALIDATE, &newval,
drivers/net/bonding/bond_netlink.c
391
err = __bond_opt_set(bond, BOND_OPT_ARP_ALL_TARGETS, &newval,
drivers/net/bonding/bond_netlink.c
406
err = __bond_opt_set(bond, BOND_OPT_PRIMARY, &newval,
drivers/net/bonding/bond_netlink.c
416
err = __bond_opt_set(bond, BOND_OPT_PRIMARY_RESELECT, &newval,
drivers/net/bonding/bond_netlink.c
426
err = __bond_opt_set(bond, BOND_OPT_FAIL_OVER_MAC, &newval,
drivers/net/bonding/bond_netlink.c
436
err = __bond_opt_set(bond, BOND_OPT_XMIT_HASH, &newval,
drivers/net/bonding/bond_netlink.c
446
err = __bond_opt_set(bond, BOND_OPT_RESEND_IGMP, &newval,
drivers/net/bonding/bond_netlink.c
456
err = __bond_opt_set(bond, BOND_OPT_NUM_PEER_NOTIF, &newval,
drivers/net/bonding/bond_netlink.c
466
err = __bond_opt_set(bond, BOND_OPT_ALL_SLAVES_ACTIVE, &newval,
drivers/net/bonding/bond_netlink.c
476
err = __bond_opt_set(bond, BOND_OPT_MINLINKS, &newval,
drivers/net/bonding/bond_netlink.c
486
err = __bond_opt_set(bond, BOND_OPT_LP_INTERVAL, &newval,
drivers/net/bonding/bond_netlink.c
496
err = __bond_opt_set(bond, BOND_OPT_PACKETS_PER_SLAVE, &newval,
drivers/net/bonding/bond_netlink.c
506
err = __bond_opt_set(bond, BOND_OPT_LACP_ACTIVE, &newval,
drivers/net/bonding/bond_netlink.c
517
err = __bond_opt_set(bond, BOND_OPT_LACP_RATE, &newval,
drivers/net/bonding/bond_netlink.c
527
err = __bond_opt_set(bond, BOND_OPT_AD_SELECT, &newval,
drivers/net/bonding/bond_netlink.c
537
err = __bond_opt_set(bond, BOND_OPT_AD_ACTOR_SYS_PRIO, &newval,
drivers/net/bonding/bond_netlink.c
547
err = __bond_opt_set(bond, BOND_OPT_AD_USER_PORT_KEY, &newval,
drivers/net/bonding/bond_netlink.c
558
err = __bond_opt_set(bond, BOND_OPT_AD_ACTOR_SYSTEM, &newval,
drivers/net/bonding/bond_netlink.c
567
err = __bond_opt_set(bond, BOND_OPT_TLB_DYNAMIC_LB, &newval,
drivers/net/bonding/bond_netlink.c
577
err = __bond_opt_set(bond, BOND_OPT_MISSED_MAX, &newval,
drivers/net/bonding/bond_netlink.c
587
err = __bond_opt_set(bond, BOND_OPT_COUPLED_CONTROL, &newval,
drivers/net/bonding/bond_netlink.c
597
err = __bond_opt_set(bond, BOND_OPT_BROADCAST_NEIGH, &newval,
drivers/net/bonding/bond_netlink.c
607
err = __bond_opt_set(bond, BOND_OPT_LACP_STRICT, &newval,
drivers/net/bonding/bond_options.c
851
ret = __bond_opt_set(bond, option, val, NULL, NULL);
include/net/bond_options.h
125
int __bond_opt_set(struct bonding *bond, unsigned int option,