| /linux-6.15/net/netlink/ |
| H A D | policy.c | 231 case NLA_S32: in netlink_policy_dump_attr_size_estimate() 327 case NLA_S32: in __netlink_policy_dump_write_attr() 336 else if (pt->type == NLA_S32) in __netlink_policy_dump_write_attr()
|
| /linux-6.15/net/ipv4/ |
| H A D | fou_nl.c | 25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
|
| H A D | tcp_metrics.c | 633 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
|
| H A D | devinet.c | 107 [IFA_TARGET_NETNSID] = { .type = NLA_S32 },
|
| /linux-6.15/net/handshake/ |
| H A D | genl.c | 21 [HANDSHAKE_A_DONE_SOCKFD] = { .type = NLA_S32, },
|
| /linux-6.15/lib/ |
| H A D | nlattr.c | 31 [NLA_S32] = sizeof(s32), 46 [NLA_S32] = sizeof(s32), 254 case NLA_S32: in nla_get_range_signed() 301 case NLA_S32: in nla_validate_int_range_signed() 343 case NLA_S32: in nla_validate_int_range()
|
| /linux-6.15/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 | 1020 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 },
|
| H A D | sch_cake.c | 2242 [TCA_CAKE_OVERHEAD] = { .type = NLA_S32 },
|
| /linux-6.15/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, },
|
| /linux-6.15/net/mptcp/ |
| H A D | mptcp_pm_gen.c | 21 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32, },
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_nl.c | 73 [DPLL_A_PIN_PHASE_ADJUST] = { .type = NLA_S32, },
|
| /linux-6.15/net/ipv6/ |
| H A D | seg6.c | 140 [SEG6_ATTR_DSTLEN] = { .type = NLA_S32, },
|
| /linux-6.15/net/core/ |
| H A D | net_namespace.c | 786 [NETNSA_NSID] = { .type = NLA_S32 }, 789 [NETNSA_TARGET_NSID] = { .type = NLA_S32 },
|
| H A D | rtnetlink.c | 2220 [IFLA_LINK_NETNSID] = { .type = NLA_S32 }, 2225 [IFLA_TARGET_NETNSID] = { .type = NLA_S32 }, 2235 [IFLA_NEW_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1), 2290 [IFLA_XDP_FD] = { .type = NLA_S32 }, 2291 [IFLA_XDP_EXPECTED_FD] = { .type = NLA_S32 },
|
| /linux-6.15/include/net/ |
| H A D | netlink.h | 190 NLA_S32, enumerator 400 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64 || \
|
| /linux-6.15/net/openvswitch/ |
| H A D | datapath.c | 2054 [OVS_DP_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 0), 2549 [OVS_VPORT_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 0), 2550 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_netlink.c | 131 [IFLA_BOND_SLAVE_PRIO] = { .type = NLA_S32 },
|
| /linux-6.15/drivers/net/team/ |
| H A D | team_core.c | 2398 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_S32)) in team_nl_fill_one_option_get() 2599 case NLA_S32: in team_nl_options_set_doit()
|
| /linux-6.15/net/bridge/ |
| H A D | br_fdb.c | 677 [NDA_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
|
| /linux-6.15/drivers/net/ |
| H A D | macvlan.c | 1738 [IFLA_MACVLAN_BC_CUTOFF] = { .type = NLA_S32 },
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 339 [MDBE_ATTR_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | nldev.c | 78 [RDMA_NLDEV_ATTR_DRIVER_S32] = { .type = NLA_S32 },
|
| /linux-6.15/drivers/net/ppp/ |
| H A D | ppp_generic.c | 1301 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },
|