Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/staging/rtl8192e/
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-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c64 if (ieee->networks) in ieee80211_networks_allocate()
67 ieee->networks = kcalloc(MAX_NETWORK_COUNT, 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()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
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-v5.4/net/ieee802154/
DKconfig6 complexity short range wireless personal area networks. It was
7 designed to organise networks of sensors, switches, etc automation
/Linux-v5.4/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
Ddefza.txt17 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks
Dgtp.txt197 based networks.
207 > will result in different private networks having overlapping
/Linux-v5.4/net/batman-adv/
DKconfig16 a routing protocol for multi-hop ad-hoc mesh networks. The
17 networks may be wired or wireless. See
33 compatible to B.A.T.M.A.N. IV networks.
54 mesh networks. If you think that your network does not need
/Linux-v5.4/drivers/infiniband/sw/rdmavt/
DKconfig8 This is a common software verbs provider for RDMA networks.
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_event.h78 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_event.h105 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_event.h97 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/Linux-v5.4/drivers/staging/isdn/
DTODO7 With public ISDN networks almost completely shut down over the past 12
/Linux-v5.4/drivers/ptp/
DKconfig15 synchronize distributed clocks over Ethernet networks. The
39 The clock can be used in both wired and wireless networks
/Linux-v5.4/drivers/net/hippi/
DKconfig13 single-mode). HIPPI networks are commonly used for clusters and to
/Linux-v5.4/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-v5.4/net/x25/
DKconfig15 countries have public X.25 networks. X.25 consists of two
/Linux-v5.4/drivers/net/appletalk/
DKconfig47 networks. The card is also known as the Farallon PhoneNet PC card.
58 networks. You also need version 1.3.3 or later of the netatalk
/Linux-v5.4/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.h235 struct gelic_wl_scan_info *networks; member
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-v5.4/net/bridge/
DKconfig16 networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
/Linux-v5.4/Documentation/networking/device_drivers/qualcomm/
Drmnet.txt11 handle multiple private data networks (PDN) like a default internet, tethering,
/Linux-v5.4/drivers/net/slip/
DKconfig74 networks that don't pass all control characters or are only seven
/Linux-v5.4/net/ipv4/
DKconfig174 networks without changing their IP addresses).
492 wired networks and throughput over wireless links.
539 10G networks, measurement noise introduced by LRO, GRO and interrupt
566 See http://www-ece.rice.edu/networks/TCP-LP/
573 throughput over wireless networks. TCP Veno makes use of state

123