Lines Matching defs:bond

249 void bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb,  in bond_dev_queue_xmit()
288 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_add_vid() local
321 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_kill_vid() local
342 int bond_set_carrier(struct bonding *bond) in bond_set_carrier()
439 static int bond_check_dev_link(struct bonding *bond, in bond_check_dev_link()
494 static int bond_set_promiscuity(struct bonding *bond, int inc) in bond_set_promiscuity()
517 static int bond_set_allmulti(struct bonding *bond, int inc) in bond_set_allmulti()
545 struct bonding *bond = container_of(work, struct bonding, in bond_resend_igmp_join_requests_delayed() local
565 struct bonding *bond = netdev_priv(bond_dev); in bond_hw_addr_flush() local
585 static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active, in bond_hw_addr_swap()
630 static struct slave *bond_get_old_active(struct bonding *bond, in bond_get_old_active()
653 static void bond_do_fail_over_mac(struct bonding *bond, in bond_do_fail_over_mac()
714 static bool bond_should_change_active(struct bonding *bond) in bond_should_change_active()
738 static struct slave *bond_find_best_slave(struct bonding *bond) in bond_find_best_slave()
762 static bool bond_should_notify_peers(struct bonding *bond) in bond_should_notify_peers()
795 void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave()
900 void bond_select_active_slave(struct bonding *bond) in bond_select_active_slave()
955 struct bonding *bond = netdev_priv(bond_dev); in bond_poll_controller() local
992 struct bonding *bond = netdev_priv(bond_dev); in bond_netpoll_cleanup() local
1003 struct bonding *bond = netdev_priv(dev); in bond_netpoll_setup() local
1035 struct bonding *bond = netdev_priv(dev); in bond_fix_features() local
1065 static void bond_compute_features(struct bonding *bond) in bond_compute_features()
1130 struct bonding *bond) in bond_should_deliver_exact_match()
1146 struct bonding *bond; in bond_handle_frame() local
1211 static struct slave *bond_alloc_slave(struct bonding *bond) in bond_alloc_slave()
1232 struct bonding *bond = bond_get_bond_by_slave(slave); in bond_free_slave() local
1240 static void bond_fill_ifbond(struct bonding *bond, struct ifbond *info) in bond_fill_ifbond()
1275 struct bonding *bond = slave->bond; in bond_queue_slave_event() local
1293 struct bonding *bond = netdev_priv(bond_dev); in bond_enslave() local
1761 struct bonding *bond = netdev_priv(bond_dev); in __bond_release_one() local
1922 struct bonding *bond = netdev_priv(bond_dev); in bond_release_and_destroy() local
1938 struct bonding *bond = netdev_priv(bond_dev); in bond_info_query() local
1945 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_info_query() local
1964 static int bond_miimon_inspect(struct bonding *bond) in bond_miimon_inspect()
2061 static void bond_miimon_commit(struct bonding *bond) in bond_miimon_commit()
2164 struct bonding *bond = container_of(work, struct bonding, in bond_mii_monitor() local
2206 static bool bond_has_this_ip(struct bonding *bond, __be32 ip) in bond_has_this_ip()
2324 static void bond_arp_send_all(struct bonding *bond, struct slave *slave) in bond_arp_send_all()
2378 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp()
2398 int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, in bond_arp_rcv()
2495 static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act, in bond_time_in_interval()
2513 struct bonding *bond = container_of(work, struct bonding, in bond_loadbalance_arp_mon() local
2624 static int bond_ab_arp_inspect(struct bonding *bond) in bond_ab_arp_inspect()
2691 static void bond_ab_arp_commit(struct bonding *bond) in bond_ab_arp_commit()
2766 static bool bond_ab_arp_probe(struct bonding *bond) in bond_ab_arp_probe()
2850 struct bonding *bond = container_of(work, struct bonding, in bond_activebackup_arp_mon() local
2905 static int bond_event_changename(struct bonding *bond) in bond_event_changename()
2944 struct bonding *bond; in bond_slave_netdev_event() local
3090 static bool bond_flow_dissect(struct bonding *bond, struct sk_buff *skb, in bond_flow_dissect()
3136 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) in bond_xmit_hash()
3159 static void bond_work_init_all(struct bonding *bond) in bond_work_init_all()
3173 static void bond_work_cancel_all(struct bonding *bond) in bond_work_cancel_all()
3185 struct bonding *bond = netdev_priv(bond_dev); in bond_open() local
3238 struct bonding *bond = netdev_priv(bond_dev); in bond_close() local
3252 struct bonding *bond = netdev_priv(bond_dev); in bond_get_stats() local
3300 struct bonding *bond = netdev_priv(bond_dev); in bond_do_ioctl() local
3407 struct bonding *bond = netdev_priv(bond_dev); in bond_change_rx_flags() local
3420 struct bonding *bond = netdev_priv(bond_dev); in bond_set_rx_mode() local
3442 struct bonding *bond = netdev_priv(n->dev); in bond_neigh_init() local
3495 struct bonding *bond = netdev_priv(bond_dev); in bond_change_mtu() local
3553 struct bonding *bond = netdev_priv(bond_dev); in bond_set_mac_address() local
3625 static void bond_xmit_slave_id(struct bonding *bond, struct sk_buff *skb, int slave_id) in bond_xmit_slave_id()
3663 static u32 bond_rr_gen_slave_id(struct bonding *bond) in bond_rr_gen_slave_id()
3690 struct bonding *bond = netdev_priv(bond_dev); in bond_xmit_roundrobin() local
3726 struct bonding *bond = netdev_priv(bond_dev); in bond_xmit_activebackup() local
3742 void bond_slave_arr_work_rearm(struct bonding *bond, unsigned long delay) in bond_slave_arr_work_rearm()
3750 struct bonding *bond = container_of(work, struct bonding, in bond_slave_arr_handler() local
3777 int bond_update_slave_arr(struct bonding *bond, struct slave *skipslave) in bond_update_slave_arr()
3866 struct bonding *bond = netdev_priv(dev); in bond_3ad_xor_xmit() local
3886 struct bonding *bond = netdev_priv(bond_dev); in bond_xmit_broadcast() local
3915 static inline int bond_slave_override(struct bonding *bond, in bond_slave_override()
3964 struct bonding *bond = netdev_priv(dev); in __bond_start_xmit() local
3995 struct bonding *bond = netdev_priv(dev); in bond_start_xmit() local
4017 struct bonding *bond = netdev_priv(bond_dev); in bond_ethtool_get_settings() local
4094 struct bonding *bond = netdev_priv(bond_dev); in bond_destructor() local
4102 struct bonding *bond = netdev_priv(bond_dev); in bond_setup() local
4153 struct bonding *bond = netdev_priv(bond_dev); in bond_uninit() local
4550 struct bonding *bond = netdev_priv(bond_dev); in bond_init() local
4588 struct bonding *bond; in bond_create() local
4640 struct bonding *bond, *tmp_bond; in bond_net_exit() local