Lines Matching defs:bond

58 	struct bonding *bond;  in bonding_show_bonds()  local
81 struct bonding *bond; in bond_get_by_name() local
162 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option() local
180 struct bonding *bond = to_bond(d); in bonding_show_slaves() local
213 struct bonding *bond = to_bond(d); in bonding_show_mode() local
228 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash() local
243 struct bonding *bond = to_bond(d); in bonding_show_arp_validate() local
259 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets() local
275 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac() local
291 struct bonding *bond = to_bond(d); in bonding_show_arp_interval() local
303 struct bonding *bond = to_bond(d); in bonding_show_arp_targets() local
324 struct bonding *bond = to_bond(d); in bonding_show_downdelay() local
335 struct bonding *bond = to_bond(d); in bonding_show_updelay() local
348 struct bonding *bond = to_bond(d); in bonding_show_lacp() local
362 struct bonding *bond = to_bond(d); in bonding_show_min_links() local
373 struct bonding *bond = to_bond(d); in bonding_show_ad_select() local
388 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif() local
401 struct bonding *bond = to_bond(d); in bonding_show_miimon() local
413 struct bonding *bond = to_bond(d); in bonding_show_primary() local
433 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect() local
450 struct bonding *bond = to_bond(d); in bonding_show_carrier() local
463 struct bonding *bond = to_bond(d); in bonding_show_active_slave() local
483 struct bonding *bond = to_bond(d); in bonding_show_mii_status() local
496 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator() local
516 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports() local
536 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key() local
556 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key() local
576 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac() local
593 struct bonding *bond = to_bond(d); in bonding_show_queue_id() local
628 struct bonding *bond = to_bond(d); in bonding_show_slaves_active() local
640 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp() local
652 struct bonding *bond = to_bond(d); in bonding_show_lp_interval() local
663 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb() local
673 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave() local
685 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio() local
699 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system() local
714 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key() local
812 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()