Home
last modified time | relevance | path

Searched full:routing (Results 1 – 25 of 1660) sorted by relevance

12345678910>>...67

/kernel/linux/linux-5.10/net/ipv6/
DKconfig162 the notion of a secure tunnel for IPSEC and then use routing protocol
222 GRE (Generic Routing Encapsulation) and at this time allows
241 bool "IPv6: Multiple Routing Tables"
244 Support multiple routing tables.
247 bool "IPv6: source address based routing"
250 Enable routing by source address or prefix.
252 The destination address is still the primary routing key, so mixing
253 normal and source prefix specific routes in the same routing table
254 may sometimes lead to unintended routing behavior. This can be
255 avoided by defining different routing tables for the normal and
[all …]
/kernel/linux/linux-4.19/net/ipv6/
DKconfig180 the notion of a secure tunnel for IPSEC and then use routing protocol
240 GRE (Generic Routing Encapsulation) and at this time allows
259 bool "IPv6: Multiple Routing Tables"
262 Support multiple routing tables.
265 bool "IPv6: source address based routing"
268 Enable routing by source address or prefix.
270 The destination address is still the primary routing key, so mixing
271 normal and source prefix specific routes in the same routing table
272 may sometimes lead to unintended routing behavior. This can be
273 avoided by defining different routing tables for the normal and
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Ddebugfs.c70 unsigned int routing, addr; in shm16read__read_file() local
73 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
75 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
79 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
88 unsigned int routing, addr; in shm16read__write_file() local
91 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
94 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
98 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
103 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
112 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/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 …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Dqcom,q6adm.txt18 = ADM routing
19 "routing" subnode of the ADM node represents adm routing specific configuration
24 Definition: must be "qcom,q6adm-routing".
35 q6routing: routing {
36 compatible = "qcom,q6adm-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 =
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dqcom,q6adm.txt18 = ADM routing
19 "routing" subnode of the ADM node represents adm routing specific configuration
24 Definition: must be "qcom,q6adm-routing".
35 q6routing: routing {
36 compatible = "qcom,q6adm-routing";
Dallwinner,sun4i-a10-codec.yaml55 allwinner,audio-routing:
122 - allwinner,audio-routing
127 - allwinner,audio-routing
138 allwinner,audio-routing:
165 allwinner,audio-routing:
190 allwinner,audio-routing:
216 allwinner,audio-routing:
256 allwinner,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 =
/kernel/linux/linux-4.19/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.
/kernel/linux/linux-5.10/net/decnet/netfilter/
DKconfig11 tristate "Routing message grabulator (for userland routing daemon)"
13 Enable this module if you want to use the userland DECnet routing
14 daemon. You will also need to enable routing support for DECnet
15 unless you just want to monitor routing messages from other nodes.
/kernel/linux/linux-5.10/include/uapi/linux/
Dipv6.h16 * source interface/address selection, source routing, etc...
42 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
43 #define IPV6_SRCRT_TYPE_3 3 /* RPL Segment Routing with IPv6 */
44 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */
47 * routing header
77 * routing header type 0 (used in cmsghdr struct)
89 * routing header type 2
/kernel/linux/linux-4.19/include/uapi/linux/
Dipv6.h16 * source interface/address selection, source routing, etc...
42 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
43 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */
46 * routing header
76 * routing header type 0 (used in cmsghdr struct)
88 * routing header type 2
/kernel/linux/linux-5.10/include/net/
Ddn_route.h26 /* Mask for types of routing packets */
28 /* Types of routing packets */
29 #define DN_RT_PKT_SHORT 0x02 /* Short routing packet */
30 #define DN_RT_PKT_LONG 0x06 /* Long routing packet */
32 /* Mask for control/routing selection */
39 #define DN_RT_PKT_L1RT 0x07 /* Level 1 Routing Message */
40 #define DN_RT_PKT_L2RT 0x09 /* Level 2 Routing Message */
/kernel/linux/linux-4.19/include/net/
Ddn_route.h34 /* Mask for types of routing packets */
36 /* Types of routing packets */
37 #define DN_RT_PKT_SHORT 0x02 /* Short routing packet */
38 #define DN_RT_PKT_LONG 0x06 /* Long routing packet */
40 /* Mask for control/routing selection */
47 #define DN_RT_PKT_L1RT 0x07 /* Level 1 Routing Message */
48 #define DN_RT_PKT_L2RT 0x09 /* Level 2 Routing Message */
/kernel/linux/linux-4.19/virt/kvm/arm/vgic/
Dvgic-irqfd.c25 * irqchip routing entry
41 * kvm_set_routing_entry: populate a kvm routing entry
42 * from a user routing entry
45 * @e: kvm kernel routing entry handle
46 * @ue: user api routing entry handle
82 * MSI routing entry
/kernel/linux/linux-4.19/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
/kernel/linux/linux-4.19/drivers/gpu/drm/rcar-du/
Drcar_du_group.c22 * related to input and output routing). For this reason the R8A7790 DU must be
72 * RGB output routing to DPAD0 and VSPD1 routing to DU0/1/2 for in rcar_du_group_setup_defr8()
83 * On Gen3 VSPD routing can't be configured, but DPAD routing in rcar_du_group_setup_defr8()
115 * Configure input dot clock routing. We currently hardcode the in rcar_du_group_setup()
116 * configuration to routing DOTCLKINn to DUn. Register fields in rcar_du_group_setup()
228 * RGB output routing to DPAD0 and VSP1D routing to DU0/1/2 are in rcar_du_set_dpad0_vsp1_routing()
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
Dvgic-irqfd.c14 * irqchip routing entry
30 * kvm_set_routing_entry: populate a kvm routing entry
31 * from a user routing entry
34 * @e: kvm kernel routing entry handle
35 * @ue: user api routing entry handle
80 * MSI routing entry
/kernel/linux/linux-4.19/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 Routing and Traffic Control documentation at
83 Normally, the routing tables specify a single action to be taken in
96 verbose messages regarding the routing, for example warnings about
[all …]
/kernel/linux/linux-5.10/net/ipv4/
DKconfig21 control about the routing process.
25 questions about advanced routing.
37 automatically rejects incoming packets if the routing table entry
41 asymmetric routing (packets from you to a host take a different path
42 than packets from that host to you) or if you operate a non-routing
64 bool "IP: policy routing"
72 of the packet can be used for routing decisions as well.
75 Routing and Traffic Control documentation at
84 Normally, the routing tables specify a single action to be taken in
97 verbose messages regarding the routing, for example warnings about
[all …]
/kernel/linux/linux-5.10/Documentation/ia64/
Dirq-redir.rst8 By writing to /proc/irq/IRQ#/smp_affinity the interrupt routing can be
40 (i.e. lowest priority mode routing is used), otherwise its route is
50 and the routing is the so called "lowest priority mode" (actually
52 for the IRQ routing. Currently in Linux XTP registers can have three
64 routing is used. The target CPUs are distributed in a round robin
/kernel/linux/linux-5.10/include/media/i2c/
Dm52790.h12 /* Input routing switch 1 */
24 /* Input routing switch 2 */
36 /* Output routing switch 1 */
52 /* Output routing switch 2 */
/kernel/linux/linux-4.19/drivers/media/platform/vsp1/
Dvsp1_entity.h44 * struct vsp1_route - Entity routing configuration
45 * @type: Entity type this routing entry is associated with
46 * @index: Entity index this routing entry is associated with
47 * @reg: Output routing configuration register
51 * Each $vsp1_route entry describes routing configuration for the entity
53 * holds output routing configuration for the entity, and the @inputs array
/kernel/linux/linux-5.10/net/6lowpan/
DKconfig60 tristate "Routing Header Support"
63 6LoWPAN IPv6 Routing Header compression according to RFC6282.
100 tristate "GHC Routing Options Header Support"
102 6LoWPAN IPv6 routing option generic header compression according

12345678910>>...67