Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 40) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/
A Dxenstat.h127 unsigned int network);
153 unsigned int xenstat_network_id(xenstat_network * network);
156 unsigned long long xenstat_network_rbytes(xenstat_network * network);
159 unsigned long long xenstat_network_rpackets(xenstat_network * network);
162 unsigned long long xenstat_network_rerrs(xenstat_network * network);
165 unsigned long long xenstat_network_rdrop(xenstat_network * network);
168 unsigned long long xenstat_network_tbytes(xenstat_network * network);
171 unsigned long long xenstat_network_tpackets(xenstat_network * network);
174 unsigned long long xenstat_network_terrs(xenstat_network * network);
177 unsigned long long xenstat_network_tdrop(xenstat_network * network);
A Dxenstat.c458 unsigned int network) in xenstat_domain_network() argument
461 return &(domain->networks[network]); in xenstat_domain_network()
566 return network->id; in xenstat_network_id()
572 return network->rbytes; in xenstat_network_rbytes()
578 return network->rpackets; in xenstat_network_rpackets()
584 return network->rerrs; in xenstat_network_rerrs()
590 return network->rdrop; in xenstat_network_rdrop()
596 return network->tbytes; in xenstat_network_tbytes()
602 return network->tpackets; in xenstat_network_tpackets()
608 return network->terrs; in xenstat_network_terrs()
[all …]
/xen-4.10.0-shim-comet/tools/examples/
A DREADME14 block-enbd - binds/unbinds network block devices
15 block-nbd - binds/unbinds network block devices
21 vif-bridge - virtual network start/stop script in bridged mode
23 vif-nat - xen virtual network start/stop script in NAT mode
24 vif-route - xen virtual network start/stop script in routed mode
28 xen-network-common.sh - sourced by vif-common.sh
A DREADME.incompatibilities21 appropriately. See xen-network-common.sh for details.
24 xen-network-common.sh.
A Dxlexample.pvhlinux36 # docs/misc/xl-network-configuration.markdown
A Dxlexample.pvlinux38 # docs/misc/xl-network-configuration.markdown
A Dxlexample.hvm37 # docs/misc/xl-network-configuration.markdown
/xen-4.10.0-shim-comet/docs/figs/
A DMakefile6 TARGETS= network-bridge.png network-basic.png
A Dnetwork-basic.fig30 4 0 0 50 -1 0 16 0.0000 4 255 1890 990 4320 Physical network\001
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c650 xenstat_network *network; in tot_net_bytes() local
662 total += xenstat_network_rbytes(network); in tot_net_bytes()
1023 xenstat_network *network; in do_network() local
1036 xenstat_network_rbytes(network), in do_network()
1037 xenstat_network_rpackets(network), in do_network()
1038 xenstat_network_rerrs(network), in do_network()
1039 xenstat_network_rdrop(network)); in do_network()
1042 xenstat_network_tbytes(network), in do_network()
1043 xenstat_network_tpackets(network), in do_network()
1044 xenstat_network_terrs(network), in do_network()
[all …]
A DTODO7 * Domain total network TX % and RX %
/xen-4.10.0-shim-comet/docs/misc/
A Dqemu-xen-security5 - network: e1000, rtl8139, virtio-net
16 mentioned, are not supported. For example the ne2000 network card is not
A Dnetif-staging-grants.pandoc1 % Staging grants for network I/O requests
113 network stack goes as following:
207 25) Call into to the network stack.
269 Linux netback implementation copies the first 128 bytes into its network buffer
309 from backend to frontend network stack:
376 24) Call packet into the network stack.
A Dstubdom.txt31 disk / fetch files from network etc. ; it eventually loads the PV kernel and
A Dxenstore-paths.markdown289 A virtual network device frontend. Described by
369 A virtual network device backend. Described by
491 respectively, new vif by bringing online a new PV network device or
500 A domain may write its internal 'friendly' name for a network device
517 in use by the stack bound to the network frontend. For any of the paths
601 ifb device used by Remus to buffer network output from the associated vif.
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.55 xl-network-configuration - XL Network Configuration Syntax
75 physical network segment where this VIF will reside.
88 Specifies the name of the network bridge which this VIF should be
90 your distribution's network configuration tools. See the L<wiki|http://wiki.xen.org/wiki/HostConfig…
96 Specifies the name of the network interface which has an IP and which
97 is in the network the VIF should communicate with. This is used in the host
A Dxl.conf.pod.594 Configures the default hotplug script used by virtual network devices.
102 Configures the default bridge to set for virtual network devices.
110 Configures the default backend to set for virtual network devices.
116 Configures the default gateway device to set for virtual network devices.
122 Configures the default script used by Remus to setup network buffering.
A Dxentop.pod.134 output network information
74 toggle display of network information
A Dxl-disk-configuration.pod.5290 Xen PV network protocol and that expected by the backend kernel's
301 it is only necessary if the underlying device is a network filesystem.
310 network filesystem or a network block device (NFS or ISCSI) it might
A Dxl.pod.1.in45 named B<xenbr0> in order to have a working network in the guest domains.
504 COLO network configuration looks like:
542 Use <netbufscript> to setup network buffering instead of the
557 Disable network output buffering. Requires enabling unsafe mode.
1384 =item B<network-attach> I<domain-id> I<network-device>
1389 L<xl-network-configuration(5)>
1392 Note that only attaching PV network interfaces is supported.
1394 =item B<network-detach> I<domain-id> I<devid|mac>
1401 =item B<network-list> I<domain-id>
1403 List virtual network interfaces for a domain.
[all …]
A Dxen-pci-device-reservations.pod.78 paravirtualisation features such as disk and network devices etc.
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A Dxendomains.service.in5 After=network-online.target
/xen-4.10.0-shim-comet/docs/
A DREADME.remus7 To enable network buffering, you need libnl 3.2.8
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A DMakefile38 XEN_SCRIPT_DATA += xen-hotplug-common.sh xen-network-common.sh vif-common.sh
/xen-4.10.0-shim-comet/tools/libxl/
A Dcheck-xl-vif-parse24 ${XL} -N network-attach 0 "$@" </dev/null >$fprefix.actual 2>/dev/null

Completed in 24 milliseconds

12