Home
last modified time | relevance | path

Searched refs:NLA_U32 (Results 1 – 25 of 238) sorted by relevance

12345678910

/openbmc/linux/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 …]
/openbmc/linux/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 Drings.c122 [ETHTOOL_A_RINGS_RX] = { .type = NLA_U32 },
123 [ETHTOOL_A_RINGS_RX_MINI] = { .type = NLA_U32 },
124 [ETHTOOL_A_RINGS_RX_JUMBO] = { .type = NLA_U32 },
125 [ETHTOOL_A_RINGS_TX] = { .type = NLA_U32 },
126 [ETHTOOL_A_RINGS_RX_BUF_LEN] = NLA_POLICY_MIN(NLA_U32, 1),
127 [ETHTOOL_A_RINGS_CQE_SIZE] = NLA_POLICY_MIN(NLA_U32, 1),
130 [ETHTOOL_A_RINGS_TX_PUSH_BUF_LEN] = { .type = NLA_U32 },
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),
/openbmc/linux/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 …]
/openbmc/linux/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 },
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 },
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_net.c367 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
368 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
369 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
372 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
373 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
379 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
380 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
381 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
387 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
H A Dip_set_hash_netport.c471 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
472 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
473 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
477 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
478 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
487 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
488 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
489 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
495 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
H A Dip_set_hash_netiface.c482 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
483 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
484 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
488 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
489 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
496 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
498 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
499 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
505 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
/openbmc/linux/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 …]
/openbmc/linux/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 …]
/openbmc/linux/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, },
/openbmc/linux/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 …]
/openbmc/linux/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 …]
/openbmc/linux/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 },
/openbmc/linux/drivers/net/can/dev/
H A Dnetlink.c12 [IFLA_CAN_STATE] = { .type = NLA_U32 },
14 [IFLA_CAN_RESTART_MS] = { .type = NLA_U32 },
15 [IFLA_CAN_RESTART] = { .type = NLA_U32 },
28 [IFLA_CAN_TDC_TDCV_MIN] = { .type = NLA_U32 },
29 [IFLA_CAN_TDC_TDCV_MAX] = { .type = NLA_U32 },
30 [IFLA_CAN_TDC_TDCO_MIN] = { .type = NLA_U32 },
31 [IFLA_CAN_TDC_TDCO_MAX] = { .type = NLA_U32 },
32 [IFLA_CAN_TDC_TDCF_MIN] = { .type = NLA_U32 },
33 [IFLA_CAN_TDC_TDCF_MAX] = { .type = NLA_U32 },
34 [IFLA_CAN_TDC_TDCV] = { .type = NLA_U32 },
[all …]
/openbmc/linux/net/sched/
H A Dsch_fq_pie.c211 [TCA_FQ_PIE_LIMIT] = {.type = NLA_U32},
212 [TCA_FQ_PIE_FLOWS] = {.type = NLA_U32},
213 [TCA_FQ_PIE_TARGET] = {.type = NLA_U32},
214 [TCA_FQ_PIE_TUPDATE] = {.type = NLA_U32},
215 [TCA_FQ_PIE_ALPHA] = {.type = NLA_U32},
216 [TCA_FQ_PIE_BETA] = {.type = NLA_U32},
218 NLA_POLICY_FULL_RANGE(NLA_U32, &fq_pie_q_range),
219 [TCA_FQ_PIE_MEMORY_LIMIT] = {.type = NLA_U32},
220 [TCA_FQ_PIE_ECN_PROB] = {.type = NLA_U32},
221 [TCA_FQ_PIE_ECN] = {.type = NLA_U32},
[all …]
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp98 {NLA_UNSPEC, 0, 0}, {NLA_U32, 0, 0}, {NLA_NESTED, 0, 0}, in __anon66112f010102()
99 {NLA_U32, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010102()
104 {NLA_UNSPEC, 0, 0}, {NLA_NESTED, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010102()
110 {NLA_UNSPEC, 0, 0}, {NLA_NESTED, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010102()
235 {NLA_UNSPEC, 0, 0}, {NLA_U32, 0, 0}, {NLA_NESTED, 0, 0}, in __anon66112f010202()
236 {NLA_U32, 0, 0}, {NLA_U32, 0, 0}, {NLA_BINARY, 0, 0}, in __anon66112f010202()
237 {NLA_FLAG, 0, 0}, {NLA_U32, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010202()
/openbmc/linux/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 },
/openbmc/linux/net/netfilter/
H A Dnft_hash.c60 [NFTA_HASH_SREG] = { .type = NLA_U32 },
61 [NFTA_HASH_DREG] = { .type = NLA_U32 },
63 [NFTA_HASH_MODULUS] = { .type = NLA_U32 },
64 [NFTA_HASH_SEED] = { .type = NLA_U32 },
65 [NFTA_HASH_OFFSET] = { .type = NLA_U32 },
66 [NFTA_HASH_TYPE] = { .type = NLA_U32 },

12345678910