Home
last modified time | relevance | path

Searched refs:NLA_S64 (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dnlattr.c32 [NLA_S64] = sizeof(s64),
45 [NLA_S64] = sizeof(s64),
240 case NLA_S64: in nla_get_range_signed()
285 case NLA_S64: in nla_validate_int_range_signed()
319 case NLA_S64: in nla_validate_int_range()
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c32 [NLA_S64] = sizeof(s64),
47 [NLA_S64] = sizeof(s64),
254 case NLA_S64: in nla_get_range_signed()
299 case NLA_S64: in nla_validate_int_range_signed()
335 case NLA_S64: in nla_validate_int_range()
/kernel/linux/linux-5.10/net/netlink/
H A Dpolicy.c231 case NLA_S64: in netlink_policy_dump_attr_size_estimate()
322 case NLA_S64: { in __netlink_policy_dump_write_attr()
/kernel/linux/linux-6.6/net/netlink/
H A Dpolicy.c231 case NLA_S64: in netlink_policy_dump_attr_size_estimate()
322 case NLA_S64: { in __netlink_policy_dump_write_attr()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h181 NLA_S64, enumerator
233 * NLA_S32, NLA_S64,
267 * NLA_S64 The `min' and `max' fields are used depending on the
288 * NLA_S64 If the validation_type field instead is set to
370 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h181 NLA_S64, enumerator
235 * NLA_S32, NLA_S64,
272 * NLA_S64 The `min' and `max' fields are used depending on the
294 * NLA_S64 If the validation_type field instead is set to
382 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/kernel/linux/linux-5.10/net/sched/
H A Dsch_netem.c920 [TCA_NETEM_LATENCY64] = { .type = NLA_S64 },
921 [TCA_NETEM_JITTER64] = { .type = NLA_S64 },
H A Dsch_taprio.c777 [TCA_TAPRIO_ATTR_SCHED_BASE_TIME] = { .type = NLA_S64 },
780 [TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME] = { .type = NLA_S64 },
781 [TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION] = { .type = NLA_S64 },
/kernel/linux/linux-6.6/net/sched/
H A Dsch_netem.c930 [TCA_NETEM_LATENCY64] = { .type = NLA_S64 },
931 [TCA_NETEM_JITTER64] = { .type = NLA_S64 },
H A Dsch_taprio.c1029 [TCA_TAPRIO_ATTR_SCHED_BASE_TIME] = { .type = NLA_S64 },
1033 NLA_POLICY_FULL_RANGE_SIGNED(NLA_S64, &taprio_cycle_time_range),
1034 [TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION] = { .type = NLA_S64 },
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dnldev.c72 [RDMA_NLDEV_ATTR_DRIVER_S64] = { .type = NLA_S64 },
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dnldev.c72 [RDMA_NLDEV_ATTR_DRIVER_S64] = { .type = NLA_S64 },

Completed in 24 milliseconds