Home
last modified time | relevance | path

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

/linux/net/netlink/
A Dpolicy.c220 case NLA_S32: in netlink_policy_dump_attr_size_estimate()
311 case NLA_S32: in __netlink_policy_dump_write_attr()
319 else if (pt->type == NLA_S32) in __netlink_policy_dump_write_attr()
/linux/lib/
A Dnlattr.c30 [NLA_S32] = sizeof(s32),
43 [NLA_S32] = sizeof(s32),
235 case NLA_S32: in nla_get_range_signed()
281 case NLA_S32: in nla_validate_int_range_signed()
317 case NLA_S32: in nla_validate_int_range()
/linux/net/sched/
A Dact_gate.c157 [TCA_GATE_ENTRY_IPV] = { .type = NLA_S32 },
158 [TCA_GATE_ENTRY_MAX_OCTETS] = { .type = NLA_S32 },
164 [TCA_GATE_PRIORITY] = { .type = NLA_S32 },
170 [TCA_GATE_CLOCKID] = { .type = NLA_S32 },
A Dsch_taprio.c788 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 },
A Dsch_cake.c2238 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
/linux/net/ieee802154/
A Dnl_policy.c52 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
A Dnl802154.c191 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
195 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
/linux/include/net/
A Dnetlink.h180 NLA_S32, enumerator
370 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/linux/net/ipv6/
A Dseg6.c142 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
A Daddrconf.c4630 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
/linux/net/core/
A Dnet_namespace.c720 [NETNSA_NSID] = { .type = NLA_S32 },
723 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
A Drtnetlink.c1866 [IFLA_LINK_NETNSID] = { .type = NLA_S32 },
1871 [IFLA_TARGET_NETNSID] = { .type = NLA_S32 },
1881 [IFLA_NEW_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
1929 [IFLA_XDP_FD] = { .type = NLA_S32 },
1930 [IFLA_XDP_EXPECTED_FD] = { .type = NLA_S32 },
/linux/net/ipv4/
A Dtcp_metrics.c610 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
A Dfou.c668 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
A Ddevinet.c106 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
/linux/drivers/net/team/
A Dteam.c2379 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_S32)) in team_nl_fill_one_option_get()
2580 case NLA_S32: in team_nl_cmd_options_set()
/linux/net/mptcp/
A Dpm_netlink.c991 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32 },
/linux/net/wireless/
A Dnl80211.c430 [NL80211_SAR_ATTR_SPECS_POWER] = { .type = NLA_S32 },
865 [NL80211_BAND_2GHZ] = { .type = NLA_S32 },
866 [NL80211_BAND_5GHZ] = { .type = NLA_S32 },
867 [NL80211_BAND_6GHZ] = { .type = NLA_S32 },
868 [NL80211_BAND_60GHZ] = { .type = NLA_S32 },
869 [NL80211_BAND_LC] = { .type = NLA_S32 },
7611 NLA_POLICY_RANGE(NLA_S32, -255, 0),
11843 [NL80211_ATTR_CQM_RSSI_LEVEL] = { .type = NLA_S32 },
/linux/drivers/infiniband/core/
A Dnldev.c71 [RDMA_NLDEV_ATTR_DRIVER_S32] = { .type = NLA_S32 },
/linux/net/openvswitch/
A Ddatapath.c2477 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
/linux/drivers/target/
A Dtarget_core_user.c366 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },
/linux/drivers/net/ppp/
A Dppp_generic.c1266 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },

Completed in 107 milliseconds