Home
last modified time | relevance | path

Searched refs:NLA_U32 (Results 1 - 25 of 448) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink.c68 [TIPC_NLA_MON_REF] = { .type = NLA_U32 },
69 [TIPC_NLA_MON_ACTIVATION_THRESHOLD] = { .type = NLA_U32 },
74 [TIPC_NLA_SOCK_ADDR] = { .type = NLA_U32 },
75 [TIPC_NLA_SOCK_REF] = { .type = NLA_U32 },
82 [TIPC_NLA_NET_ID] = { .type = NLA_U32 },
83 [TIPC_NLA_NET_ADDR] = { .type = NLA_U32 },
93 [TIPC_NLA_LINK_MTU] = { .type = NLA_U32 },
99 [TIPC_NLA_LINK_RX] = { .type = NLA_U32 },
100 [TIPC_NLA_LINK_TX] = { .type = NLA_U32 }
105 [TIPC_NLA_NODE_ADDR] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dnetlink.c68 [TIPC_NLA_MON_REF] = { .type = NLA_U32 },
69 [TIPC_NLA_MON_ACTIVATION_THRESHOLD] = { .type = NLA_U32 },
74 [TIPC_NLA_SOCK_ADDR] = { .type = NLA_U32 },
75 [TIPC_NLA_SOCK_REF] = { .type = NLA_U32 },
82 [TIPC_NLA_NET_ID] = { .type = NLA_U32 },
83 [TIPC_NLA_NET_ADDR] = { .type = NLA_U32 },
93 [TIPC_NLA_LINK_MTU] = { .type = NLA_U32 },
99 [TIPC_NLA_LINK_RX] = { .type = NLA_U32 },
100 [TIPC_NLA_LINK_TX] = { .type = NLA_U32 }
105 [TIPC_NLA_NODE_ADDR] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_mrp_netlink.c25 [IFLA_BRIDGE_MRP_INSTANCE_RING_ID] = { .type = NLA_U32 },
26 [IFLA_BRIDGE_MRP_INSTANCE_P_IFINDEX] = { .type = NLA_U32 },
27 [IFLA_BRIDGE_MRP_INSTANCE_S_IFINDEX] = { .type = NLA_U32 },
72 [IFLA_BRIDGE_MRP_PORT_STATE_STATE] = { .type = NLA_U32 },
101 [IFLA_BRIDGE_MRP_PORT_ROLE_ROLE] = { .type = NLA_U32 },
130 [IFLA_BRIDGE_MRP_RING_STATE_RING_ID] = { .type = NLA_U32 },
131 [IFLA_BRIDGE_MRP_RING_STATE_STATE] = { .type = NLA_U32 },
164 [IFLA_BRIDGE_MRP_RING_ROLE_RING_ID] = { .type = NLA_U32 },
165 [IFLA_BRIDGE_MRP_RING_ROLE_ROLE] = { .type = NLA_U32 },
198 [IFLA_BRIDGE_MRP_START_TEST_RING_ID] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_mrp_netlink.c25 [IFLA_BRIDGE_MRP_INSTANCE_RING_ID] = { .type = NLA_U32 },
26 [IFLA_BRIDGE_MRP_INSTANCE_P_IFINDEX] = { .type = NLA_U32 },
27 [IFLA_BRIDGE_MRP_INSTANCE_S_IFINDEX] = { .type = NLA_U32 },
72 [IFLA_BRIDGE_MRP_PORT_STATE_STATE] = { .type = NLA_U32 },
101 [IFLA_BRIDGE_MRP_PORT_ROLE_ROLE] = { .type = NLA_U32 },
130 [IFLA_BRIDGE_MRP_RING_STATE_RING_ID] = { .type = NLA_U32 },
131 [IFLA_BRIDGE_MRP_RING_STATE_STATE] = { .type = NLA_U32 },
164 [IFLA_BRIDGE_MRP_RING_ROLE_RING_ID] = { .type = NLA_U32 },
165 [IFLA_BRIDGE_MRP_RING_ROLE_ROLE] = { .type = NLA_U32 },
198 [IFLA_BRIDGE_MRP_START_TEST_RING_ID] = { .type = NLA_U32 },
[all...]
H A Dbr_cfm_netlink.c11 [IFLA_BRIDGE_CFM_MEP_CREATE_INSTANCE] = { .type = NLA_U32 },
12 [IFLA_BRIDGE_CFM_MEP_CREATE_DOMAIN] = { .type = NLA_U32 },
13 [IFLA_BRIDGE_CFM_MEP_CREATE_DIRECTION] = { .type = NLA_U32 },
14 [IFLA_BRIDGE_CFM_MEP_CREATE_IFINDEX] = { .type = NLA_U32 },
20 [IFLA_BRIDGE_CFM_MEP_DELETE_INSTANCE] = { .type = NLA_U32 },
26 [IFLA_BRIDGE_CFM_MEP_CONFIG_INSTANCE] = { .type = NLA_U32 },
28 [IFLA_BRIDGE_CFM_MEP_CONFIG_MDLEVEL] = NLA_POLICY_MAX(NLA_U32, 7),
29 [IFLA_BRIDGE_CFM_MEP_CONFIG_MEPID] = NLA_POLICY_MAX(NLA_U32, 0x1FFF),
35 [IFLA_BRIDGE_CFM_CC_CONFIG_INSTANCE] = { .type = NLA_U32 },
36 [IFLA_BRIDGE_CFM_CC_CONFIG_ENABLE] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H A Dcoalesce.c203 [ETHTOOL_A_COALESCE_RX_USECS] = { .type = NLA_U32 },
204 [ETHTOOL_A_COALESCE_RX_MAX_FRAMES] = { .type = NLA_U32 },
205 [ETHTOOL_A_COALESCE_RX_USECS_IRQ] = { .type = NLA_U32 },
206 [ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ] = { .type = NLA_U32 },
207 [ETHTOOL_A_COALESCE_TX_USECS] = { .type = NLA_U32 },
208 [ETHTOOL_A_COALESCE_TX_MAX_FRAMES] = { .type = NLA_U32 },
209 [ETHTOOL_A_COALESCE_TX_USECS_IRQ] = { .type = NLA_U32 },
210 [ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ] = { .type = NLA_U32 },
211 [ETHTOOL_A_COALESCE_STATS_BLOCK_USECS] = { .type = NLA_U32 },
214 [ETHTOOL_A_COALESCE_PKT_RATE_LOW] = { .type = NLA_U32 },
[all...]
H A Dplca.c44 case NLA_U32: in plca_update_sint()
134 [ETHTOOL_A_PLCA_NODE_ID] = NLA_POLICY_MAX(NLA_U32, 255),
135 [ETHTOOL_A_PLCA_NODE_CNT] = NLA_POLICY_RANGE(NLA_U32, 1, 255),
136 [ETHTOOL_A_PLCA_TO_TMR] = NLA_POLICY_MAX(NLA_U32, 255),
137 [ETHTOOL_A_PLCA_BURST_CNT] = NLA_POLICY_MAX(NLA_U32, 255),
138 [ETHTOOL_A_PLCA_BURST_TMR] = NLA_POLICY_MAX(NLA_U32, 255),
/kernel/linux/linux-5.10/net/ethtool/
H A Dcoalesce.c196 [ETHTOOL_A_COALESCE_RX_USECS] = { .type = NLA_U32 },
197 [ETHTOOL_A_COALESCE_RX_MAX_FRAMES] = { .type = NLA_U32 },
198 [ETHTOOL_A_COALESCE_RX_USECS_IRQ] = { .type = NLA_U32 },
199 [ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ] = { .type = NLA_U32 },
200 [ETHTOOL_A_COALESCE_TX_USECS] = { .type = NLA_U32 },
201 [ETHTOOL_A_COALESCE_TX_MAX_FRAMES] = { .type = NLA_U32 },
202 [ETHTOOL_A_COALESCE_TX_USECS_IRQ] = { .type = NLA_U32 },
203 [ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ] = { .type = NLA_U32 },
204 [ETHTOOL_A_COALESCE_STATS_BLOCK_USECS] = { .type = NLA_U32 },
207 [ETHTOOL_A_COALESCE_PKT_RATE_LOW] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_mac.c131 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
132 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
133 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
136 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
137 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
142 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
143 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
149 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
H A Dip_set_hash_ipmark.c290 [IPSET_ATTR_MARKMASK] = { .type = NLA_U32 },
291 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
292 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
293 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
296 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
297 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
302 [IPSET_ATTR_MARK] = { .type = NLA_U32 },
304 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
305 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
311 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
[all...]
H A Dip_set_hash_ip.c285 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
286 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
287 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
290 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
293 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
299 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
300 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
306 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
H A Dip_set_hash_ipmac.c274 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
275 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
276 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
279 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
280 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
286 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
287 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
292 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
/kernel/linux/linux-6.6/tools/lib/thermal/
H A Dcommands.c15 [THERMAL_GENL_ATTR_TZ_ID] = { .type = NLA_U32 },
16 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
18 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 },
19 [THERMAL_GENL_ATTR_TZ_TRIP_TEMP] = { .type = NLA_U32 },
20 [THERMAL_GENL_ATTR_TZ_TRIP_TYPE] = { .type = NLA_U32 },
21 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 },
22 [THERMAL_GENL_ATTR_TZ_MODE] = { .type = NLA_U32 },
23 [THERMAL_GENL_ATTR_TZ_CDEV_WEIGHT] = { .type = NLA_U32 },
32 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 },
33 [THERMAL_GENL_ATTR_CDEV_CUR_STATE] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_mac.c130 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
131 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
134 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
135 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
140 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
141 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
147 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
H A Dip_set_hash_ipmark.c288 [IPSET_ATTR_MARKMASK] = { .type = NLA_U32 },
289 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
290 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
293 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
294 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
299 [IPSET_ATTR_MARK] = { .type = NLA_U32 },
301 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
302 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
308 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
/kernel/linux/linux-6.6/net/devlink/
H A Dnetlink.c21 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32 },
24 [DEVLINK_ATTR_PORT_SPLIT_COUNT] = { .type = NLA_U32 },
25 [DEVLINK_ATTR_SB_INDEX] = { .type = NLA_U32 },
28 [DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },
30 [DEVLINK_ATTR_SB_THRESHOLD] = { .type = NLA_U32 },
44 [DEVLINK_ATTR_REGION_SNAPSHOT_ID] = { .type = NLA_U32 },
57 [DEVLINK_ATTR_NETNS_PID] = { .type = NLA_U32 },
58 [DEVLINK_ATTR_NETNS_FD] = { .type = NLA_U32 },
59 [DEVLINK_ATTR_NETNS_ID] = { .type = NLA_U32 },
61 [DEVLINK_ATTR_TRAP_POLICER_ID] = { .type = NLA_U32 },
[all...]
H A Dnetlink_gen.c23 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
36 [DEVLINK_ATTR_SB_INDEX] = { .type = NLA_U32, },
49 [DEVLINK_ATTR_SB_INDEX] = { .type = NLA_U32, },
63 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
64 [DEVLINK_ATTR_SB_INDEX] = { .type = NLA_U32, },
78 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
79 [DEVLINK_ATTR_SB_INDEX] = { .type = NLA_U32, },
107 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
127 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
135 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
[all...]
/kernel/linux/linux-6.6/net/handshake/
H A Dgenl.c15 [HANDSHAKE_A_ACCEPT_HANDLER_CLASS] = NLA_POLICY_MAX(NLA_U32, 2),
20 [HANDSHAKE_A_DONE_STATUS] = { .type = NLA_U32, },
21 [HANDSHAKE_A_DONE_SOCKFD] = { .type = NLA_U32, },
22 [HANDSHAKE_A_DONE_REMOTE_AUTH] = { .type = NLA_U32, },
/kernel/linux/linux-5.10/include/net/
H A Dfib_rules.h110 [FRA_PRIORITY] = { .type = NLA_U32 }, \
111 [FRA_FWMARK] = { .type = NLA_U32 }, \
113 [FRA_FWMASK] = { .type = NLA_U32 }, \
114 [FRA_TABLE] = { .type = NLA_U32 }, \
115 [FRA_SUPPRESS_PREFIXLEN] = { .type = NLA_U32 }, \
116 [FRA_SUPPRESS_IFGROUP] = { .type = NLA_U32 }, \
117 [FRA_GOTO] = { .type = NLA_U32 }, \
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_netlink.c24 [THERMAL_GENL_ATTR_TZ_ID] = { .type = NLA_U32 },
25 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
27 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 },
28 [THERMAL_GENL_ATTR_TZ_TRIP_TEMP] = { .type = NLA_U32 },
29 [THERMAL_GENL_ATTR_TZ_TRIP_TYPE] = { .type = NLA_U32 },
30 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 },
31 [THERMAL_GENL_ATTR_TZ_MODE] = { .type = NLA_U32 },
32 [THERMAL_GENL_ATTR_TZ_CDEV_WEIGHT] = { .type = NLA_U32 },
41 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 },
42 [THERMAL_GENL_ATTR_CDEV_CUR_STATE] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_netlink.c24 [THERMAL_GENL_ATTR_TZ_ID] = { .type = NLA_U32 },
25 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
27 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 },
28 [THERMAL_GENL_ATTR_TZ_TRIP_TEMP] = { .type = NLA_U32 },
29 [THERMAL_GENL_ATTR_TZ_TRIP_TYPE] = { .type = NLA_U32 },
30 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 },
31 [THERMAL_GENL_ATTR_TZ_MODE] = { .type = NLA_U32 },
32 [THERMAL_GENL_ATTR_TZ_CDEV_WEIGHT] = { .type = NLA_U32 },
41 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 },
42 [THERMAL_GENL_ATTR_CDEV_CUR_STATE] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dnetlink.c17 [CIFS_GENL_ATTR_SWN_REGISTRATION_ID] = { .type = NLA_U32 },
28 [CIFS_GENL_ATTR_SWN_NOTIFICATION_TYPE] = { .type = NLA_U32 },
29 [CIFS_GENL_ATTR_SWN_RESOURCE_STATE] = { .type = NLA_U32 },
/kernel/linux/linux-5.10/net/batman-adv/
H A Dnetlink.c96 [BATADV_ATTR_MESH_IFINDEX] = { .type = NLA_U32 },
99 [BATADV_ATTR_HARD_IFINDEX] = { .type = NLA_U32 },
104 [BATADV_ATTR_TPMETER_TEST_TIME] = { .type = NLA_U32 },
106 [BATADV_ATTR_TPMETER_COOKIE] = { .type = NLA_U32 },
111 [BATADV_ATTR_TT_CRC32] = { .type = NLA_U32 },
113 [BATADV_ATTR_TT_FLAGS] = { .type = NLA_U32 },
115 [BATADV_ATTR_LAST_SEEN_MSECS] = { .type = NLA_U32 },
118 [BATADV_ATTR_THROUGHPUT] = { .type = NLA_U32 },
119 [BATADV_ATTR_BANDWIDTH_UP] = { .type = NLA_U32 },
120 [BATADV_ATTR_BANDWIDTH_DOWN] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dnetlink.c97 [BATADV_ATTR_MESH_IFINDEX] = { .type = NLA_U32 },
100 [BATADV_ATTR_HARD_IFINDEX] = { .type = NLA_U32 },
105 [BATADV_ATTR_TPMETER_TEST_TIME] = { .type = NLA_U32 },
107 [BATADV_ATTR_TPMETER_COOKIE] = { .type = NLA_U32 },
112 [BATADV_ATTR_TT_CRC32] = { .type = NLA_U32 },
114 [BATADV_ATTR_TT_FLAGS] = { .type = NLA_U32 },
116 [BATADV_ATTR_LAST_SEEN_MSECS] = { .type = NLA_U32 },
119 [BATADV_ATTR_THROUGHPUT] = { .type = NLA_U32 },
120 [BATADV_ATTR_BANDWIDTH_UP] = { .type = NLA_U32 },
121 [BATADV_ATTR_BANDWIDTH_DOWN] = { .type = NLA_U32 },
[all...]
/kernel/linux/linux-5.10/net/ieee802154/
H A Dnl_policy.c16 [IEEE802154_ATTR_DEV_INDEX] = { .type = NLA_U32, },
44 [IEEE802154_ATTR_CHANNELS] = { .type = NLA_U32, },
62 [IEEE802154_ATTR_LLSEC_KEY_SOURCE_SHORT] = { .type = NLA_U32, },
65 [IEEE802154_ATTR_LLSEC_FRAME_COUNTER] = { .type = NLA_U32 },

Completed in 12 milliseconds

12345678910>>...18