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
396 struct bonding *bond = to_bond(d); in bonding_store_num_peer_notif() local
415 struct bonding *bond = to_bond(d); in bonding_show_miimon() local
427 struct bonding *bond = to_bond(d); in bonding_show_primary() local
447 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect() local
464 struct bonding *bond = to_bond(d); in bonding_show_carrier() local
477 struct bonding *bond = to_bond(d); in bonding_show_active_slave() local
497 struct bonding *bond = to_bond(d); in bonding_show_mii_status() local
510 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator() local
530 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports() local
550 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key() local
570 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key() local
590 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac() local
607 struct bonding *bond = to_bond(d); in bonding_show_queue_id() local
642 struct bonding *bond = to_bond(d); in bonding_show_slaves_active() local
654 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp() local
666 struct bonding *bond = to_bond(d); in bonding_show_lp_interval() local
677 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb() local
687 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave() local
780 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()