/linux-4.4.14/net/netrom/ |
D | nr_route.c | 119 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/ |
D | pn_dev.c | 44 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/ |
D | policy-routing.txt | 27 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 …]
|
D | ipddp.txt | 44 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
|
D | vrf.txt | 73 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
|
D | batman-adv.txt | 8 and routes (or better: bridges) Ethernet Frames. It emulates a 167 will enable debug messages for when routes change.
|
D | switchdev.txt | 339 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
|
D | decnet.txt | 22 CONFIG_DECNET_ROUTER (to be able to add/delete routes) 123 since its the _only_ way to add and delete routes currently. Eventually
|
D | tuntap.txt | 23 corresponding routes will disappear.
|
D | bonding.txt | 1946 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
|
D | arcnet.txt | 366 [add other local routes here]
|
D | ip-sysctl.txt | 67 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/ |
D | rcar_du_drv.c | 41 .routes = { 64 .routes = { 92 .routes = { 114 .routes = {
|
D | rcar_du_drv.h | 64 struct rcar_du_output_routing routes[RCAR_DU_OUTPUT_MAX]; member
|
D | rcar_du_group.c | 54 if (rgrp->dev->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs > 1 && in rcar_du_group_setup_defr8()
|
D | rcar_du_kms.c | 680 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()
|
D | rcar_du_encoder.c | 166 encoder_type = rcdu->info->routes[output].encoder_type; in rcar_du_encoder_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,omap4-wugen-mpu | 4 routes interrupts to the GIC, and also serves as a wakeup source. It 20 - Because this HW ultimately routes interrupts to the GIC, the
|
D | nvidia,tegra-ictlr.txt | 3 All Tegra SoCs contain a legacy interrupt controller that routes 27 - Because this HW ultimately routes interrupts to the GIC, the
|
D | mips-gic.txt | 3 The MIPS GIC routes external interrupts to individual VPEs and IRQ pins.
|
/linux-4.4.14/include/media/blackfin/ |
D | bfin_capture.h | 23 struct bcap_route *routes; member
|
/linux-4.4.14/sound/soc/codecs/ |
D | arizona.c | 1663 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()
|
D | wm8776.c | 146 static const struct snd_soc_dapm_route routes[] = { variable 437 .dapm_routes = routes, 438 .num_dapm_routes = ARRAY_SIZE(routes),
|
D | wm8993.c | 921 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/ |
D | vpfe.h | 58 struct vpfe_route *routes; member
|
D | vpfe_video.c | 856 route = &sdinfo->routes[index]; in vpfe_s_input()
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | wm8904.txt | 12 Pins on the device (for linking into audio routes):
|
D | rt5631.txt | 11 Pins on the device (for linking into audio routes):
|
D | wm8753.txt | 13 Pins on the device (for linking into audio routes):
|
D | alc5632.txt | 16 Pins on the device (for linking into audio routes):
|
D | es8328.txt | 15 Pins on the device (for linking into audio routes):
|
D | max98090.txt | 27 Pins on the device (for linking into audio routes):
|
D | rt5640.txt | 22 Pins on the device (for linking into audio routes) for RT5639/RT5640:
|
D | wm8903.txt | 31 Pins on the device (for linking into audio routes):
|
D | rt5677.txt | 46 Pins on the device (for linking into audio routes):
|
D | rt5645.txt | 41 Pins on the device (for linking into audio routes) for RT5645/RT5650:
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | src.c | 412 } 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()
|
D | rsrc-card.c | 26 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/ |
D | Kconfig | 9 MultiProtocol Label Switching routes packets through logical
|
/linux-4.4.14/include/media/davinci/ |
D | vpfe_capture.h | 75 struct vpfe_route *routes; member
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.h | 92 struct vpfe_route *routes; member
|
D | am437x-vpfe.c | 1777 route = &sdinfo->routes[inp_index]; in vpfe_set_input() 2464 sdinfo->routes = NULL; in vpfe_get_pdata()
|
/linux-4.4.14/include/net/ |
D | netrom.h | 111 struct nr_route routes[3]; member
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-dm355-evm.c | 225 .routes = tvp5146_routes,
|
D | board-dm365-evm.c | 356 .routes = tvp5146_routes,
|
D | board-dm644x-evm.c | 240 .routes = dm644xevm_tvp5146_routes,
|
/linux-4.4.14/net/ipv6/ |
D | Kconfig | 244 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/ |
D | ezkit.c | 921 .routes = vs6624_routes, 1043 .routes = adv7842_routes, 1112 .routes = adv7511_routes, 1188 .routes = adv7343_routes,
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 305 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/ |
D | README.x25 | 156 ifconfig the network interfaces up and add X.25-routes to them. Use 162 is needed to set up X.25 routes. I.e.
|
D | README.sc | 190 interfaces are created and two routes added between the channels.
|
D | README.HiSax | 569 e) set the routes
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 56 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()
|
D | config.c | 793 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/ |
D | lpc1850-cgu.txt | 10 clock sources, controls the clock generation, and routes the outputs
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_core.c | 1926 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/ |
D | soc-core.c | 3373 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/ |
D | rio-sysfs.c | 58 static DEVICE_ATTR_RO(routes);
|
/linux-4.4.14/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 496 .routes = adv7183_routes,
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 594 route = &config->routes[index]; in bcap_s_input() 925 route = &config->routes[0]; in bcap_probe()
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 74 routes - reports switch routing information in "destID port" format. This
|
D | rapidio.txt | 57 A RapidIO switch is a special class of device that routes packets between its
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 125 Check your routes if they include the multicast address range.
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 186 intercepts the message and routes it to the Intel MEI.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 55 routes, i.e. the 2nd DAC is output from front output.
|
D | HD-Audio.txt | 580 some codecs. Make sure that you mute all unneeded signal routes when
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 273 The /proc/net/ipx_route table holds a list of IPX routes. For each route it
|
/linux-4.4.14/net/ |
D | Kconfig | 384 with light weight tunnel state associated with fib routes.
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 251 all routes corresponding to it.
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1668 .routes = vs6624_routes,
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 1581 .routes = vs6624_routes,
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 1146 route = &sdinfo->routes[inp_index]; in vpfe_s_input()
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 1206 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/ |
D | api.txt | 3655 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/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 437 router is a dedicated IP router that routes IP datagrams between two or more
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 988 UML, log in, configure the UML side of the devices, and set up routes
|