Home
last modified time | relevance | path

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

12345678910>>...170

/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A 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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-Adjust-for-musl-headers.patch11 src/libsystemd-network/sd-dhcp6-client.c | 2 +-
12 src/network/netdev/bareudp.c | 2 +-
13 src/network/netdev/batadv.c | 2 +-
14 src/network/netdev/bond.c | 2 +-
15 src/network/netdev/bridge.c | 2 +-
16 src/network/netdev/dummy.c | 2 +-
17 src/network/netdev/geneve.c | 2 +-
18 src/network/netdev/ifb.c | 2 +-
19 src/network/netdev/ipoib.c | 2 +-
20 src/network/netdev/ipvlan.c | 2 +-
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0001-Adjust-for-musl-headers.patch10 src/libsystemd-network/sd-dhcp6-client.c | 2 +-
11 src/network/netdev/bareudp.c | 2 +-
12 src/network/netdev/batadv.c | 2 +-
13 src/network/netdev/bond.c | 2 +-
14 src/network/netdev/bridge.c | 2 +-
15 src/network/netdev/dummy.c | 2 +-
16 src/network/netdev/geneve.c | 2 +-
17 src/network/netdev/ifb.c | 2 +-
18 src/network/netdev/ipoib.c | 2 +-
19 src/network/netdev/ipvlan.c | 2 +-
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A 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 …]
H A Dlibipw_wx.c47 struct libipw_network *network, in libipw_translate_scan() argument
60 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan()
68 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan()
70 &iwe, network->ssid); in libipw_translate_scan()
75 libipw_modes[network->mode]); in libipw_translate_scan()
80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
81 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan()
93 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan()
100 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan()
106 &iwe, network->ssid); in libipw_translate_scan()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/security/selinux/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_mlme.c43 pmlmepriv->cur_network.network.InfrastructureMode = in r8712_init_mlme_priv()
147 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in r8712_find_network()
224 (pnetwork->network.Privacy == cpu_to_le32(0))) in r8712_is_same_ibss()
227 (pnetwork->network.Privacy == cpu_to_le32(1))) in r8712_is_same_ibss()
289 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
321 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
322 update_network(&(pmlmepriv->cur_network.network), in update_current_network()
325 (pmlmepriv->cur_network.network.IEs) + in update_current_network()
327 pmlmepriv->cur_network.network.IELength); in update_current_network()
351 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
[all …]
/OK3568_Linux_fs/kernel/net/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/
H A DKconfig3 # Network device configuration
9 bool "Network device support"
14 You'll have to say Y if your computer contains a network card that
20 See also "The Linux Network Administrator's Guide" by Olaf Kirch and
34 bool "Network core driver support"
67 enlarge your kernel. What a deal. Read about it in the Network
75 tristate "WireGuard secure network tunnel"
186 on the MAC-VLAN network interface, called macvtap. A macvtap device
224 on the IP-VLAN network interface, called ipvtap. An ipvtap device
232 tristate "Virtual eXtensible Local Area Network (VXLAN)"
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c30 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv()
211 /* DBG_871X("_rtw_free_network:SSID =%s\n", pnetwork->network.Ssid.Ssid); */ in _rtw_free_network()
262 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _rtw_find_network()
365 …l871x_mlme_c_, _drv_err_, ("rtw_free_network ==> ssid = %s\n\n" , pnetwork->network.Ssid.Ssid)); */ in rtw_free_network_nolock()
388 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss()
391 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss()
433 …t wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument
444 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
508 …ter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { in update_network()
554 rtw_bug_check(&(pmlmepriv->cur_network.network), in update_current_network()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh/
H A D0001-Fix-building-with-libc.patch9 src/network/network.cc | 2 +-
12 diff --git a/src/network/network.cc b/src/network/network.cc
14 --- a/src/network/network.cc
15 +++ b/src/network/network.cc
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A 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
179 The UML TUN/TAP network transport allows a UML instance to exchange
196 The slip User-Mode Linux network transport allows a running UML to
197 network with its host over a point-to-point link. Unlike Ethertap,
217 This User-Mode Linux network transport allows one or more running
235 bool "Vector I/O high performance network devices"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/init-ifupdown/
H A Dinit-ifupdown_1.0.bb2 DESCRIPTION = "This package provides high level tools to configure network interfaces"
23 ${D}${sysconfdir}/network/if-pre-up.d \
24 ${D}${sysconfdir}/network/if-up.d \
25 ${D}${sysconfdir}/network/if-down.d \
26 ${D}${sysconfdir}/network/if-post-down.d
28 install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
29 install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d
33 # Disable network manager on machines that commonly do NFS booting
34 touch ${D}${sysconfdir}/network/nm-disabled-eth0
41 CONFFILES:${PN} = "${sysconfdir}/network/interfaces"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinit10 # Short-Description: Raise network interfaces.
21 echo "not deconfiguring network interfaces: iSCSI root is mounted."
29 echo "not deconfiguring network interfaces: network devices still mounted."
35 echo "not deconfiguring network interfaces: network file systems still mounted."
50 echo "not deconfiguring network interfaces: network swap still mounted."
60 echo -n "Configuring network interfaces... "
70 echo -n "Deconfiguring network interfaces... "
77 echo "Reconfiguring network interfaces... "
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa_supplicant.conf19 # file whenever configuration is changed (e.g., new network block is added with
26 # global configuration (shared by all network blocks)
46 # possible to run wpa_supplicant as root (since it needs to change network
49 # change the network configuration, this access needs to be protected in many
101 # the network blocks in the configuration file are tried one by one until
102 # the driver reports successful association; each network block should have
127 # loaded here before being used in the network blocks. By default, EAP methods
145 # network block
147 # Each network (usually AP's sharing the same SSID) is configured as a separate
148 # block in this configuration file. The network blocks are in preference order
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme.c58 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in _rtw_init_mlme_priv()
409 /* RTW_INFO("_rtw_free_network:SSID=%s\n", pnetwork->network.Ssid.Ssid); */ in _rtw_free_network()
477 if (_rtw_memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN) == _TRUE) in _rtw_find_network()
640 …_rtl871x_mlme_c_, _drv_err_, ("rtw_free_network==> ssid = %s \n\n" , pnetwork->network.Ssid.Ssid)); in rtw_free_network()
649 …rtl871x_mlme_c_,_drv_err_,("rtw_free_network==> ssid = %s \n\n" , pnetwork->network.Ssid.Ssid)); */ in rtw_free_network_nolock()
683 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss()
686 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss()
739 struct wlan_network *_rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument
750 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
762 struct wlan_network *rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network) in rtw_find_same_network() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mlme.c46 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in _rtw_init_mlme_priv()
302 //DBG_871X("_rtw_free_network:SSID=%s\n", pnetwork->network.Ssid.Ssid); in _rtw_free_network()
371 if (_rtw_memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN) == _TRUE) in _rtw_find_network()
542 …le_rtl871x_mlme_c_,_drv_err_,("rtw_free_network==> ssid = %s \n\n" , pnetwork->network.Ssid.Ssid)); in rtw_free_network()
551 …le_rtl871x_mlme_c_,_drv_err_,("rtw_free_network==> ssid = %s \n\n" , pnetwork->network.Ssid.Ssid)); in rtw_free_network_nolock()
585 ( pnetwork->network.Privacy == 0 ) ) in rtw_is_same_ibss()
590 ( pnetwork->network.Privacy == 1 ) ) in rtw_is_same_ibss()
648 struct wlan_network *_rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument
659 if (is_same_network(&network->network, &found->network,0)) in _rtw_find_same_network()
671 struct wlan_network *rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network) in rtw_find_same_network() argument
[all …]

12345678910>>...170