Lines Matching defs:bond

57 	struct bonding *bond;  in bonding_show_bonds()  local
80 struct bonding *bond; in bond_get_by_name() local
161 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option() local
184 struct bonding *bond = to_bond(d); in bonding_show_slaves() local
217 struct bonding *bond = to_bond(d); in bonding_show_mode() local
231 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash() local
246 struct bonding *bond = to_bond(d); in bonding_show_arp_validate() local
262 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets() local
278 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac() local
294 struct bonding *bond = to_bond(d); in bonding_show_arp_interval() local
306 struct bonding *bond = to_bond(d); in bonding_show_arp_targets() local
327 struct bonding *bond = to_bond(d); in bonding_show_downdelay() local
338 struct bonding *bond = to_bond(d); in bonding_show_updelay() local
351 struct bonding *bond = to_bond(d); in bonding_show_lacp() local
365 struct bonding *bond = to_bond(d); in bonding_show_min_links() local
376 struct bonding *bond = to_bond(d); in bonding_show_ad_select() local
391 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif() local
404 struct bonding *bond = to_bond(d); in bonding_show_miimon() local
416 struct bonding *bond = to_bond(d); in bonding_show_primary() local
436 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect() local
453 struct bonding *bond = to_bond(d); in bonding_show_carrier() local
466 struct bonding *bond = to_bond(d); in bonding_show_active_slave() local
486 struct bonding *bond = to_bond(d); in bonding_show_mii_status() local
499 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator() local
519 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports() local
539 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key() local
559 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key() local
579 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac() local
596 struct bonding *bond = to_bond(d); in bonding_show_queue_id() local
631 struct bonding *bond = to_bond(d); in bonding_show_slaves_active() local
643 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp() local
655 struct bonding *bond = to_bond(d); in bonding_show_lp_interval() local
666 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb() local
676 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave() local
688 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio() local
702 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system() local
717 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key() local
815 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()