Home
last modified time | relevance | path

Searched refs:networks (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_module.c59 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()
Drtllib.h1529 struct rtllib_network *networks; member
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c64 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()
Dieee80211.h1674 struct ieee80211_network *networks; member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_module.c74 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()
Dlibipw.h733 struct libipw_network *networks[MAX_NETWORK_COUNT]; member
/linux-4.4.14/net/ieee802154/
DKconfig5 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/
Dconfig.c178 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()
Dapi-ni.c52 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/
Dipddp.txt10 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
Ddctcp.txt5 center networks and leverages Explicit Congestion Notification (ECN) in
Darcnet-hardware.txt21 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 …]
Dieee802154.txt11 - 6LoWPAN - IPv6 networking over low rate personal area networks
De100.txt155 one system on two IP networks in the same Ethernet broadcast domain
DREADME.ipw2200353 merge networks.
368 An Ad-Hoc networks is created using the syntax of the Wireless tool.
Dnetconsole.txt210 only IP networks, UDP packets and ethernet devices are supported.
Dswitchdev.txt145 L2 networks. VLANs can be applied to sub-divide L2 networks. L2-over-L3
Dudplite.txt8 (video, VoIP) over wireless networks, as partly damaged packets can still be
Dcs89x0.txt64 computers on 10 Mbps Ethernet networks. The adapters are designed for operation
67 or fiber networks).
Dixgb.txt392 one system on two IP networks in the same Ethernet broadcast domain
Darcnet.txt279 networks.
Dbonding.txt2190 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
Dip-sysctl.txt296 timeouts. It is particularly beneficial in networks where the
/linux-4.4.14/net/batman-adv/
DKconfig13 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/
Drtw_event.h112 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_event.h109 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/linux-4.4.14/net/ipx/
DKconfig9 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/
DKconfig12 single-mode). HIPPI networks are commonly used for clusters and to
/linux-4.4.14/drivers/net/appletalk/
DKconfig46 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/
DKconfig14 countries have public X.25 networks. X.25 consists of two
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt162 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/
Dps3_gelic_wireless.h247 struct gelic_wl_scan_info *networks; member
Dps3_gelic_wireless.c2323 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/
DKconfig15 networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
/linux-4.4.14/Documentation/sysctl/
Dnet.txt244 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/
DKconfig14 synchronize distributed clocks over Ethernet networks. The
/linux-4.4.14/drivers/net/slip/
DKconfig73 networks that don't pass all control characters or are only seven
/linux-4.4.14/net/ipv4/
DKconfig175 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/
DChangeLog.sym53c8xx_288 Fix sent by Stig Telfer <stig@api-networks.com>
DChangeLog.ncr53c8xx4 Fix sent by Stig Telfer <stig@api-networks.com>.
DChangeLog.sym53c8xx4 Fix sent by Stig Telfer <stig@api-networks.com>.
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
DKconfig86 deployed on potentially unfriendly networks (e.g. in a firewall),
/linux-4.4.14/Documentation/aoe/
Daoe.txt48 untrusted networks should be ignored as a matter of security. See
/linux-4.4.14/Documentation/usb/
Dhotplug.txt15 queues may need to be enabled, networks brought up, disk
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME220 4) Scan for all infrastructure networks.
/linux-4.4.14/net/ipv6/
DKconfig179 networks over an IPv4-only path.
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h670 int lnet_parse_networks(struct list_head *nilist, char *networks);
/linux-4.4.14/Documentation/isdn/
DREADME.concap78 non-permanent virtual circuits of wide area networks, ISDN) many
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h3982 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/
DKconfig152 management system to access multiple private networks with
/linux-4.4.14/drivers/net/wireless/
Dairo.c1249 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/
Drapidio.txt53 (depending on number of available mports and networks).
/linux-4.4.14/drivers/char/
DKconfig445 support direct attachment to public switched telephone networks (PSTNs)
/linux-4.4.14/net/sched/
DKconfig201 re-ordering. This is often useful to simulate networks when
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES107 Fix premature write failure on congested networks (we would give up
323 file copy performance on lightly loaded networks. Fix oops in dnotify
DREADME446 with fast networks and little or no caching benefits on the
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1091 networks, they will fail to elicit any responses. So, what you want