Home
last modified time | relevance | path

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

/linux-4.1.27/net/netrom/
Dnr_route.c120 if (nr_nodet->routes[i].neighbour == nr_neigh) in nr_add_node()
191 nr_node->routes[0].quality = quality; in nr_add_node()
192 nr_node->routes[0].obs_count = obs_count; in nr_add_node()
193 nr_node->routes[0].neighbour = nr_neigh; in nr_add_node()
211 if (nr_node->routes[i].neighbour == nr_neigh) { in nr_add_node()
212 nr_node->routes[i].quality = quality; in nr_add_node()
213 nr_node->routes[i].obs_count = obs_count; in nr_add_node()
222 nr_node->routes[2] = nr_node->routes[1]; in nr_add_node()
223 nr_node->routes[1] = nr_node->routes[0]; in nr_add_node()
225 nr_node->routes[0].quality = quality; in nr_add_node()
[all …]
/linux-4.1.27/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.1.27/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
Dbatman-adv.txt8 and routes (or better: bridges) Ethernet Frames. It emulates a
167 will enable debug messages for when routes change.
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.txt1862 devices not have routes that supersede routes of the master (or,
1863 generally, not have routes at all). For example, suppose the bonding
1888 routes of their own, and if for some reason they must, those routes do
1889 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.1.27/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.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_drv.c41 .routes = {
64 .routes = {
91 .routes = {
Drcar_du_drv.h64 struct rcar_du_output_routing routes[RCAR_DU_OUTPUT_MAX]; member
Drcar_du_kms.c618 if (rcdu->info->routes[i].possible_crtcs && in rcar_du_encoders_init()
619 rcdu->info->routes[i].port == ep.port) { in rcar_du_encoders_init()
724 &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.1.27/sound/soc/codecs/
Darizona.c1479 struct snd_soc_dapm_route routes[2]; in arizona_dai_set_sysclk() local
1501 memset(&routes, 0, sizeof(routes)); in arizona_dai_set_sysclk()
1502 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk()
1503 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk()
1505 routes[0].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1506 routes[1].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1507 snd_soc_dapm_del_routes(&codec->dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
1509 routes[0].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1510 routes[1].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1511 snd_soc_dapm_add_routes(&codec->dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
Dwm8776.c146 static const struct snd_soc_dapm_route routes[] = { variable
438 .dapm_routes = routes,
439 .num_dapm_routes = ARRAY_SIZE(routes),
Dwm8993.c922 static const struct snd_soc_dapm_route routes[] = { variable
1534 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in wm8993_probe()
/linux-4.1.27/include/media/blackfin/
Dbfin_capture.h23 struct bcap_route *routes; member
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Dvpfe.h58 struct vpfe_route *routes; member
Dvpfe_video.c859 route = &sdinfo->routes[index]; in vpfe_s_input()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dwm8904.txt12 Pins on the device (for linking into audio routes):
Dwm8753.txt13 Pins on the device (for linking into audio routes):
Drt5631.txt11 Pins on the device (for linking into audio routes):
Dalc5632.txt16 Pins on the device (for linking into audio routes):
Dmax98090.txt21 Pins on the device (for linking into audio routes):
Des8328.txt15 Pins on the device (for linking into audio routes):
Drt5640.txt21 Pins on the device (for linking into audio routes) for RT5639/RT5640:
Dwm8903.txt31 Pins on the device (for linking into audio routes):
Drt5677.txt45 Pins on the device (for linking into audio routes):
/linux-4.1.27/sound/soc/sh/rcar/
Dsrc.c420 } routes[] = { in rsnd_src_set_route_gen1() local
436 if (id < 0 || id >= ARRAY_SIZE(routes)) in rsnd_src_set_route_gen1()
443 val = val << routes[id].shift; in rsnd_src_set_route_gen1()
444 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,
413 priv->snd_card.of_dapm_routes = of_data->routes; in rsrc_card_parse_of()
/linux-4.1.27/net/mpls/
DKconfig9 MultiProtocol Label Switching routes packets through logical
/linux-4.1.27/include/media/davinci/
Dvpfe_capture.h75 struct vpfe_route *routes; member
/linux-4.1.27/drivers/media/platform/am437x/
Dam437x-vpfe.h91 struct vpfe_route *routes; member
Dam437x-vpfe.c1791 route = &sdinfo->routes[inp_index]; in vpfe_set_input()
2473 sdinfo->routes = NULL; in vpfe_get_pdata()
/linux-4.1.27/include/net/
Dnetrom.h111 struct nr_route routes[3]; member
/linux-4.1.27/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.1.27/net/ipv6/
DKconfig226 normal and source prefix specific routes in the same routing table
229 source prefix specific routes.
/linux-4.1.27/arch/blackfin/mach-bf609/boards/
Dezkit.c921 .routes = vs6624_routes,
1043 .routes = adv7842_routes,
1112 .routes = adv7511_routes,
1188 .routes = adv7343_routes,
/linux-4.1.27/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.1.27/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.1.27/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.1.27/sound/soc/
Dsoc-core.c3323 struct snd_soc_dapm_route *routes; in snd_soc_of_parse_audio_routing() local
3340 routes = devm_kzalloc(card->dev, num_routes * sizeof(*routes), in snd_soc_of_parse_audio_routing()
3342 if (!routes) { in snd_soc_of_parse_audio_routing()
3350 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
3358 (2 * i) + 1, &routes[i].source); in snd_soc_of_parse_audio_routing()
3368 card->of_dapm_routes = routes; in snd_soc_of_parse_audio_routing()
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
Dezkit.c496 .routes = adv7183_routes,
/linux-4.1.27/drivers/rapidio/
Drio-sysfs.c58 static DEVICE_ATTR_RO(routes);
/linux-4.1.27/drivers/media/platform/blackfin/
Dbfin_capture.c580 route = &config->routes[index]; in bcap_s_input()
906 route = &config->routes[0]; in bcap_probe()
/linux-4.1.27/Documentation/dvb/
Dfaq.txt125 Check your routes if they include the multicast address range.
/linux-4.1.27/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.1.27/Documentation/misc-devices/mei/
Dmei.txt143 intercepts the message and routes it to the Intel MEI.
/linux-4.1.27/Documentation/sysctl/
Dnet.txt271 The /proc/net/ipx_route table holds a list of IPX routes. For each route it
/linux-4.1.27/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.1.27/drivers/net/
DKconfig237 all routes corresponding to it.
/linux-4.1.27/arch/blackfin/mach-bf548/boards/
Dezkit.c1668 .routes = vs6624_routes,
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
Dstamp.c1581 .routes = vs6624_routes,
/linux-4.1.27/drivers/media/platform/davinci/
Dvpfe_capture.c1143 route = &sdinfo->routes[inp_index]; in vpfe_s_input()
/linux-4.1.27/arch/arm/
DKconfig.debug1162 Say Y here if you wish the debug print routes to direct
1189 Say Y here if you wish the debug print routes to direct
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt437 router is a dedicated IP router that routes IP datagrams between two or more
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt988 UML, log in, configure the UML side of the devices, and set up routes