Home
last modified time | relevance | path

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

123

/linux/drivers/staging/rtl8192e/
A Drtllib_module.c42 if (ieee->networks) in rtllib_networks_allocate()
45 ieee->networks = kcalloc(MAX_NETWORK_COUNT, in rtllib_networks_allocate()
47 if (!ieee->networks) in rtllib_networks_allocate()
55 if (!ieee->networks) in rtllib_networks_free()
57 kfree(ieee->networks); in rtllib_networks_free()
58 ieee->networks = NULL; in rtllib_networks_free()
68 list_add_tail(&ieee->networks[i].list, in rtllib_networks_initialize()
/linux/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_module.c48 if (ieee->networks) in ieee80211_networks_allocate()
51 ieee->networks = kcalloc(MAX_NETWORK_COUNT, in ieee80211_networks_allocate()
54 if (!ieee->networks) { in ieee80211_networks_allocate()
64 if (!ieee->networks) in ieee80211_networks_free()
66 kfree(ieee->networks); in ieee80211_networks_free()
67 ieee->networks = NULL; in ieee80211_networks_free()
77 list_add_tail(&ieee->networks[i].list, &ieee->network_free_list); in ieee80211_networks_initialize()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_module.c60 ieee->networks[i] = kzalloc(sizeof(struct libipw_network), in libipw_networks_allocate()
62 if (!ieee->networks[i]) { in libipw_networks_allocate()
65 kfree(ieee->networks[j]); in libipw_networks_allocate()
78 kfree(ieee->networks[i]); in libipw_networks_free()
103 list_add_tail(&ieee->networks[i]->list, in libipw_networks_initialize()
/linux/net/hsr/
A DKconfig25 separate networks over the two slave interfaces. Like HSR, Ethernet
26 frames sent over the PRP device will be sent to both networks giving
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
/linux/Documentation/networking/
A Dipddp.rst15 networks can use to communicate via IP. AppleTalk-IP is simply IP datagrams
65 decapsulation is being used most for connecting LocalTalk networks to
66 IP networks. Although it has been used on EtherTalk networks to allow
A Dmctp.rst14 Structure: interfaces & networks
18 networks.
32 If multiple networks are present, each may contain endpoint IDs (EIDs) that are
33 also present on other networks.
A Ddctcp.rst8 center networks and leverages Explicit Congestion Notification (ECN) in
A Dbareudp.rst8 leverage the UDP based load balancing capability of different networks.
/linux/net/batman-adv/
A DKconfig15 a routing protocol for multi-hop ad-hoc mesh networks. The
16 networks may be wired or wireless. See
32 compatible to B.A.T.M.A.N. IV networks.
53 mesh networks. If you think that your network does not need
/linux/net/ieee802154/
A DKconfig6 complexity short range wireless personal area networks. It was
7 designed to organise networks of sensors, switches, etc automation
/linux/drivers/infiniband/sw/rdmavt/
A DKconfig8 This is a common software verbs provider for RDMA networks.
/linux/drivers/staging/rtl8723bs/include/
A Drtw_event.h92 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/linux/drivers/staging/r8188eu/include/
A Drtw_event.h94 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/linux/drivers/staging/rtl8712/
A Drtl871x_event.h97 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/linux/Documentation/netlabel/
A 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/drivers/net/hippi/
A DKconfig13 single-mode). HIPPI networks are commonly used for clusters and to
/linux/drivers/net/appletalk/
A DKconfig47 networks. The card is also known as the Farallon PhoneNet PC card.
60 networks. You also need version 1.3.3 or later of the netatalk
/linux/net/x25/
A DKconfig15 countries have public X.25 networks. X.25 consists of two
/linux/drivers/net/ethernet/toshiba/
A Dps3_gelic_wireless.h235 struct gelic_wl_scan_info *networks; member
A Dps3_gelic_wireless.c2308 wl->networks = kcalloc(GELIC_WL_BSS_MAX_ENT, in gelic_wl_alloc()
2312 if (!wl->networks) in gelic_wl_alloc()
2326 list_add_tail(&wl->networks[i].list, in gelic_wl_alloc()
2353 kfree(wl->networks); in gelic_wl_alloc()
2372 scan_info = wl->networks; in gelic_wl_free()
2375 kfree(wl->networks); in gelic_wl_free()
/linux/drivers/ptp/
A DKconfig16 synchronize distributed clocks over Ethernet networks. The
52 The clock can be used in both wired and wireless networks
/linux/Documentation/networking/device_drivers/fddi/
A Ddefza.rst23 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks
/linux/net/bridge/
A DKconfig16 networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
/linux/drivers/net/slip/
A DKconfig74 networks that don't pass all control characters or are only seven
/linux/net/ipv4/
A DKconfig174 networks without changing their IP addresses).
507 wired networks and throughput over wireless links.
554 10G networks, measurement noise introduced by LRO, GRO and interrupt
581 See http://www-ece.rice.edu/networks/TCP-LP/
588 throughput over wireless networks. TCP Veno makes use of state

Completed in 40 milliseconds

123