Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/lib/
H A Dnlattr.c31 [NLA_S32] = sizeof(s32),
44 [NLA_S32] = sizeof(s32),
236 case NLA_S32: in nla_get_range_signed()
282 case NLA_S32: in nla_validate_int_range_signed()
318 case NLA_S32: in nla_validate_int_range()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfou_nl.c25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
/kernel/linux/linux-5.10/net/sched/
H 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 },
/kernel/linux/linux-6.6/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 },
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dnl_policy.c52 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
H A Dnl802154.c191 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
195 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
/kernel/linux/linux-6.6/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, },
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h180 NLA_S32, enumerator
233 * NLA_S32, NLA_S64,
266 * NLA_S32,
287 * NLA_S32,
370 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h180 NLA_S32, enumerator
235 * NLA_S32, NLA_S64,
271 * NLA_S32,
293 * NLA_S32,
382 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6.c83 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6.c142 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
/kernel/linux/linux-5.10/net/core/
H A Dnet_namespace.c751 [NETNSA_NSID] = { .type = NLA_S32 },
754 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
H A Drtnetlink.c1871 [IFLA_LINK_NETNSID] = { .type = NLA_S32 },
1876 [IFLA_TARGET_NETNSID] = { .type = NLA_S32 },
1932 [IFLA_XDP_FD] = { .type = NLA_S32 },
1933 [IFLA_XDP_EXPECTED_FD] = { .type = NLA_S32 },
/kernel/linux/linux-6.6/net/core/
H A Dnet_namespace.c740 [NETNSA_NSID] = { .type = NLA_S32 },
743 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
H A Drtnetlink.c1962 [IFLA_LINK_NETNSID] = { .type = NLA_S32 },
1967 [IFLA_TARGET_NETNSID] = { .type = NLA_S32 },
1977 [IFLA_NEW_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
2031 [IFLA_XDP_FD] = { .type = NLA_S32 },
2032 [IFLA_XDP_EXPECTED_FD] = { .type = NLA_S32 },
4336 [NDA_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c2056 [OVS_DP_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 0),
2546 [OVS_VPORT_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 0),
2547 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_netlink.c129 [IFLA_BOND_SLAVE_PRIO] = { .type = NLA_S32 },
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/team/
H A Dteam.c2405 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_S32)) in team_nl_fill_one_option_get()
2606 case NLA_S32: in team_nl_cmd_options_set()
/kernel/linux/linux-5.10/net/ipv4/
H A Dfou.c668 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
H A Dtcp_metrics.c629 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },

Completed in 54 milliseconds

12