Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 76 of 76) sorted by relevance

/linux-4.4.14/net/netrom/
Dnr_route.c119 if (nr_nodet->routes[i].neighbour == nr_neigh) in nr_add_node()
190 nr_node->routes[0].quality = quality; in nr_add_node()
191 nr_node->routes[0].obs_count = obs_count; in nr_add_node()
192 nr_node->routes[0].neighbour = nr_neigh; in nr_add_node()
210 if (nr_node->routes[i].neighbour == nr_neigh) { in nr_add_node()
211 nr_node->routes[i].quality = quality; in nr_add_node()
212 nr_node->routes[i].obs_count = obs_count; in nr_add_node()
221 nr_node->routes[2] = nr_node->routes[1]; in nr_add_node()
222 nr_node->routes[1] = nr_node->routes[0]; in nr_add_node()
224 nr_node->routes[0].quality = quality; in nr_add_node()
[all …]
/linux-4.4.14/net/phonet/
Dpn_dev.c44 struct phonet_routes routes; member
276 mutex_lock(&pnn->routes.lock); in phonet_route_autodel()
278 if (rcu_access_pointer(pnn->routes.table[i]) == dev) { in phonet_route_autodel()
279 RCU_INIT_POINTER(pnn->routes.table[i], NULL); in phonet_route_autodel()
282 mutex_unlock(&pnn->routes.lock); in phonet_route_autodel()
328 mutex_init(&pnn->routes.lock); in phonet_init_net()
370 struct phonet_routes *routes = &pnn->routes; in phonet_route_add() local
374 mutex_lock(&routes->lock); in phonet_route_add()
375 if (routes->table[daddr] == NULL) { in phonet_route_add()
376 rcu_assign_pointer(routes->table[daddr], dev); in phonet_route_add()
[all …]
/linux-4.4.14/Documentation/networking/
Dpolicy-routing.txt27 RT_CLASS_MAIN=254 - all normal routes are put there
31 normal default routes are put there, if ip_fib_model==2
32 all gateway routes are put there.
75 1. Just ignore classes. All the routes are put into MAIN class
102 254 interface routes
103 253 ASE routes with external metric
104 252 ASE routes with internal metric
105 251 inter-area routes
106 250 intra-area routes for 1st area
107 249 intra-area routes for 2nd area
[all …]
Dipddp.txt44 which enables you to add routes to the kernel for your Macs by hand.
49 but it allows automatic adding and deleting of routes for Macs. (Handy
54 You will also need to add the proper routes to route your Linux box's IP
Dvrf.txt73 Local and connected routes for enslaved devices are automatically moved to
74 the table associated with VRF device. Any additional routes depending on
77 4. Additional VRF routes are added to associated table.
161 On enslavement connected and local routes are automatically moved to the
242 To show routes for a VRF use the ip command to display the table associated
296 Connected routes are moved back to the default table and local entries are
Dbatman-adv.txt8 and routes (or better: bridges) Ethernet Frames. It emulates a
167 will enable debug messages for when routes change.
Dswitchdev.txt339 port netdevs mentioned in the routes next hop list. If the output port netdevs
368 arp_tbl neighbor table. To resolve the routes nexthop gateways, the driver
374 for the routes as arp_tbl updates. The driver implements ndo_neigh_destroy
Ddecnet.txt22 CONFIG_DECNET_ROUTER (to be able to add/delete routes)
123 since its the _only_ way to add and delete routes currently. Eventually
Dtuntap.txt23 corresponding routes will disappear.
Dbonding.txt1946 devices not have routes that supersede routes of the master (or,
1947 generally, not have routes at all). For example, suppose the bonding
1972 routes of their own, and if for some reason they must, those routes do
1973 not supersede routes of their master. This should generally be the
Darcnet.txt366 [add other local routes here]
Dip-sysctl.txt67 Maximum number of routes allowed in the kernel. Increase
68 this when using large numbers of interfaces and/or routes.
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_drv.c41 .routes = {
64 .routes = {
92 .routes = {
114 .routes = {
Drcar_du_drv.h64 struct rcar_du_output_routing routes[RCAR_DU_OUTPUT_MAX]; member
Drcar_du_group.c54 if (rgrp->dev->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs > 1 && in rcar_du_group_setup_defr8()
Drcar_du_kms.c680 if (rcdu->info->routes[i].possible_crtcs && in rcar_du_encoders_init()
681 rcdu->info->routes[i].port == ep.port) { in rcar_du_encoders_init()
820 &rcdu->info->routes[renc->output]; in rcar_du_modeset_init()
Drcar_du_encoder.c166 encoder_type = rcdu->info->routes[output].encoder_type; in rcar_du_encoder_init()
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dti,omap4-wugen-mpu4 routes interrupts to the GIC, and also serves as a wakeup source. It
20 - Because this HW ultimately routes interrupts to the GIC, the
Dnvidia,tegra-ictlr.txt3 All Tegra SoCs contain a legacy interrupt controller that routes
27 - Because this HW ultimately routes interrupts to the GIC, the
Dmips-gic.txt3 The MIPS GIC routes external interrupts to individual VPEs and IRQ pins.
/linux-4.4.14/include/media/blackfin/
Dbfin_capture.h23 struct bcap_route *routes; member
/linux-4.4.14/sound/soc/codecs/
Darizona.c1663 struct snd_soc_dapm_route routes[2]; in arizona_dai_set_sysclk() local
1685 memset(&routes, 0, sizeof(routes)); in arizona_dai_set_sysclk()
1686 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk()
1687 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk()
1689 routes[0].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1690 routes[1].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1691 snd_soc_dapm_del_routes(dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
1693 routes[0].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1694 routes[1].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1695 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
Dwm8776.c146 static const struct snd_soc_dapm_route routes[] = { variable
437 .dapm_routes = routes,
438 .num_dapm_routes = ARRAY_SIZE(routes),
Dwm8993.c921 static const struct snd_soc_dapm_route routes[] = { variable
1531 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in wm8993_probe()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe.h58 struct vpfe_route *routes; member
Dvpfe_video.c856 route = &sdinfo->routes[index]; in vpfe_s_input()
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dwm8904.txt12 Pins on the device (for linking into audio routes):
Drt5631.txt11 Pins on the device (for linking into audio routes):
Dwm8753.txt13 Pins on the device (for linking into audio routes):
Dalc5632.txt16 Pins on the device (for linking into audio routes):
Des8328.txt15 Pins on the device (for linking into audio routes):
Dmax98090.txt27 Pins on the device (for linking into audio routes):
Drt5640.txt22 Pins on the device (for linking into audio routes) for RT5639/RT5640:
Dwm8903.txt31 Pins on the device (for linking into audio routes):
Drt5677.txt46 Pins on the device (for linking into audio routes):
Drt5645.txt41 Pins on the device (for linking into audio routes) for RT5645/RT5650:
/linux-4.4.14/sound/soc/sh/rcar/
Dsrc.c412 } routes[] = { in rsnd_src_set_route_gen1() local
428 if (id < 0 || id >= ARRAY_SIZE(routes)) in rsnd_src_set_route_gen1()
435 val = val << routes[id].shift; in rsnd_src_set_route_gen1()
436 mask = routes[id].mask << routes[id].shift; in rsnd_src_set_route_gen1()
Drsrc-card.c26 const struct snd_soc_dapm_route *routes; member
37 .routes = routes_ssi0_ak4642,
374 priv->snd_card.of_dapm_routes = of_data->routes; in rsrc_card_parse_of()
/linux-4.4.14/net/mpls/
DKconfig9 MultiProtocol Label Switching routes packets through logical
/linux-4.4.14/include/media/davinci/
Dvpfe_capture.h75 struct vpfe_route *routes; member
/linux-4.4.14/drivers/media/platform/am437x/
Dam437x-vpfe.h92 struct vpfe_route *routes; member
Dam437x-vpfe.c1777 route = &sdinfo->routes[inp_index]; in vpfe_set_input()
2464 sdinfo->routes = NULL; in vpfe_get_pdata()
/linux-4.4.14/include/net/
Dnetrom.h111 struct nr_route routes[3]; member
/linux-4.4.14/arch/arm/mach-davinci/
Dboard-dm355-evm.c225 .routes = tvp5146_routes,
Dboard-dm365-evm.c356 .routes = tvp5146_routes,
Dboard-dm644x-evm.c240 .routes = dm644xevm_tvp5146_routes,
/linux-4.4.14/net/ipv6/
DKconfig244 normal and source prefix specific routes in the same routing table
247 source prefix specific routes.
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
Dezkit.c921 .routes = vs6624_routes,
1043 .routes = adv7842_routes,
1112 .routes = adv7511_routes,
1188 .routes = adv7343_routes,
/linux-4.4.14/Documentation/DocBook/
Dalsa-driver-api.xml.db305 API-snd-soc-dapm-add-routes
306 API-snd-soc-dapm-del-routes
307 API-snd-soc-dapm-weak-routes
/linux-4.4.14/Documentation/isdn/
DREADME.x25156 ifconfig the network interfaces up and add X.25-routes to them. Use
162 is needed to set up X.25 routes. I.e.
DREADME.sc190 interfaces are created and two routes added between the channels.
DREADME.HiSax569 e) set the routes
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c56 static char *routes = ""; variable
57 module_param(routes, charp, 0444);
58 MODULE_PARM_DESC(routes, "routes to non-local networks");
67 return routes; in lnet_get_routes()
Dconfig.c793 lnet_parse_routes(char *routes, int *im_a_router) in lnet_parse_routes() argument
802 if (lnet_str2tbs_sep(&tbs, routes) < 0) { in lnet_parse_routes()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dlpc1850-cgu.txt10 clock sources, controls the clock generation, and routes the outputs
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_core.c1926 ADBRamLink routes[2];
1927 routes[0] =
1930 routes[1] =
1935 vortex_adb_addroutes(vortex, ch, routes, 0x2);
1939 vortex_adb_delroutes(vortex, ch, routes[0], routes[1]);
/linux-4.4.14/sound/soc/
Dsoc-core.c3373 struct snd_soc_dapm_route *routes; in snd_soc_of_parse_audio_routing() local
3390 routes = devm_kzalloc(card->dev, num_routes * sizeof(*routes), in snd_soc_of_parse_audio_routing()
3392 if (!routes) { in snd_soc_of_parse_audio_routing()
3400 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
3408 (2 * i) + 1, &routes[i].source); in snd_soc_of_parse_audio_routing()
3418 card->of_dapm_routes = routes; in snd_soc_of_parse_audio_routing()
/linux-4.4.14/drivers/rapidio/
Drio-sysfs.c58 static DEVICE_ATTR_RO(routes);
/linux-4.4.14/arch/blackfin/mach-bf561/boards/
Dezkit.c496 .routes = adv7183_routes,
/linux-4.4.14/drivers/media/platform/blackfin/
Dbfin_capture.c594 route = &config->routes[index]; in bcap_s_input()
925 route = &config->routes[0]; in bcap_probe()
/linux-4.4.14/Documentation/rapidio/
Dsysfs.txt74 routes - reports switch routing information in "destID port" format. This
Drapidio.txt57 A RapidIO switch is a special class of device that routes packets between its
/linux-4.4.14/Documentation/dvb/
Dfaq.txt125 Check your routes if they include the multicast address range.
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt186 intercepts the message and routes it to the Intel MEI.
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt55 routes, i.e. the 2nd DAC is output from front output.
DHD-Audio.txt580 some codecs. Make sure that you mute all unneeded signal routes when
/linux-4.4.14/Documentation/sysctl/
Dnet.txt273 The /proc/net/ipx_route table holds a list of IPX routes. For each route it
/linux-4.4.14/net/
DKconfig384 with light weight tunnel state associated with fib routes.
/linux-4.4.14/drivers/net/
DKconfig251 all routes corresponding to it.
/linux-4.4.14/arch/blackfin/mach-bf548/boards/
Dezkit.c1668 .routes = vs6624_routes,
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
Dstamp.c1581 .routes = vs6624_routes,
/linux-4.4.14/drivers/media/platform/davinci/
Dvpfe_capture.c1146 route = &sdinfo->routes[inp_index]; in vpfe_s_input()
/linux-4.4.14/arch/arm/
DKconfig.debug1206 Say Y here if you wish the debug print routes to direct
1233 Say Y here if you wish the debug print routes to direct
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3655 Parameters: args[0] - number of routes reserved for userspace IOAPICs
3664 when KVM_CAP_SPLIT_IRQCHIP only routes of KVM_IRQ_ROUTING_MSI type are
3665 used in the IRQ routing table. The first args[0] MSI routes are reserved
3666 for the IOAPIC pins. Whenever the LAPIC receives an EOI for these routes,
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt437 router is a dedicated IP router that routes IP datagrams between two or more
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt988 UML, log in, configure the UML side of the devices, and set up routes