Home
last modified time | relevance | path

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

12345678910>>...49

/linux-6.8/net/ipv6/
DKconfig163 the notion of a secure tunnel for IPSEC and then use routing protocol
223 GRE (Generic Routing Encapsulation) and at this time allows
242 bool "IPv6: Multiple Routing Tables"
245 Support multiple routing tables.
248 bool "IPv6: source address based routing"
251 Enable routing by source address or prefix.
253 The destination address is still the primary routing key, so mixing
254 normal and source prefix specific routes in the same routing table
255 may sometimes lead to unintended routing behavior. This can be
256 avoided by defining different routing tables for the normal and
[all …]
/linux-6.8/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 …]
/linux-6.8/Documentation/devicetree/bindings/soc/aspeed/
Duart-routing.yaml6 $id: http://devicetree.org/schemas/soc/aspeed/uart-routing.yaml#
9 title: Aspeed UART Routing Controller
16 The Aspeed UART routing control allow to dynamically route the inputs for
31 - aspeed,ast2400-uart-routing
32 - aspeed,ast2500-uart-routing
33 - aspeed,ast2600-uart-routing
52 uart_routing: uart-routing@98 {
53 compatible = "aspeed,ast2600-uart-routing";
/linux-6.8/Documentation/devicetree/bindings/sound/
Dqcom,q6adm-routing.yaml4 $id: http://devicetree.org/schemas/sound/qcom,q6adm-routing.yaml#
7 title: Qualcomm Audio Device Manager (Q6ADM) routing
14 Qualcomm Audio Device Manager (Q6ADM) routing node represents routing
23 - qcom,q6adm-routing
36 routing {
37 compatible = "qcom,q6adm-routing";
Dqcom,q6adm.yaml21 routing:
23 $ref: /schemas/sound/qcom,q6adm-routing.yaml#
25 description: Qualcomm DSP LPASS audio routing
29 - routing
46 routing {
47 compatible = "qcom,q6adm-routing";
Dallwinner,sun4i-a10-codec.yaml55 allwinner,audio-routing:
124 - allwinner,audio-routing
129 - allwinner,audio-routing
140 allwinner,audio-routing:
167 allwinner,audio-routing:
192 allwinner,audio-routing:
218 allwinner,audio-routing:
258 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 =
Dsamsung,tm2.yaml31 samsung,audio-routing:
38 Deprecated, use audio-routing.
56 - audio-routing
73 audio-routing = "HP", "HPOUT1L",
Dsamsung,midas-audio.yaml39 samsung,audio-routing:
48 Deprecated, use audio-routing.
68 - audio-routing
87 audio-routing =
Dqcom,apq8096.txt10 - audio-routing:
64 using "audio-routing".
98 qcom,audio-routing: A list of the connections between audio components.
99 (Use audio-routing instead)
/linux-6.8/include/uapi/linux/
Dipv6.h17 * source interface/address selection, source routing, etc...
43 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
44 #define IPV6_SRCRT_TYPE_3 3 /* RPL Segment Routing with IPv6 */
45 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */
48 * routing header
78 * routing header type 0 (used in cmsghdr struct)
90 * routing header type 2
Dv4l2-subdev.h35 * @stream: stream number, defined in subdev routing
51 * @stream: stream number, defined in subdev routing
75 * @stream: stream number, defined in subdev routing
98 * @stream: stream number, defined in subdev routing
118 * @stream: stream number, defined in subdev routing
139 * @stream: stream number, defined in subdev routing
163 * @stream: stream number, defined in subdev routing
195 /* The v4l2 sub-device supports routing and multiplexed streams. */
224 * struct v4l2_subdev_routing - Subdev routing information
/linux-6.8/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-g-routing.rst13 VIDIOC_SUBDEV_G_ROUTING - VIDIOC_SUBDEV_S_ROUTING - Get or set routing between streams of media pad…
40 These ioctls are used to get and set the routing in a media entity.
41 The routing configuration determines the flows of data inside an entity.
43 Drivers report their current routing tables using the
53 Only subdevices which have both sink and source pads can support routing.
75 - Routing table to be accessed, from enum
112 :ref:`v4l2_subdev_routing_flags <v4l2-subdev-routing-flags>`.
120 .. _v4l2-subdev-routing-flags:
/linux-6.8/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-crossbar.c98 struct v4l2_subdev_krouting *routing) in __mxc_isi_crossbar_set_routing() argument
104 ret = v4l2_subdev_routing_validate(sd, routing, in __mxc_isi_crossbar_set_routing()
110 for_each_active_route(&state->routing, route) { in __mxc_isi_crossbar_set_routing()
121 return v4l2_subdev_set_routing_with_fmt(sd, state, routing, in __mxc_isi_crossbar_set_routing()
139 * Translate the source pad and streams to the sink side. The routing in mxc_isi_crossbar_xlate_streams()
141 * routing table are guaranteed to have the same sink pad. in mxc_isi_crossbar_xlate_streams()
146 for_each_active_route(&state->routing, route) { in mxc_isi_crossbar_xlate_streams()
183 struct v4l2_subdev_krouting routing = { }; in mxc_isi_crossbar_init_state() local
204 routing.num_routes = xbar->num_sources; in mxc_isi_crossbar_init_state()
205 routing.routes = routes; in mxc_isi_crossbar_init_state()
[all …]
/linux-6.8/drivers/media/v4l2-core/
Dv4l2-subdev.c913 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl() local
922 memset(routing->reserved, 0, sizeof(routing->reserved)); in subdev_do_ioctl()
924 krouting = &state->routing; in subdev_do_ioctl()
926 if (routing->num_routes < krouting->num_routes) { in subdev_do_ioctl()
927 routing->num_routes = krouting->num_routes; in subdev_do_ioctl()
931 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
934 routing->num_routes = krouting->num_routes; in subdev_do_ioctl()
940 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl() local
942 (struct v4l2_subdev_route *)(uintptr_t)routing->routes; in subdev_do_ioctl()
952 if (routing->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl()
[all …]
/linux-6.8/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 …]
/linux-6.8/arch/x86/pci/
Dirq.c3 * Low-Level PCI Support for PC -- Routing of Interrupts
69 * Check passed address for the PCI IRQ Routing Table signature
91 DBG(KERN_DEBUG "PCI: Interrupt Routing Table found at 0x%lx\n", in pirq_check_routing_table()
99 * Handle the $IRT PCI IRQ Routing Table format used by AMI for its BCP
106 * It uses the same PCI BIOS 2.1 format for interrupt routing entries
109 * specifying the total number of interrupt routing entries allocated in
122 * follows the header instead that points to interrupt routing entries
143 DBG(KERN_DEBUG "PCI: $IRT Interrupt Routing Table found at 0x%lx\n", in pirq_convert_irt_table()
168 * Search 0xf0000 -- 0xfffff for the PCI IRQ Routing Table.
203 * If we have a IRQ routing table, use it to search for peer host
[all …]
/linux-6.8/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
/linux-6.8/include/media/i2c/
Dm52790.h12 /* Input routing switch 1 */
24 /* Input routing switch 2 */
36 /* Output routing switch 1 */
52 /* Output routing switch 2 */
/linux-6.8/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
Dnhc_routing.c3 * 6LoWPAN IPv6 Routing Header compression according to RFC6282
11 LOWPAN_NHC(nhc_routing, "RFC6282 Routing", NEXTHDR_ROUTING, 0,
15 MODULE_DESCRIPTION("6LoWPAN next header RFC6282 Routing compression");
/linux-6.8/drivers/net/ipa/
Dipa_cmd.h25 * @IPA_CMD_IP_V4_ROUTING_INIT: Initialize IPv4 routing table
26 * @IPA_CMD_IP_V6_ROUTING_INIT: Initialize IPv6 routing table
87 * @size: Size of non-hashed routing table memory
88 * @offset: Offset in IPA shared memory of non-hashed routing table memory
90 * @hash_size: Size of hashed routing table memory
91 * @hash_offset: Offset in IPA shared memory of hashed routing table memory
/linux-6.8/drivers/media/platform/renesas/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
/linux-6.8/include/media/
Dv4l2-subdev.h349 * @stream: stream in routing configuration
729 * struct v4l2_subdev_krouting - subdev routing table
734 * This structure contains the routing table for a subdev.
748 * @routing: routing table for the subdev
761 struct v4l2_subdev_krouting routing; member
822 * subdevice routing table. Subdevs that implement this operation
970 * that the driver supports routing and handles the stream parameter in its
975 * - Routing ioctls are available
1458 * v4l2_subdev_set_routing() - Set given routing to subdev state
1461 * @routing: Routing that will be copied to subdev state
[all …]
/linux-6.8/drivers/parisc/
Diosapic.c17 ** IRT Interrupt Routing Table (provided by PAT firmware)
57 ** One such PAT PDC call returns the "Interrupt Routing Table" (IRT).
65 ** Routing Table for the entire platform.
228 * iosapic_load_irt - Fill in the interrupt routing table
233 * The "Get PCI INT Routing Table Size" option returns the number of
234 * entries in the PCI interrupt routing table for the cell specified
238 * The "Get PCI INT Routing Table" option returns, for the cell
239 * specified in the cell_number argument, the PCI interrupt routing
244 * The PCI interrupt routing table entry format is derived from the
245 * IA64 SAL Specification 2.4. The PCI interrupt routing table defines
[all …]

12345678910>>...49