Home
last modified time | relevance | path

Searched refs:failover (Results 1 – 18 of 18) sorted by relevance

/linux/net/core/
H A Dfailover.c23 struct failover *failover; in failover_get_bymac() local
26 list_for_each_entry(failover, &failover_list, list) { in failover_get_bymac()
27 failover_dev = rtnl_dereference(failover->failover_dev); in failover_get_bymac()
29 *ops = rtnl_dereference(failover->ops); in failover_get_bymac()
242 struct failover *failover_register(struct net_device *dev, in failover_register()
245 struct failover *failover; in failover_register() local
250 failover = kzalloc_obj(*failover); in failover_register()
251 if (!failover) in failover_register()
254 rcu_assign_pointer(failover->ops, ops); in failover_register()
255 netdev_hold(dev, &failover->dev_tracker, GFP_KERNEL); in failover_register()
[all …]
/linux/include/net/
H A Dfailover.h25 struct failover { struct
32 struct failover *failover_register(struct net_device *dev, argument
34 void failover_unregister(struct failover *failover);
H A Dnet_failover.h30 struct failover *net_failover_create(struct net_device *standby_dev);
31 void net_failover_destroy(struct failover *failover);
/linux/Documentation/networking/
H A Dnet_failover.rst10 The net_failover driver provides an automated failover mechanism via APIs
11 to create and destroy a failover master netdev and manages a primary and
12 standby slave netdevs that get registered via the generic failover
15 The failover netdev acts a master device and controls 2 slave devices. The
18 netdev. Both 'standby' and 'failover' netdevs are associated with the same
19 'pci' device. The user accesses the network interface via 'failover' netdev.
20 The 'failover' netdev chooses 'primary' netdev as default for transmits when
63 virtio-net device is set to 'down' to ensure that the 'failover' netdev prefers
87 Here, ens10 is the 'failover' master interface, ens10nsby is the slave 'standby'
92 device; and on the first boot, the VM might end up with both 'failover' device
[all …]
H A Dfailover.rst10 The failover module provides a generic interface for paravirtual drivers
11 to register a netdev and a set of ops with a failover instance. The ops
14 with the same mac address as the failover netdev.
H A Dip-sysctl.rst3420 https://datatracker.ietf.org/doc/draft-ietf-tsvwg-sctp-failover for
3525 setting is primarily used to enable fast failover mechanisms without
3527 http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst51 * failover
/linux/drivers/block/drbd/
H A DKconfig37 For automatic failover you need a cluster manager (e.g. heartbeat).
/linux/Documentation/scsi/
H A Daacraid.rst155 - Performance tuning, card failover and bug mitigations.
H A DChangeLog.lpfc1666 * Minor formatting changes get rid of failover defines for
/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst59 failover reasons.
/linux/net/netfilter/ipvs/
H A DKconfig158 tristate "weighted failover scheduling"
160 The weighted failover scheduling algorithm directs network
/linux/drivers/net/
H A DKconfig635 This provides an automated failover mechanism via APIs to create
636 and destroy a failover master netdev and manages a primary and
637 standby slave netdevs that get registered via the generic failover
H A Dvirtio_net.c481 struct failover *failover; member
6958 vi->failover = net_failover_create(vi->dev); in virtnet_probe()
6959 if (IS_ERR(vi->failover)) { in virtnet_probe()
6960 err = PTR_ERR(vi->failover); in virtnet_probe()
7077 net_failover_destroy(vi->failover); in virtnet_probe()
7125 net_failover_destroy(vi->failover); in virtnet_remove()
/linux/drivers/infiniband/ulp/rtrs/
H A DREADME31 between client and server. Those are used for load balancing and failover.
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst921 1 and 2 are for failover of clustering. Please select either
922 according to your policy of failover.
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c6694 static DEVICE_ATTR_WO(failover);
/linux/
H A DMAINTAINERS9730 F: Documentation/networking/failover.rst
9731 F: include/net/failover.h
9732 F: net/core/failover.c