Home
last modified time | relevance | path

Searched full:network (Results 1 – 25 of 4364) sorted by relevance

12345678910>>...175

/kernel/linux/linux-5.10/drivers/tty/ipwireless/
Dnetwork.c3 * IPWireless 3G PCMCIA Network Driver
29 #include "network.h"
69 struct ipw_network *network = callback_data; in notify_packet_sent() local
72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent()
73 network->outgoing_packets_queued--; in notify_packet_sent()
74 if (network->ppp_channel != NULL) { in notify_packet_sent()
75 if (network->ppp_blocked) { in notify_packet_sent()
76 network->ppp_blocked = 0; in notify_packet_sent()
77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()
[all …]
/kernel/linux/linux-4.19/drivers/tty/ipwireless/
Dnetwork.c3 * IPWireless 3G PCMCIA Network Driver
29 #include "network.h"
69 struct ipw_network *network = callback_data; in notify_packet_sent() local
72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent()
73 network->outgoing_packets_queued--; in notify_packet_sent()
74 if (network->ppp_channel != NULL) { in notify_packet_sent()
75 if (network->ppp_blocked) { in notify_packet_sent()
76 network->ppp_blocked = 0; in notify_packet_sent()
77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
DKconfig15 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
22 wireless network adapters.
27 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
33 wireless network adapters.
38 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
44 wireless network adapters.
49 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
57 wireless network adapters.
62 tristate "Realtek RTL8723BE PCIe Wireless Network Adapter"
70 wireless network adapters.
[all …]
/kernel/linux/linux-5.10/security/selinux/
Dnetif.c3 * Network interface table.
5 * Network interfaces (devices) do not have a security field, so we
45 * @ns: the network namespace
46 * @ifindex: the network interface
49 * This is the hashing function for the network interface table, it returns the
60 * @ns: the network namespace
61 * @ifindex: the network interface
64 * Search the network interface table and return the record matching @ifindex.
87 * Add a new interface record to the network interface hash table. Returns
110 * Remove an existing interface record from the network interface table.
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1041 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument
1050 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE()
1051 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE()
1058 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE()
1061 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE()
1062 network->qos_data.param_count = in libipw_parse_qos_info_param_IE()
1069 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE()
1113 struct libipw_network *network) in libipw_parse_info_param() argument
1137 network->ssid_len = min(info_element->len, in libipw_parse_info_param()
1139 memcpy(network->ssid, info_element->data, in libipw_parse_info_param()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1047 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument
1056 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE()
1057 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE()
1064 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE()
1067 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE()
1068 network->qos_data.param_count = in libipw_parse_qos_info_param_IE()
1075 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE()
1119 struct libipw_network *network) in libipw_parse_info_param() argument
1143 network->ssid_len = min(info_element->len, in libipw_parse_info_param()
1145 memcpy(network->ssid, info_element->data, in libipw_parse_info_param()
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1432 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument
1441 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE()
1442 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE()
1449 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE()
1452 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE()
1453 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE()
1460 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE()
1507 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument
1513 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie()
1514 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie()
[all …]
Dieee80211_wx.c41 struct ieee80211_network *network, in rtl819x_translate_scan() argument
56 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in rtl819x_translate_scan()
63 // if (network->flags & NETWORK_EMPTY_ESSID) { in rtl819x_translate_scan()
64 if (network->ssid_len == 0) { in rtl819x_translate_scan()
68 iwe.u.data.length = min(network->ssid_len, (u8)32); in rtl819x_translate_scan()
69 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan()
74 if (network->mode & BIT(i)) { in rtl819x_translate_scan()
84 if (network->capability & in rtl819x_translate_scan()
86 if (network->capability & WLAN_CAPABILITY_BSS) in rtl819x_translate_scan()
95 /* iwe.u.freq.m = ieee80211_frequency(network->channel, network->mode); in rtl819x_translate_scan()
[all …]
/kernel/linux/linux-4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1497 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument
1506 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE()
1507 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE()
1514 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE()
1517 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE()
1518 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE()
1525 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE()
1572 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument
1580 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie()
1581 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/
DKconfig14 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
21 wireless network adapters.
26 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
32 wireless network adapters.
37 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
43 wireless network adapters.
48 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
56 wireless network adapters.
61 tristate "Realtek RTL8723BE PCIe Wireless Network Adapter"
69 wireless network adapters.
[all …]
/kernel/linux/linux-4.19/drivers/staging/rtl8192e/
Drtllib_rx.c1706 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument
1714 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE()
1715 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE()
1723 &(network->qos_data)); in rtllib_parse_qos_info_param_IE()
1724 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE()
1725 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE()
1732 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE()
1800 struct rtllib_network *network, in rtllib_extract_country_ie() argument
1805 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie()
1807 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie()
[all …]
Drtllib_wx.c49 struct rtllib_network *network, in rtl819x_translate_scan() argument
64 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan()
72 if (network->ssid_len > 0) { in rtl819x_translate_scan()
73 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan()
75 network->ssid); in rtl819x_translate_scan()
76 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan()
81 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan()
83 network->hidden_ssid); in rtl819x_translate_scan()
88 if (network->mode&(1<<i)) { in rtl819x_translate_scan()
100 if (network->capability & in rtl819x_translate_scan()
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
Drtllib_rx.c1696 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument
1704 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE()
1705 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE()
1713 &(network->qos_data)); in rtllib_parse_qos_info_param_IE()
1714 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE()
1715 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE()
1722 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE()
1790 struct rtllib_network *network, in rtllib_extract_country_ie() argument
1795 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie()
1797 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie()
[all …]
Drtllib_wx.c36 struct rtllib_network *network, in rtl819x_translate_scan() argument
51 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan()
59 if (network->ssid_len > 0) { in rtl819x_translate_scan()
60 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan()
62 network->ssid); in rtl819x_translate_scan()
63 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan()
68 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan()
70 network->hidden_ssid); in rtl819x_translate_scan()
75 if (network->mode&(1<<i)) { in rtl819x_translate_scan()
87 if (network->capability & in rtl819x_translate_scan()
[all …]
/kernel/linux/linux-4.19/security/selinux/
Dnetif.c2 * Network interface table.
4 * Network interfaces (devices) do not have a security field, so we
48 * @ns: the network namespace
49 * @ifindex: the network interface
52 * This is the hashing function for the network interface table, it returns the
63 * @ns: the network namespace
64 * @ifindex: the network interface
67 * Search the network interface table and return the record matching @ifindex.
90 * Add a new interface record to the network interface hash table. Returns
113 * Remove an existing interface record from the network interface table.
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-net-statistics6 Indicates the number of collisions seen by this network device.
15 network device.
22 Indicates the number of bytes received by this network device.
23 See the network driver for the exact meaning of when this
32 network device. This value might only be relevant for interfaces
41 by this network device. Note that the specific meaning might
49 Indicates the number of packets received by the network device
51 packet processing. See the network driver for the exact
59 Indicates the number of receive errors on this network device.
60 See the network driver for the exact meaning of this value.
[all …]
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-class-net-statistics6 Indicates the number of collisions seen by this network device.
15 network device.
22 Indicates the number of bytes received by this network device.
23 See the network driver for the exact meaning of when this
32 network device. This value might only be relevant for interfaces
41 by this network device. Note that the specific meaning might
49 Indicates the number of packets received by the network device
51 packet processing. See the network driver for the exact
60 network device. See the network driver for the exact
70 on the MAC layer protocol used. See the network driver for
[all …]
/kernel/linux/linux-4.19/arch/um/drivers/
DKconfig127 menu "UML Network Devices"
132 bool "Virtual network device"
136 provide one or more virtual network devices through which the UML
153 The Ethertap User-Mode Linux network transport allows a single
158 Ethernet network, it's in fact communicating over a point-to-point
170 If you'd like to set up an IP network with the host and/or the
180 The UML TUN/TAP network transport allows a UML instance to exchange
192 The slip User-Mode Linux network transport allows a running UML to
193 network with its host over a point-to-point link. Unlike Ethertap,
206 choose the Multicast transport (to network multiple UMLs on
[all …]
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/
De1000e.rst4 Linux Driver for Intel(R) Ethernet Network Connection
22 network drivers, refer to the Intel Support website:
34 There needs to be a <VAL#> for each network port in the system supported by
40 In this case, there are two network ports supported by e1000e in the system.
122 properly tuned for specific network traffic. Increasing this value adds extra
128 (stop transmitting) under certain network conditions. If this occurs a NETDEV
130 controller is automatically reset, restoring the network connection. To
142 RxIntDelay, may improve traffic throughput in specific network conditions.
151 properly tuned for specific network traffic. If the system is reporting
164 may improve traffic throughput in specific network conditions.
[all …]
/kernel/linux/linux-5.10/Documentation/networking/dsa/
Ddsa.rst19 they configured/queried a switch port network device or a regular network
36 For each front-panel port, DSA will create specialized network devices which are
38 stack. These specialized network interfaces are referred to as "slave" network
54 Note that DSA does not currently create network interfaces for the "cpu" and
62 cannot really be used as proper network interfaces either, only the
83 Master network devices
86 Master network devices are regular, unmodified Linux network device drivers for
91 drivers. Such network devices are also often referred to as conduit network
105 Master network device (e.g.: e1000e):
134 - locate per-port network device
[all …]
/kernel/linux/linux-5.10/net/
DKconfig3 # Network configuration
104 This enables security marking of network packets, similar
115 This allows timestamping of network packets by PHYs (or
123 bool "Network packet filtering framework (Netfilter)"
125 Netfilter is a framework for filtering and mangling network packets
129 a firewall protecting a local network from the Internet. The type of
131 filter", which means that it can reject individual network packets
134 bothersome to set up; it inspects the network traffic much more
143 the gateway to the Internet for a local network of machines without
145 of the computers on your local network wants to send something to
[all …]
/kernel/linux/linux-4.19/net/
DKconfig2 # Network configuration
98 This enables security marking of network packets, similar
109 This allows timestamping of network packets by PHYs with
116 bool "Network packet filtering framework (Netfilter)"
118 Netfilter is a framework for filtering and mangling network packets
122 a firewall protecting a local network from the Internet. The type of
124 filter", which means that it can reject individual network packets
127 bothersome to set up; it inspects the network traffic much more
136 the gateway to the Internet for a local network of machines without
138 of the computers on your local network wants to send something to
[all …]
/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.concap4 The "concap" interface is intended to be used by network device
6 It is assumed that the protocol interacts with a linux network device by
12 also be useful to other kinds of network devices. Thus, if you want
29 user space utility (isdnctrl). The isdn network interface code then
33 In contrast, LAN network interfaces always used a single encapsulation
36 traditional linux network device drivers used to process the
44 makes isdn network interfaces more flexible, but also much more
45 complex than traditional lan network interfaces.
54 than encapsulation protocols for lan devices. Thus, network interface
59 isdn network interfaces I could have introduced yet another branch to
[all …]
/kernel/linux/linux-4.19/drivers/net/
DKconfig2 # Network device configuration
8 bool "Network device support"
13 You'll have to say Y if your computer contains a network card that
19 See also "The Linux Network Administrator's Guide" by Olaf Kirch and
33 bool "Network core driver support"
66 enlarge your kernel. What a deal. Read about it in the Network
141 on the MAC-VLAN network interface, called macvtap. A macvtap device
176 on the IP-VLAN network interface, called ipvtap. An ipvtap device
184 tristate "Virtual eXtensible Local Area Network (VXLAN)"
191 to tunnel virtual network infrastructure in virtualized environments.
[all …]
/kernel/linux/linux-4.19/Documentation/networking/dsa/
Ddsa.txt21 they configured/queried a switch port network device or a regular network
38 For each front-panel port, DSA will create specialized network devices which are
40 stack. These specialized network interfaces are referred to as "slave" network
56 Note that DSA does not currently create network interfaces for the "cpu" and
64 cannot really be used as proper network interfaces either, only the
85 Master network devices
88 Master network devices are regular, unmodified Linux network device drivers for
93 drivers. Such network devices are also often referred to as conduit network
107 Master network device (e.g.: e1000e):
134 -> locate per-port network device
[all …]

12345678910>>...175