/linux/Documentation/netlink/specs/ |
H A D | ovpn.yaml | 40 attributes: 166 attributes: 194 attributes: 220 attributes: 225 attributes: 256 nested-attributes: keydir 261 nested-attributes: keydir 264 attributes: 283 attributes: 295 attributes: [all …]
|
H A D | nfsd.yaml | 12 attributes: 67 attributes: 83 attributes: 95 attributes: 99 nested-attributes: version 103 attributes: 112 attributes: 116 nested-attributes: sock 120 attributes: 136 attributes: [all …]
|
H A D | nlctrl.yaml | 50 attributes: 70 nested-attributes: op-attrs 75 nested-attributes: mcast-group-attrs 80 nested-attributes: policy-attrs 85 nested-attributes: op-policy-attrs 93 attributes: 104 attributes: 117 attributes: 159 attributes: 178 attributes: [all …]
|
H A D | net_shaper.yaml | 75 attributes: 79 nested-attributes: handle 121 nested-attributes: handle 129 nested-attributes: leaf-info 134 attributes: 150 attributes: 159 attributes: 217 attributes: &ns-binding 221 attributes: &ns-attrs 236 attributes: [all …]
|
H A D | handshake.yaml | 34 attributes: 43 attributes: 69 nested-attributes: x509 79 attributes: 104 attributes: 107 attributes: 122 attributes:
|
/linux/include/linux/ |
H A D | compiler_attributes.h | 6 * The attributes in this file are unconditionally defined and they directly 11 * Any other "attributes" (i.e. those that depend on a configuration option, 12 * on a compiler, on an architecture, on plugins, on other attributes...) 24 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-a… 29 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function… 30 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribu… 31 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable… 38 * available and includes other attributes. For GCC < 9.1, __alloc_size__ gets undefined 41 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alloc_005fsize-f… 52 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finlin… [all …]
|
/linux/net/netlabel/ |
H A D | netlabel_mgmt.h | 28 * Required attributes: 33 * If IPv4 is specified the following attributes are required: 38 * If IPv6 is specified the following attributes are required: 43 * If using NETLBL_NLTYPE_CIPSOV4 the following attributes are required: 47 * If using NETLBL_NLTYPE_UNLABELED no other attributes are required, 56 * Required attributes: 66 * Required attributes: 82 * attributes are required: 87 * attributes are required. 93 * Required attributes: [all …]
|
H A D | netlabel_unlabeled.h | 28 * Required attributes: 33 * If IPv4 is specified the following attributes are required: 38 * If IPv6 is specified the following attributes are required: 47 * Required attributes: 51 * If IPv4 is specified the following attributes are required: 56 * If IPv6 is specified the following attributes are required: 67 * Required attributes: 72 * If IPv4 is specified the following attributes are required: 77 * If IPv6 is specified the following attributes are required: 90 * If IPv4 is specified the following attributes are required: [all …]
|
H A D | netlabel_cipso_v4.h | 27 * Required attributes: 33 * If using CIPSO_V4_MAP_TRANS the following attributes are required: 38 * If using CIPSO_V4_MAP_PASS or CIPSO_V4_MAP_LOCAL no additional attributes 45 * Required attributes: 53 * Required attributes: 60 * Required attributes: 65 * If using CIPSO_V4_MAP_TRANS the following attributes are required: 70 * If using CIPSO_V4_MAP_PASS or CIPSO_V4_MAP_LOCAL no additional attributes 79 * Required attributes: 96 /* NetLabel CIPSOv4 attributes */
|
/linux/fs/efivarfs/ |
H A D | file.c | 20 u32 attributes; in efivarfs_file_write() local 22 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write() 26 if (count < sizeof(attributes)) in efivarfs_file_write() 29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write() 35 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write() 50 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write() 65 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 84 u32 attributes; in efivarfs_file_read() local 103 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read() [all …]
|
/linux/include/uapi/linux/ |
H A D | smc.h | 15 /* Netlink SMC_PNETID attributes */ 67 /* SMC_GENL_FAMILY top level attributes */ 82 /* SMC_GEN_SYS_INFO attributes */ 95 /* SMC_NLA_LGR_D_V2_COMMON and SMC_NLA_LGR_R_V2_COMMON nested attributes */ 106 /* SMC_NLA_LGR_R_V2 nested attributes */ 116 /* SMC_GEN_LGR_SMCR attributes */ 136 /* SMC_GEN_LINK_SMCR attributes */ 153 /* SMC_GEN_LGR_SMCD attributes */ 173 /* SMC_NLA_DEV_PORT nested attributes */ 186 /* SMC_GEN_DEV_SMCD and SMC_GEN_DEV_SMCR attributes */ [all …]
|
H A D | ncsi.h | 17 * @NCSI_CMD_PKG_INFO: list package and channel attributes. Requires 51 * enum ncsi_nl_attrs - General NCSI netlink attributes 53 * @NCSI_ATTR_UNSPEC: unspecified attributes to catch errors 55 * @NCSI_ATTR_PACKAGE_LIST: nested array of NCSI_PKG_ATTR attributes 81 * enum ncsi_nl_pkg_attrs - NCSI netlink package-specific attributes 83 * @NCSI_PKG_ATTR_UNSPEC: unspecified attributes to catch errors 84 * @NCSI_PKG_ATTR: nested array of package attributes 87 * @NCSI_PKG_ATTR_CHANNEL_LIST: nested array of NCSI_CHANNEL_ATTR attributes 102 * enum ncsi_nl_channel_attrs - NCSI netlink channel-specific attributes 104 * @NCSI_CHANNEL_ATTR_UNSPEC: unspecified attributes to catch errors [all …]
|
H A D | openvswitch.h | 32 * Attributes following the header are specific to a particular OVS Generic 63 * enum ovs_datapath_attr - attributes for %OVS_DP_* commands. 82 * These attributes follow the &struct ovs_header within the Generic Netlink 161 * enum ovs_packet_attr - attributes for %OVS_PACKET_* commands. 168 * extracted from the packet as nested %OVS_KEY_ATTR_* attributes. This allows 172 * for %OVS_PACKET_CMD_EXECUTE. It has nested %OVS_ACTION_ATTR_* attributes. 183 * extracted from the packet as nested %OVS_TUNNEL_KEY_ATTR_* attributes. 195 * These attributes follow the &struct ovs_header within the Generic Netlink 201 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */ 202 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ [all …]
|
H A D | mptcp_pm.h | 18 * is sent. Attributes: token, family, saddr4 | saddr6, daddr4 | daddr6, 21 * subflows). Attributes: token, family, saddr4 | saddr6, daddr4 | daddr6, 25 * Attributes: token, rem_id, family, daddr4 | daddr6 [, dport]. 26 * @MPTCP_EVENT_REMOVED: An address has been lost by the peer. Attributes: 29 * should not be set. Attributes: token, family, loc_id, rem_id, saddr4 | 33 * Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | 36 * should not be set. Attributes: token, family, loc_id, rem_id, saddr4 | 38 * @MPTCP_EVENT_LISTENER_CREATED: A new PM listener is created. Attributes: 40 * @MPTCP_EVENT_LISTENER_CLOSED: A PM listener is closed. Attributes: family,
|
/linux/Documentation/driver-api/driver-model/ |
H A D | device.rst | 38 Attributes chapter 51 Attributes of devices can be exported by a device driver through sysfs. 56 As explained in Documentation/core-api/kobject.rst, device attributes must be 60 Attributes are declared using a macro called DEVICE_ATTR:: 76 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be 106 device attributes and the device_unregister() function will use this pointer 107 to remove the device attributes. 111 strict expectations on when attributes get created. When a new device is 113 udev) that a new device is available. If attributes are added after the 115 not know about the new attributes. [all …]
|
/linux/include/scsi/ |
H A D | scsi_transport_fc.h | 3 * FiberChannel transport specific attributes exported to sysfs. 7 * Rewrite for host, target, device, and remote port attributes, 164 /* Macro for use in defining Virtual Port attributes */ 191 * FC Virtual Port Attributes 202 * roles. FC port attributes for the vport will be reported on any 207 * Fixed attributes are not expected to change. The driver is 212 * Dynamic attributes are expected to change. The driver participates 215 * Private attributes are transport-managed values. They are fully 220 /* Fixed Attributes */ 222 /* Dynamic Attributes */ [all...] |
/linux/include/scsi/fc/ |
H A D | fc_ms.h | 38 FC_FDMI_GHAT = 0x0101, /* Get HBA Attributes */ 40 FC_FDMI_GPAT = 0x0110, /* Get Port Attributes */ 42 FC_FDMI_RHAT = 0x0201, /* Register HBA Attributes */ 44 FC_FDMI_RPA = 0x0211, /* Register Port Attributes */ 46 FC_FDMI_DHAT = 0x0301, /* Deregister HBA Attributes */ 48 FC_FDMI_DPA = 0x0311, /* Deregister Port Attributes */ 155 * Attribute Entry Block for HBA/Port Attributes 165 * Common for HBA/Port Attributes 190 * Register HBA Attributes (RHAT) 207 * Register Port Attributes (RPA) [all …]
|
/linux/Documentation/filesystems/ext4/ |
H A D | attributes.rst | 3 Extended Attributes 6 Extended attributes (xattrs) are typically stored in a separate data 8 The first use of extended attributes seems to have been for storing file 10 option it is possible for users to store extended attributes so long as 14 There are two places where extended attributes can be found. The first 19 where extended attributes can be found is in the block pointed to by 29 Extended attributes, when stored after the inode, have a header 72 - Hash value of all attributes. 92 Attributes stored inside an inode do not need be stored in sorted order. 114 Multiple attributes can share the same value. For an inode attribute [all …]
|
/linux/include/uapi/linux/netfilter/ |
H A D | nf_tables.h | 149 * enum nft_list_attributes - nf_tables generic list netlink attributes 161 * enum nft_hook_attributes - nf_tables netfilter hook netlink attributes 195 * enum nft_table_attributes - nf_tables table netlink attributes 226 * enum nft_chain_attributes - nf_tables chain netlink attributes 259 * enum nft_rule_attributes - nf_tables rule netlink attributes 302 * enum nft_rule_compat_attributes - nf_tables rule compat attributes 366 * enum nft_set_field_attributes - attributes of concatenated fields 378 * enum nft_set_attributes - nf_tables set netlink attributes 438 * enum nft_set_elem_attributes - nf_tables set element netlink attributes 469 * enum nft_set_elem_list_attributes - nf_tables set element list netlink attributes [all...] |
/linux/Documentation/netlink/ |
H A D | netlink-raw.yaml | 54 …description: Makes the number of attributes and commands be specified by a define, not an enum val… 153 form while specific attributes may request to convert the values into a bitfield. 186 required: [ name, attributes ] 195 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a- 207 a limited group of attributes which are used in a nest. 211 … description: The explicit name for constant holding the count of attributes (last attr + 1). 220 attributes: 221 description: List of attributes in the space. 251 nested-attributes: 261 form while specific attributes may request to convert the values into a bitfield. [all …]
|
H A D | genetlink.yaml | 96 required: [ name, attributes ] 105 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a- 116 a limited group of attributes which are used in a nest. 118 attributes: 119 description: List of attributes in the space. 147 nested-attributes: 157 form while specific attributes may request to convert the values into a bitfield. 207 attributes: 258 Attribute space from which attributes directly in the requests and replies 286 attributes: [all …]
|
/linux/Documentation/power/ |
H A D | power_supply_class.rst | 10 It defines core set of attributes, which should be applicable to (almost) 11 every power supply out there. Attributes are available via sysfs and uevent 15 the attributes provided are believed to be universally applicable to any 19 Power supply class is extensible, and allows to define drivers own attributes. 32 Attributes/properties 34 Power supply class has predefined set of attributes, this eliminates code 36 predefined attributes *and* their units. 38 So, userspace gets predictable set of attributes and their units for any 44 and handle attributes. 57 Attributes/properties detailed [all …]
|
/linux/Documentation/hwmon/ |
H A D | mp9941.rst | 29 The driver exports the following attributes via the 'sysfs' files 40 The driver provides the following attributes for output voltage: 54 The driver provides the following attributes for input current: 64 The driver provides the following attributes for output current: 70 The driver provides the following attributes for input power: 76 The driver provides the following attributes for output power: 82 The driver provides the following attributes for temperature:
|
/linux/Documentation/netlabel/ |
H A D | lsm_interface.rst | 12 NetLabel is a mechanism which can set and retrieve security attributes from 18 NetLabel Security Attributes 22 it uses the concept of security attributes to refer to the packet's security 23 labels. The NetLabel security attributes are defined by the 25 NetLabel subsystem converts the security attributes to and from the correct 28 security attributes into whatever security identifiers are in use for their 47 LSM has received a packet, used NetLabel to decode its security attributes, 48 and translated the security attributes into a LSM internal identifier the LSM
|
/linux/include/net/ |
H A D | netlink.h | 11 * Netlink Messages and Attributes Interface (As Seen On TV) 29 * | Family Header | Pad | Attributes | 60 * nlmsg_attrdata(nlh, hdrlen) head of attributes data 61 * nlmsg_attrlen(nlh, hdrlen) length of attributes data 66 * nlmsg_parse() parse attributes of a message 70 * nlmsg_for_each_attr() loop over all attributes 71 * nlmsg_for_each_attr_type() loop over all attributes with the 78 * Attributes Interface 119 * Nested Attributes Construction: 159 * nla_validate() validate a stream of attributes [all …]
|