Home
last modified time | relevance | path

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

/openbmc/linux/net/netlink/
H A Dpolicy.c230 case NLA_S32: in netlink_policy_dump_attr_size_estimate()
321 case NLA_S32: in __netlink_policy_dump_write_attr()
329 else if (pt->type == NLA_S32) in __netlink_policy_dump_write_attr()
/openbmc/linux/net/ipv4/
H A Dfou_nl.c25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
H A Dtcp_metrics.c629 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
H A Ddevinet.c106 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
/openbmc/linux/lib/
H A Dnlattr.c31 [NLA_S32] = sizeof(s32),
46 [NLA_S32] = sizeof(s32),
250 case NLA_S32: in nla_get_range_signed()
296 case NLA_S32: in nla_validate_int_range_signed()
334 case NLA_S32: in nla_validate_int_range()
/openbmc/linux/net/sched/
H A Dact_gate.c160 [TCA_GATE_ENTRY_IPV] = { .type = NLA_S32 },
161 [TCA_GATE_ENTRY_MAX_OCTETS] = { .type = NLA_S32 },
167 [TCA_GATE_PRIORITY] = { .type = NLA_S32 },
173 [TCA_GATE_CLOCKID] = { .type = NLA_S32 },
H A Dsch_taprio.c1031 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 },
H A Dsch_cake.c2256 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
/openbmc/linux/net/ieee802154/
H A Dnl_policy.c52 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
H A Dnl802154.c193 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
197 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
/openbmc/linux/include/net/
H A Dnetlink.h180 NLA_S32, enumerator
382 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/openbmc/linux/net/ipv6/
H A Dseg6.c142 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
H A Daddrconf.c4738 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
/openbmc/linux/net/core/
H A Dnet_namespace.c785 [NETNSA_NSID] = { .type = NLA_S32 },
788 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
H A Drtnetlink.c1991 [IFLA_LINK_NETNSID] = { .type = NLA_S32 },
1996 [IFLA_TARGET_NETNSID] = { .type = NLA_S32 },
2006 [IFLA_NEW_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
2060 [IFLA_XDP_FD] = { .type = NLA_S32 },
2061 [IFLA_XDP_EXPECTED_FD] = { .type = NLA_S32 },
4365 [NDA_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
/openbmc/linux/net/openvswitch/
H A Ddatapath.c2056 [OVS_DP_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 0),
2552 [OVS_VPORT_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 0),
2553 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c129 [IFLA_BOND_SLAVE_PRIO] = { .type = NLA_S32 },
/openbmc/linux/drivers/net/team/
H A Dteam.c2413 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_S32)) in team_nl_fill_one_option_get()
2614 case NLA_S32: in team_nl_cmd_options_set()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c331 [MDBE_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
/openbmc/linux/drivers/net/
H A Dmacvlan.c1743 [IFLA_MACVLAN_BC_CUTOFF] = { .type = NLA_S32 },
/openbmc/linux/net/wireless/
H A Dnl80211.c440 [NL80211_SAR_ATTR_SPECS_POWER] = { .type = NLA_S32 },
911 [NL80211_BAND_2GHZ] = { .type = NLA_S32 },
912 [NL80211_BAND_5GHZ] = { .type = NLA_S32 },
913 [NL80211_BAND_6GHZ] = { .type = NLA_S32 },
914 [NL80211_BAND_60GHZ] = { .type = NLA_S32 },
915 [NL80211_BAND_LC] = { .type = NLA_S32 },
8292 NLA_POLICY_RANGE(NLA_S32, -255, 0),
12836 [NL80211_ATTR_CQM_RSSI_LEVEL] = { .type = NLA_S32 },
/openbmc/linux/drivers/infiniband/core/
H A Dnldev.c71 [RDMA_NLDEV_ATTR_DRIVER_S32] = { .type = NLA_S32 },
/openbmc/linux/net/mptcp/
H A Dpm_netlink.c1208 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32 },
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c1287 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },
/openbmc/linux/drivers/target/
H A Dtarget_core_user.c367 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },