Home
last modified time | relevance | path

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

12

/linux/net/core/
A Dfailover.c23 struct failover *failover; in failover_get_bymac() local
29 *ops = rtnl_dereference(failover->ops); in failover_get_bymac()
245 struct failover *failover; in failover_register() local
250 failover = kzalloc(sizeof(*failover), GFP_KERNEL); in failover_register()
251 if (!failover) in failover_register()
254 rcu_assign_pointer(failover->ops, ops); in failover_register()
260 list_add_tail(&failover->list, &failover_list); in failover_register()
267 return failover; in failover_register()
278 void failover_unregister(struct failover *failover) in failover_unregister() argument
291 list_del(&failover->list); in failover_unregister()
[all …]
A Dbuilt-in.a39 failover.o/
A DMakefile35 obj-$(CONFIG_FAILOVER) += failover.o
A D.failover.o.cmd1failover.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_net/core/failover.o := net/core/failover.c
5 deps_net/core/failover.o := \
1383 include/net/failover.h \
1385 net/core/failover.o: $(deps_net/core/failover.o)
1387 $(deps_net/core/failover.o):
A D.built-in.a.cmd1 …o net/core/dst_cache.o net/core/devlink.o net/core/gro_cells.o net/core/failover.o net/core/of_net…
/linux/include/net/
A Dfailover.h25 struct failover { struct
31 struct failover *failover_register(struct net_device *dev, argument
33 void failover_unregister(struct failover *failover);
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/
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
73 ens10 is the 'failover' master netdev, ens10nsby and ens11 are the slave
80 with VMs that have direct attached SR-IOV VF devices by automatic failover to
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.
A Dindex.rst24 failover
A Dxfrm_sync.rst20 with as minimal loss at failover time.
33 note that: lifetime time limit is not important if you assume the failover
A Dbonding.rst244 The bandwidth and count selection policies permit failover of
456 address of the bond changes during a failover.
486 failover time (and the formerly active slave receives
586 In bonding version 2.6.2 or later, when a failover
728 failover event. As soon as the link is up on the new slave
755 Advertisement) when they are issued after a failover event.
970 hash to load-balance traffic per-vlan, with failover
988 a failover event. One membership report is issued immediately after
989 the failover, subsequent packets are sent in each 200ms interval.
993 to the failover event.
[all …]
/linux/drivers/net/
A Dnet_failover.c710 struct failover *net_failover_create(struct net_device *standby_dev) in net_failover_create()
714 struct failover *failover; in net_failover_create() local
764 failover = failover_register(failover_dev, &net_failover_ops); in net_failover_create()
765 if (IS_ERR(failover)) { in net_failover_create()
766 err = PTR_ERR(failover); in net_failover_create()
770 return failover; in net_failover_create()
792 void net_failover_destroy(struct failover *failover) in net_failover_destroy() argument
798 if (!failover) in net_failover_destroy()
801 failover_dev = rcu_dereference(failover->failover_dev); in net_failover_destroy()
816 failover_unregister(failover); in net_failover_destroy()
A Dvirtio_net.c241 struct failover *failover; member
3268 vi->failover = net_failover_create(vi->dev); in virtnet_probe()
3269 if (IS_ERR(vi->failover)) { in virtnet_probe()
3270 err = PTR_ERR(vi->failover); in virtnet_probe()
3317 net_failover_destroy(vi->failover); in virtnet_probe()
3352 net_failover_destroy(vi->failover); in virtnet_remove()
A DKconfig616 This provides an automated failover mechanism via APIs to create
617 and destroy a failover master netdev and manages a primary and
618 standby slave netdevs that get registered via the generic failover
/linux/net/
A DKconfig438 tristate "Generic failover module"
440 The failover module provides a generic interface for paravirtual
441 drivers to register a netdev and a set of ops with a failover
445 failover netdev. This enables paravirtual drivers to use a
A Dbuilt-in.a41 core/failover.o/
/linux/drivers/block/drbd/
A DKconfig37 For automatic failover you need a cluster manager (e.g. heartbeat).
/linux/Documentation/scsi/
A Daacraid.rst155 - Performance tuning, card failover and bug mitigations.
/linux/drivers/net/ethernet/marvell/
A DKconfig120 It does not support the link failover and network management
/linux/Documentation/admin-guide/device-mapper/
A Dswitch.rst59 failover reasons.
/linux/net/netfilter/ipvs/
A DKconfig157 tristate "weighted failover scheduling"
159 The weighted failover scheduling algorithm directs network
/linux/Documentation/admin-guide/
A Dxfs.rst209 where failover must not result in clients seeing
211 failover event.
/linux/drivers/infiniband/ulp/rtrs/
A DREADME31 between client and server. Those are used for load balancing and failover.
/linux/Documentation/translations/it_IT/process/
A Dchanges.rst306 implementare un *failover*. Anche quando il sistema funziona bene, ``rmtab``

Completed in 45 milliseconds

12