Home
last modified time | relevance | path

Searched defs:bond_dev (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_procfs.c264 struct net_device *bond_dev = bond->dev; in bond_create_proc_entry() local
280 struct net_device *bond_dev = bond->dev; in bond_remove_proc_entry() local
H A Dbond_sysfs.c105 struct net_device *bond_dev; in bonding_store_bonds() local
H A Dbond_netlink.c18 static size_t bond_get_slave_size(const struct net_device *bond_dev, in bond_get_slave_size() argument
130 static int bond_slave_changelink(struct net_device *bond_dev, in bond_slave_changelink() argument
158 static int bond_changelink(struct net_device *bond_dev, struct nlattr *tb[], in bond_changelink() argument
448 static int bond_newlink(struct net *src_net, struct net_device *bond_dev, in bond_newlink() argument
32 bond_fill_slave_info(struct sk_buff *skb, const struct net_device *bond_dev, const struct net_device *slave_dev) bond_fill_slave_info() argument
469 bond_get_size(const struct net_device *bond_dev) bond_get_size() argument
521 bond_fill_info(struct sk_buff *skb, const struct net_device *bond_dev) bond_fill_info() argument
[all...]
H A Dbond_options.c748 static void bond_set_xfrm_features(struct net_device *bond_dev, u64 mode) in bond_set_xfrm_features() argument
H A Dbond_alb.c1376 netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_tlb_xmit() argument
1517 netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_alb_xmit() argument
1781 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr) in bond_alb_set_mac_address() argument
[all...]
H A Dbond_main.c328 static int bond_vlan_rx_add_vid(struct net_device *bond_dev, in bond_vlan_rx_add_vid() argument
362 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid() argument
387 struct net_device *bond_dev in bond_ipsec_add_sa() local
435 struct net_device *bond_dev = bond->dev; bond_ipsec_add_sa_all() local
475 struct net_device *bond_dev = xs->xso.dev; bond_ipsec_del_sa() local
518 struct net_device *bond_dev = bond->dev; bond_ipsec_del_sa_all() local
555 struct net_device *bond_dev = xs->xso.dev; bond_ipsec_offload_ok() local
823 bond_hw_addr_flush(struct net_device *bond_dev, struct net_device *slave_dev) bond_hw_addr_flush() argument
880 bond_set_dev_addr(struct net_device *bond_dev, struct net_device *slave_dev) bond_set_dev_addr() argument
1260 bond_poll_controller(struct net_device *bond_dev) bond_poll_controller() argument
1288 bond_netpoll_cleanup(struct net_device *bond_dev) bond_netpoll_cleanup() argument
1323 bond_netpoll_cleanup(struct net_device *bond_dev) bond_netpoll_cleanup() argument
1374 struct net_device *bond_dev = bond->dev; bond_compute_features() local
1434 bond_setup_by_slave(struct net_device *bond_dev, struct net_device *slave_dev) bond_setup_by_slave() argument
1704 bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev, struct netlink_ext_ack *extack) bond_enslave() argument
2197 __bond_release_one(struct net_device *bond_dev, struct net_device *slave_dev, bool all, bool unregister) __bond_release_one() argument
2354 bond_release(struct net_device *bond_dev, struct net_device *slave_dev) bond_release() argument
2362 bond_release_and_destroy(struct net_device *bond_dev, struct net_device *slave_dev) bond_release_and_destroy() argument
2379 bond_info_query(struct net_device *bond_dev, struct ifbond *info) bond_info_query() argument
2385 bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) bond_slave_info_query() argument
2717 struct net_device *bond_dev = slave->bond->dev; bond_arp_send() local
3428 bond_master_netdev_event(unsigned long event, struct net_device *bond_dev) bond_master_netdev_event() argument
3441 xfrm_dev_state_flush(dev_net(bond_dev), bond_dev, true); bond_master_netdev_event() local
3459 struct net_device *bond_dev; bond_slave_netdev_event() local
3755 bond_open(struct net_device *bond_dev) bond_open() argument
3809 bond_close(struct net_device *bond_dev) bond_close() argument
3906 bond_get_stats(struct net_device *bond_dev, struct rtnl_link_stats64 *stats) bond_get_stats() argument
3939 bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) bond_do_ioctl() argument
4044 bond_change_rx_flags(struct net_device *bond_dev, int change) bond_change_rx_flags() argument
4057 bond_set_rx_mode(struct net_device *bond_dev) bond_set_rx_mode() argument
4135 bond_change_mtu(struct net_device *bond_dev, int new_mtu) bond_change_mtu() argument
4192 bond_set_mac_address(struct net_device *bond_dev, void *addr) bond_set_mac_address() argument
4365 bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) bond_xmit_roundrobin() argument
4387 bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) bond_xmit_activebackup() argument
4600 bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) bond_xmit_broadcast() argument
4794 bond_ethtool_get_link_ksettings(struct net_device *bond_dev, struct ethtool_link_ksettings *cmd) bond_ethtool_get_link_ksettings() argument
4829 bond_ethtool_get_drvinfo(struct net_device *bond_dev, struct ethtool_drvinfo *drvinfo) bond_ethtool_get_drvinfo() argument
4875 bond_destructor(struct net_device *bond_dev) bond_destructor() argument
4882 bond_setup(struct net_device *bond_dev) bond_setup() argument
4950 bond_uninit(struct net_device *bond_dev) bond_uninit() argument
5370 bond_init(struct net_device *bond_dev) bond_init() argument
5412 struct net_device *bond_dev; bond_create() local
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_procfs.c285 struct net_device *bond_dev = bond->dev; in bond_create_proc_entry() local
301 struct net_device *bond_dev = bond->dev; in bond_remove_proc_entry() local
H A Dbond_netlink.c19 static size_t bond_get_slave_size(const struct net_device *bond_dev, in bond_get_slave_size() argument
144 static int bond_slave_changelink(struct net_device *bond_dev, in bond_slave_changelink() argument
183 static int bond_changelink(struct net_device *bond_dev, struct nlattr *tb[], in bond_changelink() argument
555 static int bond_newlink(struct net *src_net, struct net_device *bond_dev, in bond_newlink() argument
34 bond_fill_slave_info(struct sk_buff *skb, const struct net_device *bond_dev, const struct net_device *slave_dev) bond_fill_slave_info() argument
576 bond_get_size(const struct net_device *bond_dev) bond_get_size() argument
633 bond_fill_info(struct sk_buff *skb, const struct net_device *bond_dev) bond_fill_info() argument
[all...]
H A Dbond_sysfs.c105 struct net_device *bond_dev; in bonding_store_bonds() local
H A Dbond_alb.c1410 netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_tlb_xmit() argument
1524 netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_alb_xmit() argument
1787 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr) in bond_alb_set_mac_address() argument
[all...]
H A Dbond_main.c368 static int bond_vlan_rx_add_vid(struct net_device *bond_dev, in bond_vlan_rx_add_vid() argument
402 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid() argument
429 struct net_device *bond_dev in bond_ipsec_add_sa() local
477 struct net_device *bond_dev = bond->dev; bond_ipsec_add_sa_all() local
517 struct net_device *bond_dev = xs->xso.dev; bond_ipsec_del_sa() local
560 struct net_device *bond_dev = bond->dev; bond_ipsec_del_sa_all() local
598 struct net_device *bond_dev = xs->xso.dev; bond_ipsec_offload_ok() local
864 bond_hw_addr_flush(struct net_device *bond_dev, struct net_device *slave_dev) bond_hw_addr_flush() argument
921 bond_set_dev_addr(struct net_device *bond_dev, struct net_device *slave_dev) bond_set_dev_addr() argument
1327 bond_poll_controller(struct net_device *bond_dev) bond_poll_controller() argument
1355 bond_netpoll_cleanup(struct net_device *bond_dev) bond_netpoll_cleanup() argument
1390 bond_netpoll_cleanup(struct net_device *bond_dev) bond_netpoll_cleanup() argument
1441 struct net_device *bond_dev = bond->dev; bond_compute_features() local
1500 bond_setup_by_slave(struct net_device *bond_dev, struct net_device *slave_dev) bond_setup_by_slave() argument
1796 bond_ether_setup(struct net_device *bond_dev) bond_ether_setup() argument
1805 bond_xdp_set_features(struct net_device *bond_dev) bond_xdp_set_features() argument
1828 bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev, struct netlink_ext_ack *extack) bond_enslave() argument
2359 __bond_release_one(struct net_device *bond_dev, struct net_device *slave_dev, bool all, bool unregister) __bond_release_one() argument
2530 bond_release(struct net_device *bond_dev, struct net_device *slave_dev) bond_release() argument
2538 bond_release_and_destroy(struct net_device *bond_dev, struct net_device *slave_dev) bond_release_and_destroy() argument
2555 bond_info_query(struct net_device *bond_dev, struct ifbond *info) bond_info_query() argument
2562 bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) bond_slave_info_query() argument
2894 struct net_device *bond_dev = slave->bond->dev; bond_handle_vlan() local
2939 struct net_device *bond_dev = slave->bond->dev; bond_arp_send() local
3160 struct net_device *bond_dev = slave->bond->dev; bond_ns_send() local
3843 bond_master_netdev_event(unsigned long event, struct net_device *bond_dev) bond_master_netdev_event() argument
3856 xfrm_dev_state_flush(dev_net(bond_dev), bond_dev, true); bond_master_netdev_event() local
3874 struct net_device *bond_dev; bond_slave_netdev_event() local
4264 bond_open(struct net_device *bond_dev) bond_open() argument
4324 bond_close(struct net_device *bond_dev) bond_close() argument
4421 bond_get_stats(struct net_device *bond_dev, struct rtnl_link_stats64 *stats) bond_get_stats() argument
4454 bond_eth_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) bond_eth_ioctl() argument
4491 bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) bond_do_ioctl() argument
4567 bond_siocdevprivate(struct net_device *bond_dev, struct ifreq *ifr, void __user *data, int cmd) bond_siocdevprivate() argument
4590 bond_change_rx_flags(struct net_device *bond_dev, int change) bond_change_rx_flags() argument
4603 bond_set_rx_mode(struct net_device *bond_dev) bond_set_rx_mode() argument
4681 bond_change_mtu(struct net_device *bond_dev, int new_mtu) bond_change_mtu() argument
4738 bond_set_mac_address(struct net_device *bond_dev, void *addr) bond_set_mac_address() argument
4952 bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) bond_xmit_roundrobin() argument
4973 bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) bond_xmit_activebackup() argument
5191 bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) bond_xmit_broadcast() argument
5476 bond_xdp_get_xmit_slave(struct net_device *bond_dev, struct xdp_buff *xdp) bond_xdp_get_xmit_slave() argument
5510 bond_xdp_xmit(struct net_device *bond_dev, int n, struct xdp_frame **frames, u32 flags) bond_xdp_xmit() argument
5711 bond_ethtool_get_link_ksettings(struct net_device *bond_dev, struct ethtool_link_ksettings *cmd) bond_ethtool_get_link_ksettings() argument
5747 bond_ethtool_get_drvinfo(struct net_device *bond_dev, struct ethtool_drvinfo *drvinfo) bond_ethtool_get_drvinfo() argument
5755 bond_ethtool_get_ts_info(struct net_device *bond_dev, struct ethtool_ts_info *info) bond_ethtool_get_ts_info() argument
5868 bond_destructor(struct net_device *bond_dev) bond_destructor() argument
5878 bond_setup(struct net_device *bond_dev) bond_setup() argument
5944 bond_uninit(struct net_device *bond_dev) bond_uninit() argument
6356 bond_init(struct net_device *bond_dev) bond_init() argument
6398 struct net_device *bond_dev; bond_create() local
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c1746 static size_t vrf_get_slave_size(const struct net_device *bond_dev, in vrf_get_slave_size() argument
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c1791 static size_t vrf_get_slave_size(const struct net_device *bond_dev, in vrf_get_slave_size() argument

Completed in 25 milliseconds