Lines Matching defs:bond

295 netdev_tx_t bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb,  in bond_dev_queue_xmit()
310 static bool bond_sk_check(struct bonding *bond) in bond_sk_check()
323 static bool bond_xdp_check(struct bonding *bond) in bond_xdp_check()
369 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_add_vid() local
403 struct bonding *bond = netdev_priv(bond_dev); in bond_vlan_rx_kill_vid() local
429 struct bonding *bond; in bond_ipsec_add_sa() local
473 static void bond_ipsec_add_sa_all(struct bonding *bond) in bond_ipsec_add_sa_all()
517 struct bonding *bond; in bond_ipsec_del_sa() local
556 static void bond_ipsec_del_sa_all(struct bonding *bond) in bond_ipsec_del_sa_all()
599 struct bonding *bond; in bond_ipsec_offload_ok() local
645 int bond_set_carrier(struct bonding *bond) in bond_set_carrier()
739 static int bond_check_dev_link(struct bonding *bond, in bond_check_dev_link()
794 static int bond_set_promiscuity(struct bonding *bond, int inc) in bond_set_promiscuity()
817 static int bond_set_allmulti(struct bonding *bond, int inc) in bond_set_allmulti()
845 struct bonding *bond = container_of(work, struct bonding, in bond_resend_igmp_join_requests_delayed() local
865 struct bonding *bond = netdev_priv(bond_dev); in bond_hw_addr_flush() local
881 static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active, in bond_hw_addr_swap()
936 static struct slave *bond_get_old_active(struct bonding *bond, in bond_get_old_active()
959 static void bond_do_fail_over_mac(struct bonding *bond, in bond_do_fail_over_mac()
1041 static struct slave *bond_choose_primary_or_current(struct bonding *bond) in bond_choose_primary_or_current()
1099 static struct slave *bond_find_best_slave(struct bonding *bond) in bond_find_best_slave()
1122 static bool bond_should_notify_peers(struct bonding *bond) in bond_should_notify_peers()
1158 void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave()
1272 void bond_select_active_slave(struct bonding *bond) in bond_select_active_slave()
1327 struct bonding *bond = netdev_priv(bond_dev); in bond_poll_controller() local
1355 struct bonding *bond = netdev_priv(bond_dev); in bond_netpoll_cleanup() local
1366 struct bonding *bond = netdev_priv(dev); in bond_netpoll_setup() local
1398 struct bonding *bond = netdev_priv(dev); in bond_fix_features() local
1429 static void bond_compute_features(struct bonding *bond) in bond_compute_features()
1517 struct bonding *bond) in bond_should_deliver_exact_match()
1533 struct bonding *bond; in bond_handle_frame() local
1591 static enum netdev_lag_tx_type bond_lag_tx_type(struct bonding *bond) in bond_lag_tx_type()
1608 static enum netdev_lag_hash bond_lag_hash_type(struct bonding *bond, in bond_lag_hash_type()
1632 static int bond_master_upper_dev_link(struct bonding *bond, struct slave *slave, in bond_master_upper_dev_link()
1652 static void bond_upper_dev_unlink(struct bonding *bond, struct slave *slave) in bond_upper_dev_unlink()
1661 struct bonding *bond = bond_get_bond_by_slave(slave); in slave_kobj_release() local
1689 static struct slave *bond_alloc_slave(struct bonding *bond, in bond_alloc_slave()
1717 static void bond_fill_ifbond(struct bonding *bond, struct ifbond *info) in bond_fill_ifbond()
1782 struct bonding *bond = netdev_priv(bond_dev); in bond_enslave() local
2316 struct bonding *bond = netdev_priv(bond_dev); in __bond_release_one() local
2493 struct bonding *bond = netdev_priv(bond_dev); in bond_release_and_destroy() local
2509 struct bonding *bond = netdev_priv(bond_dev); in bond_info_query() local
2516 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_info_query() local
2535 static int bond_miimon_inspect(struct bonding *bond) in bond_miimon_inspect()
2639 static void bond_miimon_link_change(struct bonding *bond, in bond_miimon_link_change()
2657 static void bond_miimon_commit(struct bonding *bond) in bond_miimon_commit()
2761 struct bonding *bond = container_of(work, struct bonding, in bond_mii_monitor() local
2823 static bool bond_has_this_ip(struct bonding *bond, __be32 ip) in bond_has_this_ip()
2952 static void bond_arp_send_all(struct bonding *bond, struct slave *slave) in bond_arp_send_all()
3006 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp()
3026 static int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, in bond_arp_rcv()
3131 static void bond_ns_send_all(struct bonding *bond, struct slave *slave) in bond_ns_send_all()
3201 static bool bond_has_this_ip6(struct bonding *bond, struct in6_addr *addr) in bond_has_this_ip6()
3219 static void bond_validate_na(struct bonding *bond, struct slave *slave, in bond_validate_na()
3247 static int bond_na_rcv(const struct sk_buff *skb, struct bonding *bond, in bond_na_rcv()
3295 int bond_rcv_validate(const struct sk_buff *skb, struct bonding *bond, in bond_rcv_validate()
3326 static void bond_send_validate(struct bonding *bond, struct slave *slave) in bond_send_validate()
3338 static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act, in bond_time_in_interval()
3354 static void bond_loadbalance_arp_mon(struct bonding *bond) in bond_loadbalance_arp_mon()
3469 static int bond_ab_arp_inspect(struct bonding *bond) in bond_ab_arp_inspect()
3539 static void bond_ab_arp_commit(struct bonding *bond) in bond_ab_arp_commit()
3631 static bool bond_ab_arp_probe(struct bonding *bond) in bond_ab_arp_probe()
3712 static void bond_activebackup_arp_mon(struct bonding *bond) in bond_activebackup_arp_mon()
3770 struct bonding *bond = container_of(work, struct bonding, in bond_arp_monitor() local
3782 static int bond_event_changename(struct bonding *bond) in bond_event_changename()
3822 struct bonding *bond; in bond_slave_netdev_event() local
4054 static bool bond_flow_dissect(struct bonding *bond, struct sk_buff *skb, const void *data, in bond_flow_dissect()
4118 static u32 __bond_xmit_hash(struct bonding *bond, struct sk_buff *skb, const void *data, in __bond_xmit_hash()
4152 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb) in bond_xmit_hash()
4170 static u32 bond_xmit_hash_xdp(struct bonding *bond, struct xdp_buff *xdp) in bond_xmit_hash_xdp()
4185 void bond_work_init_all(struct bonding *bond) in bond_work_init_all()
4196 static void bond_work_cancel_all(struct bonding *bond) in bond_work_cancel_all()
4208 struct bonding *bond = netdev_priv(bond_dev); in bond_open() local
4268 struct bonding *bond = netdev_priv(bond_dev); in bond_close() local
4366 struct bonding *bond = netdev_priv(bond_dev); in bond_get_stats() local
4398 struct bonding *bond = netdev_priv(bond_dev); in bond_eth_ioctl() local
4473 struct bonding *bond = netdev_priv(bond_dev); in bond_do_ioctl() local
4572 struct bonding *bond = netdev_priv(bond_dev); in bond_change_rx_flags() local
4585 struct bonding *bond = netdev_priv(bond_dev); in bond_set_rx_mode() local
4607 struct bonding *bond = netdev_priv(n->dev); in bond_neigh_init() local
4663 struct bonding *bond = netdev_priv(bond_dev); in bond_change_mtu() local
4720 struct bonding *bond = netdev_priv(bond_dev); in bond_set_mac_address() local
4793 static struct slave *bond_get_slave_by_id(struct bonding *bond, in bond_get_slave_by_id()
4828 static u32 bond_rr_gen_slave_id(struct bonding *bond) in bond_rr_gen_slave_id()
4853 static struct slave *bond_xmit_roundrobin_slave_get(struct bonding *bond, in bond_xmit_roundrobin_slave_get()
4891 static struct slave *bond_xdp_xmit_roundrobin_slave_get(struct bonding *bond, in bond_xdp_xmit_roundrobin_slave_get()
4935 struct bonding *bond = netdev_priv(bond_dev); in bond_xmit_roundrobin() local
4945 static struct slave *bond_xmit_activebackup_slave_get(struct bonding *bond) in bond_xmit_activebackup_slave_get()
4956 struct bonding *bond = netdev_priv(bond_dev); in bond_xmit_activebackup() local
4970 void bond_slave_arr_work_rearm(struct bonding *bond, unsigned long delay) in bond_slave_arr_work_rearm()
4978 struct bonding *bond = container_of(work, struct bonding, in bond_slave_arr_handler() local
5020 static void bond_set_slave_arr(struct bonding *bond, in bond_set_slave_arr()
5035 static void bond_reset_slave_arr(struct bonding *bond) in bond_reset_slave_arr()
5060 int bond_update_slave_arr(struct bonding *bond, struct slave *skipslave) in bond_update_slave_arr()
5130 static struct slave *bond_xmit_3ad_xor_slave_get(struct bonding *bond, in bond_xmit_3ad_xor_slave_get()
5147 static struct slave *bond_xdp_xmit_3ad_xor_slave_get(struct bonding *bond, in bond_xdp_xmit_3ad_xor_slave_get()
5170 struct bonding *bond = netdev_priv(dev); in bond_3ad_xor_xmit() local
5186 struct bonding *bond = netdev_priv(bond_dev); in bond_xmit_broadcast() local
5227 static inline int bond_slave_override(struct bonding *bond, in bond_slave_override()
5278 struct bonding *bond = netdev_priv(master_dev); in bond_xmit_get_slave() local
5362 static struct net_device *__bond_sk_get_lower_dev(struct bonding *bond, in __bond_sk_get_lower_dev()
5384 struct bonding *bond = netdev_priv(dev); in bond_sk_get_lower_dev() local
5396 static netdev_tx_t bond_tls_device_xmit(struct bonding *bond, struct sk_buff *skb, in bond_tls_device_xmit()
5413 struct bonding *bond = netdev_priv(dev); in __bond_start_xmit() local
5448 struct bonding *bond = netdev_priv(dev); in bond_start_xmit() local
5470 struct bonding *bond = netdev_priv(bond_dev); in bond_xdp_get_xmit_slave() local
5542 struct bonding *bond = netdev_priv(dev); in bond_xdp_set() local
5645 struct bonding *bond = netdev_priv(bond_dev); in bond_ethtool_get_link_ksettings() local
5688 struct bonding *bond = netdev_priv(bond_dev); in bond_ethtool_get_ts_info() local
5768 struct bonding *bond = netdev_priv(bond_dev); in bond_destructor() local
5779 struct bonding *bond = netdev_priv(bond_dev); in bond_setup() local
5843 struct bonding *bond = netdev_priv(bond_dev); in bond_uninit() local
6266 struct bonding *bond = netdev_priv(bond_dev); in bond_init() local
6305 struct bonding *bond; in bond_create() local
6362 struct bonding *bond, *tmp_bond; in bond_net_exit_batch() local