Lines Matching defs:bond_dev

369 static int bond_vlan_rx_add_vid(struct net_device *bond_dev,  in bond_vlan_rx_add_vid()
403 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid()
432 struct net_device *bond_dev = xs->xso.dev; in bond_ipsec_dev() local
460 static int bond_ipsec_add_sa(struct net_device *bond_dev, in bond_ipsec_add_sa()
517 struct net_device *bond_dev = bond->dev; in bond_ipsec_add_sa_all() local
572 static void bond_ipsec_del_sa(struct net_device *bond_dev, in bond_ipsec_del_sa()
594 struct net_device *bond_dev = bond->dev; in bond_ipsec_del_sa_all() local
633 static void bond_ipsec_free_sa(struct net_device *bond_dev, in bond_ipsec_free_sa()
973 static void bond_hw_addr_flush(struct net_device *bond_dev, in bond_hw_addr_flush()
1034 static int bond_set_dev_addr(struct net_device *bond_dev, in bond_set_dev_addr()
1435 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
1463 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1498 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1552 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1617 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1894 #define BOND_NL_ERR(bond_dev, extack, errmsg) do { \ argument
1901 #define SLAVE_NL_ERR(bond_dev, slave_dev, extack, errmsg) do { \ argument
1913 static void bond_ether_setup(struct net_device *bond_dev) in bond_ether_setup()
1922 void bond_xdp_set_features(struct net_device *bond_dev) in bond_xdp_set_features()
1945 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev, in bond_enslave()
2491 static int __bond_release_one(struct net_device *bond_dev, in __bond_release_one()
2671 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
2679 static int bond_release_and_destroy(struct net_device *bond_dev, in bond_release_and_destroy()
2696 static void bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
2703 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
3037 struct net_device *bond_dev = slave->bond->dev; in bond_handle_vlan() local
3082 struct net_device *bond_dev = slave->bond->dev; in bond_arp_send() local
3303 struct net_device *bond_dev = slave->bond->dev; in bond_ns_send() local
3987 struct net_device *bond_dev) in bond_master_netdev_event()
4017 struct net_device *bond_dev; in bond_slave_netdev_event() local
4407 static int bond_open(struct net_device *bond_dev) in bond_open()
4467 static int bond_close(struct net_device *bond_dev) in bond_close()
4564 static void bond_get_stats(struct net_device *bond_dev, in bond_get_stats()
4597 static int bond_eth_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_eth_ioctl()
4634 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
4710 static int bond_siocdevprivate(struct net_device *bond_dev, struct ifreq *ifr, in bond_siocdevprivate()
4733 static void bond_change_rx_flags(struct net_device *bond_dev, int change) in bond_change_rx_flags()
4746 static void bond_set_rx_mode(struct net_device *bond_dev) in bond_set_rx_mode()
4824 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
4881 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
5095 struct net_device *bond_dev) in bond_xmit_roundrobin()
5116 struct net_device *bond_dev) in bond_xmit_activebackup()
5334 struct net_device *bond_dev) in bond_xmit_broadcast()
5618 bond_xdp_get_xmit_slave(struct net_device *bond_dev, struct xdp_buff *xdp) in bond_xdp_get_xmit_slave()
5652 static int bond_xdp_xmit(struct net_device *bond_dev, in bond_xdp_xmit()
5856 static int bond_ethtool_get_link_ksettings(struct net_device *bond_dev, in bond_ethtool_get_link_ksettings()
5892 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
5900 static int bond_ethtool_get_ts_info(struct net_device *bond_dev, in bond_ethtool_get_ts_info()
5988 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
5998 void bond_setup(struct net_device *bond_dev) in bond_setup()
6065 static void bond_uninit(struct net_device *bond_dev) in bond_uninit()
6482 static int bond_init(struct net_device *bond_dev) in bond_init()
6525 struct net_device *bond_dev; in bond_create() local