/linux-6.3-rc2/drivers/staging/rtl8192e/ |
A D | rtllib_module.c | 42 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-6.3-rc2/drivers/staging/rtl8192u/ieee80211/ |
A D | ieee80211_module.c | 48 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-6.3-rc2/drivers/net/wireless/intel/ipw2x00/ |
A D | libipw_module.c | 60 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-6.3-rc2/net/hsr/ |
A D | Kconfig | 25 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-6.3-rc2/net/ieee802154/ |
A D | Kconfig | 6 complexity short range wireless personal area networks. It was 7 designed to organise networks of sensors, switches, etc automation
|
/linux-6.3-rc2/net/batman-adv/ |
A D | Kconfig | 15 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-6.3-rc2/Documentation/networking/ |
A D | ipddp.rst | 15 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 D | mctp.rst | 14 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 D | dctcp.rst | 8 center networks and leverages Explicit Congestion Notification (ECN) in
|
A D | bareudp.rst | 8 leverage the UDP based load balancing capability of different networks.
|
A D | gtp.rst | 214 based networks. 224 will result in different private networks having overlapping
|
/linux-6.3-rc2/drivers/infiniband/sw/rdmavt/ |
A D | Kconfig | 8 This is a common software verbs provider for RDMA networks.
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/ |
A D | rtw_event.h | 92 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A D | rtl871x_event.h | 97 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
|
/linux-6.3-rc2/drivers/net/hippi/ |
A D | Kconfig | 13 single-mode). HIPPI networks are commonly used for clusters and to
|
/linux-6.3-rc2/Documentation/netlabel/ |
A 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-6.3-rc2/net/x25/ |
A D | Kconfig | 15 countries have public X.25 networks. X.25 consists of two
|
/linux-6.3-rc2/drivers/net/ethernet/toshiba/ |
A D | ps3_gelic_wireless.h | 235 struct gelic_wl_scan_info *networks; member
|
A D | ps3_gelic_wireless.c | 2308 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-6.3-rc2/drivers/ptp/ |
A D | Kconfig | 16 synchronize distributed clocks over Ethernet networks. The 52 The clock can be used in both wired and wireless networks
|
/linux-6.3-rc2/Documentation/networking/device_drivers/fddi/ |
A D | defza.rst | 23 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks
|
/linux-6.3-rc2/net/bridge/ |
A D | Kconfig | 16 networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
|
/linux-6.3-rc2/drivers/net/slip/ |
A D | Kconfig | 74 networks that don't pass all control characters or are only seven
|
/linux-6.3-rc2/net/ipv4/ |
A D | Kconfig | 174 networks without changing their IP addresses). 516 wired networks and throughput over wireless links. 563 10G networks, measurement noise introduced by LRO, GRO and interrupt 590 See http://www-ece.rice.edu/networks/TCP-LP/ 597 throughput over wireless networks. TCP Veno makes use of state
|
/linux-6.3-rc2/drivers/net/appletalk/ |
A D | Kconfig | 49 networks. You also need version 1.3.3 or later of the netatalk
|