Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 198 of 198) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43/
Ddebugfs.c83 unsigned int routing, addr; in shm16read__read_file() local
86 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
88 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
92 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
101 unsigned int routing, addr; in shm16read__write_file() local
104 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
107 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
111 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
116 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
125 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
Dmain.h79 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset);
80 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset);
81 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value);
82 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
Dphy_ht.c51 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_radio_2059_channel_setup() local
70 r = routing[core]; in b43_radio_2059_channel_setup()
157 const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3 }; in b43_radio_2059_init() local
165 for (i = 0; i < ARRAY_SIZE(routing); i++) in b43_radio_2059_init()
166 b43_radio_set(dev, routing[i] | 0x146, 0x3); in b43_radio_2059_init()
624 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_phy_ht_tssi_setup() local
630 b43_radio_write(dev, routing[core] | 0x0159, 0x0011); in b43_phy_ht_tssi_setup()
Dmain.c483 u16 routing, u16 offset) in b43_shm_control_word() argument
488 control = routing; in b43_shm_control_word()
494 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read32() argument
498 if (routing == B43_SHM_SHARED) { in b43_shm_read32()
502 b43_shm_control_word(dev, routing, offset >> 2); in b43_shm_read32()
504 b43_shm_control_word(dev, routing, (offset >> 2) + 1); in b43_shm_read32()
511 b43_shm_control_word(dev, routing, offset); in b43_shm_read32()
517 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read16() argument
521 if (routing == B43_SHM_SHARED) { in b43_shm_read16()
525 b43_shm_control_word(dev, routing, offset >> 2); in b43_shm_read16()
[all …]
Dradio_2056.c10208 bool ignore_uploadflag, u16 routing, in b2056_upload_inittab() argument
10223 b43_radio_write(dev, routing | i, value); in b2056_upload_inittab()
/linux-4.1.27/net/decnet/netfilter/
DKconfig10 tristate "Routing message grabulator (for userland routing daemon)"
12 Enable this module if you want to use the userland DECnet routing
13 daemon. You will also need to enable routing support for DECnet
14 unless you just want to monitor routing messages from other nodes.
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dmain.h104 u16 routing, u16 offset);
106 u16 routing, u16 offset);
108 u16 routing, u16 offset,
111 u16 routing, u16 offset,
Dmain.c273 u16 routing, u16 offset) in b43legacy_shm_control_word() argument
279 control = routing; in b43legacy_shm_control_word()
286 u16 routing, u16 offset) in b43legacy_shm_read32() argument
290 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read32()
294 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read32()
298 b43legacy_shm_control_word(dev, routing, in b43legacy_shm_read32()
306 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_read32()
313 u16 routing, u16 offset) in b43legacy_shm_read16() argument
317 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read16()
321 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read16()
[all …]
/linux-4.1.27/net/mpls/
DKconfig10 circuits. Originally conceived as a way of routing packets at
11 hardware speeds (before hardware was capable of routing ipv4 packets),
26 tristate "MPLS: routing support"
/linux-4.1.27/net/ipv6/
DKconfig147 the notion of a secure tunnel for IPSEC and then use routing protocol
217 Support multiple routing tables.
220 bool "IPv6: source address based routing"
223 Enable routing by source address or prefix.
225 The destination address is still the primary routing key, so mixing
226 normal and source prefix specific routes in the same routing table
227 may sometimes lead to unintended routing behavior. This can be
228 avoided by defining different routing tables for the normal and
234 bool "IPv6: multicast routing"
241 bool "IPv6: multicast policy routing"
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Datmel-sam9x5-wm8731-audio.txt8 - atmel,audio-routing: A list of the connections between audio components.
12 Available audio endpoints for the audio-routing table:
27 atmel,audio-routing =
Domap-abe-twl6040.txt9 - ti,audio-routing: List of connections between audio components.
18 Available audio endpoints for the audio-routing table:
70 /* Audio routing */
71 ti,audio-routing =
Domap-twl4030.txt12 - ti,audio-routing: List of connections between audio components.
15 If the routing is not provided all possible connection will be available
17 Available audio endpoints for the audio-routing table:
Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
20 atmel,audio-routing =
Dsamsung,odroidx2-max98090.txt9 - samsung,audio-routing : a list of the connections between audio
30 samsung,audio-routing =
Dnvidia,tegra-audio-wm9712.txt12 - nvidia,audio-routing : A list of the connections between audio components.
49 nvidia,audio-routing =
Datmel-wm8904.txt6 - atmel,audio-routing: A list of the connections between audio components.
45 atmel,audio-routing =
Dimx-audio-wm8962.txt13 - audio-routing : A list of the connections between audio components.
42 audio-routing =
Dimx-audio-sgtl5000.txt13 - audio-routing : A list of the connections between audio components.
50 audio-routing =
Dnvidia,tegra-audio-alc5632.txt12 - nvidia,audio-routing : A list of the connections between audio components.
34 nvidia,audio-routing =
Dnvidia,tegra-audio-wm8753.txt12 - nvidia,audio-routing : A list of the connections between audio components.
30 nvidia,audio-routing =
Dnvidia,tegra-audio-max98090.txt12 - nvidia,audio-routing : A list of the connections between audio components.
38 nvidia,audio-routing =
Dnvidia,tegra-audio-rt5640.txt12 - nvidia,audio-routing : A list of the connections between audio components.
37 nvidia,audio-routing =
Dimx-audio-es8328.txt10 - audio-routing : A list of the connections between audio components.
49 audio-routing =
Ddavinci-evm-audio.txt8 - ti,audio-routing : A list of the connections between audio components.
37 ti,audio-routing =
Dnvidia,tegra-audio-wm8903.txt12 - nvidia,audio-routing : A list of the connections between audio components.
39 nvidia,audio-routing =
Dnvidia,tegra-audio-rt5677.txt12 - nvidia,audio-routing : A list of the connections between audio components.
42 nvidia,audio-routing =
Dnvidia,tegra30-ahub.txt59 For RX CIFs, the numbers indicate the register number within AHUB routing
61 For TX CIFs, the numbers indicate the bit position within the AHUB routing
Dwm8731.txt20 Available audio endpoints for an audio-routing table:
Dfsl-asoc-card.txt41 - audio-routing : A list of the connections between audio components.
69 audio-routing =
Dsirf-audio.txt16 Available audio endpoints for the audio-routing table:
Dtlv320aic3x.txt55 The pins can be used in referring sound node's audio-routing property.
Dsimple-card.txt14 - simple-audio-card,routing : A list of the connections between audio components.
96 simple-audio-card,routing =
Dtlv320aic31xx.txt44 The pins can be used in referring sound node's audio-routing property.
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt4 "Class" is a complete routing table in common sense.
56 root@amber:/pub/ip-routing # iproute -r
57 Kernel routing policy rules
83 2. Opposite case. Just forget all that you know about routing
92 Warning: As of now the size of the routing table in this
97 Very clean, stable and robust algorithm for OSPF routing
128 I listed it just to show the power of new routing code.
Ddecnet.txt23 CONFIG_NETFILTER (will be required for the DECnet routing daemon)
97 The default device for routing can be set through the /proc filesystem
124 there will be a routing daemon to send and receive routing messages for
125 each interface and update the kernel routing tables accordingly. The
126 routing daemon will use netfilter to listen to routing packets, and
127 rtnetlink to update the kernels routing tables.
130 for use by the routing daemon which will now use netfilter (a much cleaner
Dtproxy.txt6 You will need policy routing too, so be sure to enable that as well.
14 value using policy routing to have those packets delivered locally:
24 Because of certain restrictions in the IPv4 routing output code you'll have to
Dmpls-sysctl.txt16 Reducing this value will remove all label routing entries that
D00-INDEX36 - B.A.T.M.A.N routing protocol on top of layer 2 Ethernet Frames.
84 - Level Compressed Trie (LC-trie) notes: a structure for routing.
171 policy-routing.txt
172 - IP policy-based routing
Dipvlan.txt35 L3 mode is more restrictive since routing is controlled from the other (mostly)
47 master device for the L2 processing and routing from that instance will be
Dskfp.txt104 forwarding or there is a problem with the routing table
190 - Interrupt routing on SMP machines could be incorrect
Ddmfe.txt41 Then you may have to modify the default routing table with command :
Doperstates.txt34 backward compatibility, routing daemons, dhcp clients can use this
156 A routing daemon or dhcp client just needs to care for IFF_RUNNING or
Dframerelay.txt8 As such, a separate device is needed to accommodate the routing. Within the
Dfib_trie.txt7 with 'hlist' with routing table entries sorted by prefix length.
102 Dumps the routing table ordered by prefix length. This is somewhat
Dbatman-adv.txt6 which exchanges information using UDP packets and sets routing
155 1 - Enable messages related to routing / flooding / broadcasting
Dip-sysctl.txt796 It may add an additional cost for pure routing workloads that
930 Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE
931 and a multicast routing daemon is required.
933 routing for the interface
1012 suitable routing, this can be used to direct packets between two
1018 while routing. This enables the use of 127/8 for local routing purposes.
1033 to prevent IP spoofing from DDos attacks. If using asymmetric routing
1034 or other complicated routing, then loose mode is recommended.
1047 based routing for this to work). In other words it allows control
1367 Accept source routing (routing extension header).
[all …]
Dipvs-sysctl.txt197 If policy routing is in effect then it is possible that the route
201 If policy routing is not in effect then the recalculated route will
Dtlan.txt110 2. Make sure routing is correct.
Dphonet.txt10 device attached to the modem. The modem takes care of routing.
Dtuntap.txt199 implementation that can use complete kernel routing (unlike FreeS/WAN).
D3c509.txt147 you have a routing problem.
Dnetlink_mmap.txt12 dump operations of f.i. the routing database.
Deql.txt123 it in the routing table using the cool new route syntax that makes
Dixgbe.txt125 different queues. Enables tight control on routing a flow in the platform.
Dbonding.txt1864 device bond0 has two slaves, eth0 and eth1, and the routing table is
1867 Kernel IP routing table
1874 This routing configuration will likely still update the
1885 by the state of the routing table.
2420 some type of autonegotiation or routing protocol, but may also occur
/linux-4.1.27/Documentation/ia64/
DIRQ-redir.txt6 By writing to /proc/irq/IRQ#/smp_affinity the interrupt routing can be
33 (i.e. lowest priority mode routing is used), otherwise its route is
42 and the routing is the so called "lowest priority mode" (actually
44 for the IRQ routing. Currently in Linux XTP registers can have three
54 routing is used. The target CPUs are distributed in a round robin
/linux-4.1.27/arch/arm/boot/dts/
Domap4-panda-es.dts18 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
22 /* Audio routing */
23 ti,audio-routing =
Dexynos4412-odroidx2.dts31 simple-audio-card,routing =
Dexynos4412-odroidu3.dts56 simple-audio-card,routing =
Dtegra20-plutux.dts40 nvidia,audio-routing =
Domap4-duovero.dtsi30 /* Audio routing */
31 ti,audio-routing =
Dtegra20-tec.dts48 nvidia,audio-routing =
Domap4-var-som-om44.dtsi28 /* Audio routing */
29 ti,audio-routing =
Dtegra20-medcom-wide.dts68 nvidia,audio-routing =
Dimx53-voipac-bsb.dts22 audio-routing =
Domap3-devkit8000.dts51 ti,audio-routing =
Dimx6qdl-phytec-pbab01.dtsi56 simple-audio-card,routing =
Dat91sam9x5ek.dtsi180 atmel,audio-routing =
Dat91sam9g20ek_common.dtsi226 atmel,audio-routing =
Dat91sam9n12ek.dts202 atmel,audio-routing =
Dsama5d3xmb.dtsi206 atmel,audio-routing =
Dkirkwood-t5325.dts193 simple-audio-card,routing =
Dimx6qdl-wandboard.dtsi45 audio-routing =
Domap4-panda-common.dtsi51 /* Audio routing */
52 ti,audio-routing =
Dimx53-mba53.dts76 audio-routing =
Dvf610-twr.dts68 simple-audio-card,routing =
Dda850-evm.dts153 simple-audio-card,routing =
Dimx6qdl-rex.dtsi76 audio-routing =
Dimx53-m53evk.dts95 audio-routing =
Domap5-uevm.dts132 /* Audio routing */
133 ti,audio-routing =
Domap4-sdp.dts127 /* Audio routing */
128 ti,audio-routing =
Dimx53-qsb-common.dtsi124 audio-routing =
Dimx25-pdk.dts72 audio-routing =
Dimx6qdl-hummingboard.dtsi94 audio-routing =
Dat91-sama5d4ek.dts313 atmel,audio-routing =
Dimx6qdl-gw52xx.dtsi133 audio-routing =
Dimx6qdl-sabrelite.dtsi107 audio-routing =
Darmada-370-db.dts198 simple-audio-card,routing =
Dimx6qdl-nitrogen6x.dtsi108 audio-routing =
Dimx6qdl-gw53xx.dtsi134 audio-routing =
Dimx6q-tbs2910.dts126 audio-routing =
Dimx6q-gw5400-a.dts125 audio-routing =
Dimx6qdl-gw54xx.dtsi124 audio-routing =
Dimx6sx-sdb.dtsi139 audio-routing =
Dimx6dl-riotboard.dts78 audio-routing =
Dimx6qdl-sabresd.dtsi107 audio-routing =
Dimx53-tx53.dtsi131 audio-routing =
Dimx51-babbage.dts149 audio-routing =
Dimx6sl-evk.dts101 audio-routing =
Dimx6qdl-tx6.dtsi176 audio-routing =
Dtegra20-colibri-512.dtsi519 nvidia,audio-routing =
Dtegra20-paz00.dts579 nvidia,audio-routing =
Dam335x-pepper.dts153 ti,audio-routing =
Dtegra30-cardhu.dtsi596 nvidia,audio-routing =
Dtegra124-nyan.dtsi665 nvidia,audio-routing =
Dtegra20-whistler.dts618 nvidia,audio-routing =
Dtegra20-ventana.dts677 nvidia,audio-routing =
Dam335x-evm.dts129 ti,audio-routing =
Dam437x-sk-evm.dts40 ti,audio-routing =
Dam335x-evmsk.dts149 ti,audio-routing =
Dtegra20-harmony.dts751 nvidia,audio-routing =
Dtegra20-seaboard.dts903 nvidia,audio-routing =
Dtegra124-venice2.dts1138 nvidia,audio-routing =
Dtegra114-dalmore.dts1267 nvidia,audio-routing =
Dexynos4412-trats2.dts897 samsung,audio-routing =
Dtegra124-jetson-tk1.dts1889 nvidia,audio-routing =
Dtegra30-beaver.dts2088 nvidia,audio-routing =
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_proto_gre.h34 routing:1, member
41 routing:1,
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dcavium-mix.txt19 interrupt routing and the second the routing for the AGL interrupts.
/linux-4.1.27/net/ipv4/
DKconfig20 control about the routing process.
24 questions about advanced routing.
36 automatically rejects incoming packets if the routing table entry
40 asymmetric routing (packets from you to a host take a different path
41 than packets from that host to you) or if you operate a non-routing
63 bool "IP: policy routing"
71 of the packet can be used for routing decisions as well.
74 documentation at <http://www.compendium.com.ar/policy-routing.txt>
75 and <ftp://post.tepkom.ru/pub/vol2/Linux/docs/advanced-routing.tex>.
77 <ftp://ftp.tux.org/pub/net/ip-routing/>.
[all …]
/linux-4.1.27/net/decnet/
DTODO4 o Proper timeouts on each neighbour (in routing mode) rather than
26 o Find all the commonality between DECnet and IPv4 routing code and extract
DKconfig38 from <ftp://ftp.tux.org/pub/net/ip-routing/>). The "Network packet
39 filtering" option will be required for the forthcoming routing daemon
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dmpic.txt41 The MPIC emulation supports IRQ routing. Only a single MPIC device can
53 Access to non-SRC interrupts is not implemented through IRQ routing mechanisms.
/linux-4.1.27/net/batman-adv/
DMakefile34 batman-adv-y += routing.o
DKconfig13 a routing protocol for multi-hop ad-hoc mesh networks. The
/linux-4.1.27/drivers/media/pci/ivtv/
DMakefile1 ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt16 the routing table. Because the routing table is tracking the state of
19 the routing table static during transmission of the packet. After all,
20 you can hold the routing table static all you want, but that won't keep
22 Internet that really matters. In addition, routing entries are typically
DwhatisRCU.txt980 kernel where a routing table is used by process-context
984 interrupts while searching the routing table. Use of
/linux-4.1.27/sound/usb/line6/
DKconfig20 * Signal routing (record clean/processed guitar signal,
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt12 The DPCM runtime routing is determined by the ALSA mixer settings in the same
103 In this example, the machine driver or userspace audio HAL can alter the routing
278 2) DAPM graph showing DSP audio routing from FE DAIs to BEs.
282 4) Mixers for gains, routing, etc.
288 Items 6 is important for routing the audio outside of the DSP. AIF need to be
Doverview.txt42 internal power blocks depending on the internal codec audio routing and any
Ddapm.txt42 routing map of the whole machine. This map is specific to each machine and
/linux-4.1.27/Documentation/devicetree/bindings/x86/
Dce4100.txt33 If the OS is using the IO-APIC for interrupt routing then the reported
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dcavium-octeon-gpio.txt26 - interrupts: Interrupt routing for each pin.
/linux-4.1.27/Documentation/timers/
Dhpet.txt15 HPET devices can support two interrupt routing modes. In one mode, the
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcbuild.c47 fc_els_req_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
58 fc_els_rsp_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
69 fc_bls_req_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
77 fc_bls_rsp_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
127 fcp_fchs_tmpl.routing = FC_RTG_FC4_DEV_DATA; in fcbuild_init()
141 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gs_fchdr_build()
163 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gsresp_fchdr_build()
Dbfa_fc.h65 u32 routing:4; /* routing bits */ member
69 u32 routing:4; /* routing bits */
Dbfa_fcs.c1665 if (fchs->routing == FC_RTG_EXT_HDR && in bfa_fcs_uf_recv()
Dbfa_fcs_lport.c824 if ((fchs->routing == FC_RTG_BASIC_LINK) && in bfa_fcs_lport_uf_recv()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvic.txt4 system for interrupt routing. For multiple controllers they can either be
/linux-4.1.27/drivers/net/wireless/
Dwl3501.h468 u8 routing; member
480 u8 routing; member
/linux-4.1.27/arch/powerpc/boot/dts/
Dsocrates.dts306 interrupts = <8 4 0>; // number, type, routing
325 interrupts = <2 8 1>; // number, type, routing
Dmpc5121ads.dts77 /* irq routing:
Dep405.dts177 irq-routing = [ 00 /* SYSERR */
/linux-4.1.27/arch/powerpc/kvm/
Dmpic.c1643 struct kvm_irq_routing_entry *routing; in mpic_set_default_irq_routing() local
1646 routing = kzalloc((sizeof(*routing)), GFP_KERNEL); in mpic_set_default_irq_routing()
1647 if (!routing) in mpic_set_default_irq_routing()
1650 kvm_set_irq_routing(opp->kvm, routing, 0, 0); in mpic_set_default_irq_routing()
1652 kfree(routing); in mpic_set_default_irq_routing()
/linux-4.1.27/drivers/of/
DKconfig75 OpenFirmware PCI IRQ routing helpers
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt59 switch is defined by an internal routing table. A switch is presented in the
62 routing table and pointers to switch specific functions.
262 device ID; it relies on hopcount and routing for device ID of an attached
278 into the routing table. The algorithm recurs by calling itself with hopcount + 1
289 without changes to the existing routing because agents only gather information
Dsysfs.txt74 routes - reports switch routing information in "destID port" format. This
75 attribute reports only valid routing table entries, one line for
/linux-4.1.27/virt/kvm/
Dkvm_main.c2617 struct kvm_irq_routing routing; in kvm_vm_ioctl() local
2622 if (copy_from_user(&routing, argp, sizeof(routing))) in kvm_vm_ioctl()
2625 if (routing.nr >= KVM_MAX_IRQ_ROUTES) in kvm_vm_ioctl()
2627 if (routing.flags) in kvm_vm_ioctl()
2630 entries = vmalloc(routing.nr * sizeof(*entries)); in kvm_vm_ioctl()
2636 routing.nr * sizeof(*entries))) in kvm_vm_ioctl()
2638 r = kvm_set_irq_routing(kvm, entries, routing.nr, in kvm_vm_ioctl()
2639 routing.flags); in kvm_vm_ioctl()
/linux-4.1.27/Documentation/sound/alsa/
DREADME.maya44138 These switches allow a direct digital routing from the ADCs to the DACs.
155 "Input 4" -> direct routing from ADC output of the selected input channel
Dcompress_offload.txt204 - Volume control/routing is not handled by this API. Devices exposing a
206 volume changes and routing information will be provided with regular
216 stream, or even implement transcoding capabilities. This routing
Dhdspm.txt253 with mixing or routing. the analog outs reflects channel 63,64.
DALSA-Configuration.txt941 routing). Try to boot with options like "pci=noacpi". Also, you
/linux-4.1.27/net/mac80211/
DKconfig241 bool "Verbose mesh HWMP routing debugging"
246 verbose mesh routing (HWMP) debugging messages (when mac80211
/linux-4.1.27/net/netfilter/
DKconfig576 Prior to routing, the nfmark can influence the routing method (see
577 "Use netfilter MARK value as routing key") and can also be used by
692 or the Priority field of an IPv6 packet, prior to routing.
720 range. The nfmark can influence the routing method (see "Use netfilter
721 MARK value as routing key") and can also be used by other subsystems to
876 and use policy routing. For more information on how to set it up
946 This option allows you to match what routing thinks of an address,
1324 key from the routing subsystem inside iptables.
1367 routing to implement full featured non-locally bound sockets.
/linux-4.1.27/Documentation/pti/
Dpti_intel_mid.txt23 kernel->user->kernel context switch overheads of routing
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net-mesh107 Defines the routing procotol this mesh instance
Dsysfs-class-net170 routing decisions (see: net/ipv4/fib_rules and
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap-dss.txt15 The DSS Core is the parent of the other DSS modules, and manages clock routing,
/linux-4.1.27/Documentation/acpi/
Ddebug.txt134 Enable PCI and PCI interrupt routing debug messages:
/linux-4.1.27/Documentation/PCI/
DPCIEBUS-HOWTO.txt20 bus representing the switch's internal routing logic, is called the
22 switch's internal routing bus to a bus representing the downstream
/linux-4.1.27/net/ipv6/netfilter/
DKconfig41 chain type is used to force packet re-routing after mangling header
201 rt matching allows you to match packets based on the routing
/linux-4.1.27/Documentation/phy/
Dsamsung-usb2.txt53 be modified to change the internal routing of these pins between a USB
/linux-4.1.27/Documentation/x86/i386/
DIO-APIC.txt46 connected to the PCI chipset IRQ routing facility (the incoming PIRQ1-4
/linux-4.1.27/net/ax25/
DKconfig84 routing.
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcmulti.c2877 int flow_tx = 0, flow_rx = 0, routing = 0; in mode_hfcmulti() local
2946 routing = bank_tx ? 0xc0 : 0x80; in mode_hfcmulti()
2948 routing = 0x40; /* loop */ in mode_hfcmulti()
2953 flow_tx, routing, conf); in mode_hfcmulti()
2955 HFC_outb(hc, A_SL_CFG, (ch << 1) | routing); in mode_hfcmulti()
2975 routing = bank_rx ? 0x80 : 0xc0; /* reversed */ in mode_hfcmulti()
2977 routing = 0x40; /* loop */ in mode_hfcmulti()
2982 flow_rx, routing, conf); in mode_hfcmulti()
2984 HFC_outb(hc, A_SL_CFG, (ch << 1) | V_CH_DIR | routing); in mode_hfcmulti()
/linux-4.1.27/Documentation/cris/
DREADME127 IP: routing cache hash table of 1024 buckets, 8Kbytes
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c874 struct kvm_irq_routing_entry routing; in kvm_arch_vm_ioctl() local
879 memset(&routing, 0, sizeof(routing)); in kvm_arch_vm_ioctl()
880 kvm_set_irq_routing(kvm, &routing, 0, 0); in kvm_arch_vm_ioctl()
/linux-4.1.27/sound/core/
DKconfig32 feature allows routing and enqueueing of MIDI events. Events
/linux-4.1.27/Documentation/arm/
DIXP4xx15 routing, firewalling, etc. The IXP46x family is an updated version which
/linux-4.1.27/Documentation/video4linux/bttv/
DSound-FAQ52 which does the sound routing. But every board is a little different.
/linux-4.1.27/net/bridge/netfilter/
DKconfig45 bridging and routing frames, giving Linux the functionality of a
/linux-4.1.27/Documentation/isdn/
DREADME.hysdn50 optional CAPI 2.0 support, they register as ethernet card. IP-routing
/linux-4.1.27/net/netfilter/ipvs/
DKconfig17 server via direct routing. The several scheduling algorithms can
/linux-4.1.27/net/ipv4/netfilter/
DKconfig52 chain type is used to force packet re-routing after mangling header
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt85 and also how to set up the IP routing table. It was originally called
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt180 pci=noacpi Don't use ACPI to set up PCI interrupt routing.
/linux-4.1.27/arch/arm/mach-s3c24xx/
DKconfig211 Say Y here to enable the PC104 IRQ routing on the
/linux-4.1.27/Documentation/devicetree/bindings/
Dmarvell.txt237 Represent the Discovery's MPSC routing hardware
/linux-4.1.27/Documentation/scsi/
Dlibsas.txt391 expander, and gives expander information, including routing
Daic79xx.txt390 correctly due to a problem with PCI interrupt routing in the
/linux-4.1.27/Documentation/filesystems/
Dproc.txt1077 ipv6_route Kernel routing table for IPv6
1078 rt6_stats Global IPv6 routing tables statistics
1099 route Kernel routing table
1112 ip_mr_cache List of multicast routing cache
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1206 forwarding, routing, and proxy arp. If you are new to UML networking,
1240 UML is fixed by the routing and proxy arp that is set up on the
1306 o Set up routing and arping if desired - this is my recipe, there are
1509 arping and routing you will need on the host. However, even in this
1690 interfaces on the host, or changes routing, slirp does not require
3951 that is usually a routing problem. The UML needs a default route:
/linux-4.1.27/Documentation/
Dcachetlb.txt215 This routing should be implemented in asm/highmem.h
Dkernel-parameters.txt173 noirq -- do not use ACPI for IRQ routing
216 Enable PCI/PCI interrupt routing info messages:
2688 routing table. These calls are known to be buggy
2691 way to get the interrupt routing table. Try
2724 IRQ routing is enabled.
2725 noacpi [X86] Do not use ACPI for IRQ routing
2733 routeirq Do IRQ routing for all PCI devices.
Dkernel-docs.txt460 socket, receiving, transmitting, forwarding, routing, packets,
DIPMI.txt677 always sent to the local management controller. It will handle routing
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c1463 int routing = lntmsg->msg_routing; in kiblnd_send() local
1497 if (routing || target_is_router) in kiblnd_send()
/linux-4.1.27/drivers/net/usb/
DKconfig136 (CONFIG_BRIDGE) instead of routing.
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt617 future vcpus to have a local APIC. IRQ routing for GSIs 0-15 is set to both
622 On s390, a dummy irq routing table is created.
1403 Sets the GSI routing table entries, overwriting any previously set entries.
1426 /* gsi routing entry types */
1484 Specifies the routing of an MSI-X assigned device interrupt to a GSI. Setting
Dtimekeeping.txt184 system chipset, sometimes by an HPET and some frankenstein IRQ routing.
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt145 routing information and memory/IO ranges, among others. It is also
290 otherwise like interrupt routing or a list of devices behind an I2C bus.
1256 hierarchy and routing of interrupts in the hardware.
/linux-4.1.27/net/sched/
DKconfig539 attributes and routing decisions.
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt433 datagram. A CIPSO gateway provides IP routing services between two or more
/linux-4.1.27/Documentation/security/
DSmack.txt590 first, like in classless IPv4 routing.
/linux-4.1.27/
DCREDITS444 D: IP policy routing by mark
832 D: trivial hack to add variable address length routing to Rose.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex392 ignored for single-disc drives. Note that by `re-routing' this