/openbmc/linux/net/netlink/ |
H A D | policy.c | 230 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 D | fou_nl.c | 25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
|
H A D | tcp_metrics.c | 629 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
|
H A D | devinet.c | 106 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
|
/openbmc/linux/lib/ |
H A D | nlattr.c | 31 [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 D | act_gate.c | 160 [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 D | sch_taprio.c | 1031 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 },
|
H A D | sch_cake.c | 2256 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
|
/openbmc/linux/net/ieee802154/ |
H A D | nl_policy.c | 52 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
|
H A D | nl802154.c | 193 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, }, 197 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 180 NLA_S32, enumerator 382 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
|
/openbmc/linux/net/ipv6/ |
H A D | seg6.c | 142 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
|
H A D | addrconf.c | 4738 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
|
/openbmc/linux/net/core/ |
H A D | net_namespace.c | 785 [NETNSA_NSID] = { .type = NLA_S32 }, 788 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
|
H A D | rtnetlink.c | 1991 [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 D | datapath.c | 2056 [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 D | bond_netlink.c | 129 [IFLA_BOND_SLAVE_PRIO] = { .type = NLA_S32 },
|
/openbmc/linux/drivers/net/team/ |
H A D | team.c | 2413 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 D | vxlan_mdb.c | 331 [MDBE_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 1743 [IFLA_MACVLAN_BC_CUTOFF] = { .type = NLA_S32 },
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 440 [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 D | nldev.c | 71 [RDMA_NLDEV_ATTR_DRIVER_S32] = { .type = NLA_S32 },
|
/openbmc/linux/net/mptcp/ |
H A D | pm_netlink.c | 1208 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32 },
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 1287 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },
|
/openbmc/linux/drivers/target/ |
H A D | target_core_user.c | 367 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },
|