/linux-6.3-rc2/net/netlink/ |
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()
|
/linux-6.3-rc2/net/ipv4/ |
A D | fou_nl.c | 25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
|
A D | tcp_metrics.c | 611 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
|
A D | devinet.c | 106 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
|
/linux-6.3-rc2/lib/ |
A D | nlattr.c | 31 [NLA_S32] = sizeof(s32), 44 [NLA_S32] = sizeof(s32), 246 case NLA_S32: in nla_get_range_signed() 292 case NLA_S32: in nla_validate_int_range_signed() 330 case NLA_S32: in nla_validate_int_range()
|
/linux-6.3-rc2/net/sched/ |
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 },
|
A D | sch_taprio.c | 1014 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 },
|
A D | sch_cake.c | 2242 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
|
/linux-6.3-rc2/net/ieee802154/ |
A D | nl_policy.c | 52 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
|
A D | nl802154.c | 193 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, }, 197 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
|
/linux-6.3-rc2/net/ipv6/ |
A D | seg6.c | 142 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
|
A D | addrconf.c | 4664 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
|
/linux-6.3-rc2/include/net/ |
A D | netlink.h | 180 NLA_S32, enumerator 381 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
|
/linux-6.3-rc2/net/core/ |
A D | net_namespace.c | 741 [NETNSA_NSID] = { .type = NLA_S32 }, 744 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
|
A D | rtnetlink.c | 1954 [IFLA_LINK_NETNSID] = { .type = NLA_S32 }, 1959 [IFLA_TARGET_NETNSID] = { .type = NLA_S32 }, 1969 [IFLA_NEW_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1), 2023 [IFLA_XDP_FD] = { .type = NLA_S32 }, 2024 [IFLA_XDP_EXPECTED_FD] = { .type = NLA_S32 }, 4281 [NDA_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
|
/linux-6.3-rc2/drivers/net/bonding/ |
A D | bond_netlink.c | 124 [IFLA_BOND_SLAVE_PRIO] = { .type = NLA_S32 },
|
/linux-6.3-rc2/drivers/net/team/ |
A D | team.c | 2396 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_S32)) in team_nl_fill_one_option_get() 2597 case NLA_S32: in team_nl_cmd_options_set()
|
/linux-6.3-rc2/net/mptcp/ |
A D | pm_netlink.c | 1115 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32 },
|
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.c | 439 [NL80211_SAR_ATTR_SPECS_POWER] = { .type = NLA_S32 }, 895 [NL80211_BAND_2GHZ] = { .type = NLA_S32 }, 896 [NL80211_BAND_5GHZ] = { .type = NLA_S32 }, 897 [NL80211_BAND_6GHZ] = { .type = NLA_S32 }, 898 [NL80211_BAND_60GHZ] = { .type = NLA_S32 }, 899 [NL80211_BAND_LC] = { .type = NLA_S32 }, 8134 NLA_POLICY_RANGE(NLA_S32, -255, 0), 12646 [NL80211_ATTR_CQM_RSSI_LEVEL] = { .type = NLA_S32 },
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | nldev.c | 71 [RDMA_NLDEV_ATTR_DRIVER_S32] = { .type = NLA_S32 },
|
/linux-6.3-rc2/net/openvswitch/ |
A D | datapath.c | 2561 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_user.c | 367 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },
|
/linux-6.3-rc2/drivers/net/ppp/ |
A D | ppp_generic.c | 1272 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },
|