/openbmc/linux/net/tipc/ |
H A D | netlink.c | 68 [TIPC_NLA_MON_REF] = { .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 } 119 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 }, 120 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 }, [all …]
|
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 203 [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 }, 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 }, 214 [ETHTOOL_A_COALESCE_PKT_RATE_LOW] = { .type = NLA_U32 }, 215 [ETHTOOL_A_COALESCE_RX_USECS_LOW] = { .type = NLA_U32 }, 217 [ETHTOOL_A_COALESCE_TX_USECS_LOW] = { .type = NLA_U32 }, 219 [ETHTOOL_A_COALESCE_PKT_RATE_HIGH] = { .type = NLA_U32 }, [all …]
|
H A D | rings.c | 122 [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 D | plca.c | 44 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 D | br_mrp_netlink.c | 25 [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 }, 131 [IFLA_BRIDGE_MRP_RING_STATE_STATE] = { .type = NLA_U32 }, 165 [IFLA_BRIDGE_MRP_RING_ROLE_ROLE] = { .type = NLA_U32 }, 244 [IFLA_BRIDGE_MRP_IN_STATE_IN_ID] = { .type = NLA_U32 }, 245 [IFLA_BRIDGE_MRP_IN_STATE_STATE] = { .type = NLA_U32 }, 278 [IFLA_BRIDGE_MRP_IN_ROLE_RING_ID] = { .type = NLA_U32 }, [all …]
|
H A D | br_cfm_netlink.c | 11 [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 }, 35 [IFLA_BRIDGE_CFM_CC_CONFIG_INSTANCE] = { .type = NLA_U32 }, 36 [IFLA_BRIDGE_CFM_CC_CONFIG_ENABLE] = { .type = NLA_U32 }, 52 [IFLA_BRIDGE_CFM_CC_RDI_INSTANCE] = { .type = NLA_U32 }, 53 [IFLA_BRIDGE_CFM_CC_RDI_RDI] = { .type = NLA_U32 }, [all …]
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_mac.c | 131 [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 D | ip_set_hash_ipmark.c | 290 [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 D | ip_set_hash_ipmac.c | 274 [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 D | ip_set_hash_ip.c | 285 [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 D | ip_set_hash_net.c | 367 [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 D | ip_set_hash_ipport.c | 372 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 }, 373 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 }, 374 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 }, 378 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 }, 379 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 390 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 }, 391 [IPSET_ATTR_LINENO] = { .type = NLA_U32 }, 397 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
|
H A D | ip_set_hash_ipportip.c | 367 [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 }, 383 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 }, 384 [IPSET_ATTR_LINENO] = { .type = NLA_U32 }, 390 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
|
/openbmc/linux/net/handshake/ |
H A D | genl.c | 15 [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/tools/lib/thermal/ |
H A D | commands.c | 15 [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 D | netlink.c | 21 [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 }, 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 }, 77 [DEVLINK_ATTR_LINECARD_INDEX] = { .type = NLA_U32 }, [all …]
|
H A D | netlink_gen.c | 23 [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/ieee802154/ |
H A D | nl_policy.c | 16 [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/thermal/ |
H A D | thermal_netlink.c | 24 [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 D | netlink.c | 97 [BATADV_ATTR_MESH_IFINDEX] = { .type = NLA_U32 }, 100 [BATADV_ATTR_HARD_IFINDEX] = { .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 }, 119 [BATADV_ATTR_THROUGHPUT] = { .type = NLA_U32 }, 120 [BATADV_ATTR_BANDWIDTH_UP] = { .type = NLA_U32 }, 131 [BATADV_ATTR_MCAST_FLAGS] = { .type = NLA_U32 }, 145 [BATADV_ATTR_GW_SEL_CLASS] = { .type = NLA_U32 }, 147 [BATADV_ATTR_LOG_LEVEL] = { .type = NLA_U32 }, [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | netlink.c | 17 [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/phosphor-networkd/src/ |
H A D | ncsi_util.cpp | 87 {NLA_UNSPEC, 0, 0}, {NLA_U32, 0, 0}, {NLA_NESTED, 0, 0}, in __anon66112f010102() 88 {NLA_U32, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010102() 93 {NLA_UNSPEC, 0, 0}, {NLA_NESTED, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010102() 99 {NLA_UNSPEC, 0, 0}, {NLA_NESTED, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010102() 236 {NLA_UNSPEC, 0, 0}, {NLA_U32, 0, 0}, {NLA_NESTED, 0, 0}, in __anon66112f010202() 237 {NLA_U32, 0, 0}, {NLA_U32, 0, 0}, {NLA_BINARY, 0, 0}, in __anon66112f010202() 238 {NLA_FLAG, 0, 0}, {NLA_U32, 0, 0}, {NLA_U32, 0, 0}, in __anon66112f010202()
|
/openbmc/linux/net/sched/ |
H A D | sch_fq_pie.c | 211 [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/linux/drivers/net/can/dev/ |
H A D | netlink.c | 12 [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 }, 34 [IFLA_CAN_TDC_TDCV] = { .type = NLA_U32 }, 35 [IFLA_CAN_TDC_TDCO] = { .type = NLA_U32 }, [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_hash.c | 60 [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 },
|