Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netlink/
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()
/linux-6.3-rc2/net/ipv4/
A Dfou_nl.c25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
A Dtcp_metrics.c611 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
A Ddevinet.c106 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
/linux-6.3-rc2/lib/
A Dnlattr.c31 [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 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 },
A Dsch_taprio.c1014 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 },
A Dsch_cake.c2242 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
/linux-6.3-rc2/net/ieee802154/
A Dnl_policy.c52 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
A Dnl802154.c193 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
197 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
/linux-6.3-rc2/net/ipv6/
A Dseg6.c142 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
A Daddrconf.c4664 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
/linux-6.3-rc2/include/net/
A Dnetlink.h180 NLA_S32, enumerator
381 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/linux-6.3-rc2/net/core/
A Dnet_namespace.c741 [NETNSA_NSID] = { .type = NLA_S32 },
744 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
A Drtnetlink.c1954 [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 Dbond_netlink.c124 [IFLA_BOND_SLAVE_PRIO] = { .type = NLA_S32 },
/linux-6.3-rc2/drivers/net/team/
A Dteam.c2396 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 Dpm_netlink.c1115 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32 },
/linux-6.3-rc2/net/wireless/
A Dnl80211.c439 [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 Dnldev.c71 [RDMA_NLDEV_ATTR_DRIVER_S32] = { .type = NLA_S32 },
/linux-6.3-rc2/net/openvswitch/
A Ddatapath.c2561 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
/linux-6.3-rc2/drivers/target/
A Dtarget_core_user.c367 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },
/linux-6.3-rc2/drivers/net/ppp/
A Dppp_generic.c1272 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },

Completed in 112 milliseconds