/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_module.c | 59 if (ieee->networks) in rtllib_networks_allocate() 62 ieee->networks = kcalloc(MAX_NETWORK_COUNT, in rtllib_networks_allocate() 64 if (!ieee->networks) in rtllib_networks_allocate() 72 if (!ieee->networks) in rtllib_networks_free() 74 kfree(ieee->networks); in rtllib_networks_free() 75 ieee->networks = NULL; in rtllib_networks_free() 85 list_add_tail(&ieee->networks[i].list, in rtllib_networks_initialize()
|
D | rtllib.h | 1529 struct rtllib_network *networks; member
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 64 if (ieee->networks) in ieee80211_networks_allocate() 67 ieee->networks = kcalloc( in ieee80211_networks_allocate() 70 if (!ieee->networks) { in ieee80211_networks_allocate() 81 if (!ieee->networks) in ieee80211_networks_free() 83 kfree(ieee->networks); in ieee80211_networks_free() 84 ieee->networks = NULL; in ieee80211_networks_free() 94 list_add_tail(&ieee->networks[i].list, &ieee->network_free_list); in ieee80211_networks_initialize()
|
D | ieee80211.h | 1674 struct ieee80211_network *networks; member
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_module.c | 74 ieee->networks[i] = kzalloc(sizeof(struct libipw_network), in libipw_networks_allocate() 76 if (!ieee->networks[i]) { in libipw_networks_allocate() 79 kfree(ieee->networks[j]); in libipw_networks_allocate() 92 kfree(ieee->networks[i]); in libipw_networks_free() 117 list_add_tail(&ieee->networks[i]->list, in libipw_networks_initialize()
|
D | libipw.h | 733 struct libipw_network *networks[MAX_NETWORK_COUNT]; member
|
/linux-4.4.14/net/ieee802154/ |
D | Kconfig | 5 complexity short range wireless personal area networks. It was 6 designed to organise networks of sensors, switches, etc automation
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 178 lnet_parse_networks(struct list_head *nilist, char *networks) in lnet_parse_networks() argument 181 int tokensize = strlen(networks) + 1; in lnet_parse_networks() 189 if (strlen(networks) > LNET_SINGLE_TEXTBUF_NOB) { in lnet_parse_networks() 204 memcpy(tokens, networks, tokensize); in lnet_parse_networks() 350 lnet_syntax("networks", networks, (int)(tmp - tokens), strlen(tmp)); in lnet_parse_networks() 989 static char networks[LNET_SINGLE_TEXTBUF_NOB]; in lnet_match_networks() local 1015 networks[0] = 0; in lnet_match_networks() 1079 len += snprintf(networks + len, sizeof(networks) - len, in lnet_match_networks() 1083 if (len >= sizeof(networks)) { in lnet_match_networks() 1102 *networksp = networks; in lnet_match_networks()
|
D | api-ni.c | 52 static char *networks = ""; variable 53 module_param(networks, charp, 0444); 54 MODULE_PARM_DESC(networks, "local networks"); 76 if (*networks != 0 && *ip2nets != 0) { in lnet_get_networks() 86 if (*networks != 0) in lnet_get_networks() 87 return networks; in lnet_get_networks()
|
/linux-4.4.14/Documentation/networking/ |
D | ipddp.txt | 10 networks can use to communicate via IP. AppleTalk-IP is simply IP datagrams 60 decapsulation is being used most for connecting LocalTalk networks to 61 IP networks. Although it has been used on EtherTalk networks to allow
|
D | dctcp.txt | 5 center networks and leverages Explicit Congestion Notification (ECN) in
|
D | arcnet-hardware.txt | 21 networks but which is also different in some very important ways. 52 useful for realtime networks. 72 advantages) of ARCnet networks, you might try the "ARCnet Trade Association" 90 types of cabling: coax and twisted pair. The other ARCnet-type networks 104 Usually, the ARCnet networks are built up from STAR cards and hubs. There 188 you can build very complicated networks fulfilling all your needs! An 335 networks, on the order of 4km or so; in any case, the only real 554 networks and for connection to bus networks, it is downwardly compatible 555 with all the other standard boards designed for coax networks (that is, 765 The board is designed both for point-to-point connection in star networks [all …]
|
D | ieee802154.txt | 11 - 6LoWPAN - IPv6 networking over low rate personal area networks
|
D | e100.txt | 155 one system on two IP networks in the same Ethernet broadcast domain
|
D | README.ipw2200 | 353 merge networks. 368 An Ad-Hoc networks is created using the syntax of the Wireless tool.
|
D | netconsole.txt | 210 only IP networks, UDP packets and ethernet devices are supported.
|
D | switchdev.txt | 145 L2 networks. VLANs can be applied to sub-divide L2 networks. L2-over-L3
|
D | udplite.txt | 8 (video, VoIP) over wireless networks, as partly damaged packets can still be
|
D | cs89x0.txt | 64 computers on 10 Mbps Ethernet networks. The adapters are designed for operation 67 or fiber networks).
|
D | ixgb.txt | 392 one system on two IP networks in the same Ethernet broadcast domain
|
D | arcnet.txt | 279 networks.
|
D | bonding.txt | 2190 switches are not connected (no ISL), and the networks beyond 2193 independent networks, then the broadcast mode may be suitable. 2242 other networks. An example would be the following: 2246 | |eth0 port1| | to other networks
|
D | ip-sysctl.txt | 296 timeouts. It is particularly beneficial in networks where the
|
/linux-4.4.14/net/batman-adv/ |
D | Kconfig | 13 a routing protocol for multi-hop ad-hoc mesh networks. The 14 networks may be wired or wireless. See 36 mesh networks. If you think that your network does not need
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_event.h | 112 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_event.h | 109 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 9 used for local networks of Windows machines. You need it if you 40 IPX networks: it will then be accessible from everywhere using the
|
/linux-4.4.14/drivers/net/hippi/ |
D | Kconfig | 12 single-mode). HIPPI networks are commonly used for clusters and to
|
/linux-4.4.14/drivers/net/appletalk/ |
D | Kconfig | 46 networks. The card is also known as the Farallon PhoneNet PC card. 57 networks. You also need version 1.3.3 or later of the netatalk
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 14 countries have public X.25 networks. X.25 consists of two
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 162 tag. Use of tag types above 127 are restricted to closed networks where 163 interoperability with other networks will not be an issue. Implementations 434 IP networks and may be required to perform label translations between 435 networks. A CIPSO gateway may be an enhanced CIPSO host or it may just 438 IP networks. 444 MUST be able to reject datagrams going to networks that can not provide 625 datagrams. This capability might be used for single level networks or 626 networks that have CIPSO and non-CIPSO hosts and the non-CIPSO hosts 681 DOI to another when forwarding datagrams between networks. For
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.h | 247 struct gelic_wl_scan_info *networks; member
|
D | ps3_gelic_wireless.c | 2323 wl->networks = kzalloc(sizeof(struct gelic_wl_scan_info) * in gelic_wl_alloc() 2326 if (!wl->networks) in gelic_wl_alloc() 2340 list_add_tail(&wl->networks[i].list, in gelic_wl_alloc() 2367 kfree(wl->networks); in gelic_wl_alloc() 2386 scan_info = wl->networks; in gelic_wl_free() 2389 kfree(wl->networks); in gelic_wl_free()
|
/linux-4.4.14/net/bridge/ |
D | Kconfig | 15 networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 244 that address (or network number for phase 1 networks), and the status of the 269 Internal for internal networks) and the Frame Type if appropriate. Linux 275 address of the router (or Connected) for internal networks.
|
/linux-4.4.14/drivers/ptp/ |
D | Kconfig | 14 synchronize distributed clocks over Ethernet networks. The
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 73 networks that don't pass all control characters or are only seven
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 175 networks without changing their IP addresses). 486 wired networks and throughput over wireless links. 544 See http://www-ece.rice.edu/networks/TCP-LP/ 551 throughput over wireless networks. TCP Veno makes use of state
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 88 Fix sent by Stig Telfer <stig@api-networks.com>
|
D | ChangeLog.ncr53c8xx | 4 Fix sent by Stig Telfer <stig@api-networks.com>.
|
D | ChangeLog.sym53c8xx | 4 Fix sent by Stig Telfer <stig@api-networks.com>.
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 86 deployed on potentially unfriendly networks (e.g. in a firewall),
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 48 untrusted networks should be ignored as a matter of security. See
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 15 queues may need to be enabled, networks brought up, disk
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | README | 220 4) Scan for all infrastructure networks.
|
/linux-4.4.14/net/ipv6/ |
D | Kconfig | 179 networks over an IPv4-only path.
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 670 int lnet_parse_networks(struct list_head *nilist, char *networks);
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 78 non-permanent virtual circuits of wide area networks, ISDN) many
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3982 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS]; member 4033 struct network_type_new networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS]; member
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 152 management system to access multiple private networks with
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1249 BSSListElement *networks; member 2719 if (ai->networks) in airo_networks_allocate() 2722 ai->networks = kcalloc(AIRO_MAX_NETWORK_COUNT, sizeof(BSSListElement), in airo_networks_allocate() 2724 if (!ai->networks) { in airo_networks_allocate() 2734 kfree(ai->networks); in airo_networks_free() 2735 ai->networks = NULL; in airo_networks_free() 2745 list_add_tail(&ai->networks[i].list, in airo_networks_initialize()
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 53 (depending on number of available mports and networks).
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 445 support direct attachment to public switched telephone networks (PSTNs)
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 201 re-ordering. This is often useful to simulate networks when
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 107 Fix premature write failure on congested networks (we would give up 323 file copy performance on lightly loaded networks. Fix oops in dnotify
|
D | README | 446 with fast networks and little or no caching benefits on the
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1091 networks, they will fail to elicit any responses. So, what you want
|