Searched refs:NLA_S64 (Results 1 – 5 of 5) sorted by relevance
231 case NLA_S64: in netlink_policy_dump_attr_size_estimate()329 case NLA_S64: in __netlink_policy_dump_write_attr()339 else if (pt->type == NLA_S64) in __netlink_policy_dump_write_attr()
32 [NLA_S64] = sizeof(s64),47 [NLA_S64] = sizeof(s64),258 case NLA_S64: in nla_get_range_signed()304 case NLA_S64: in nla_validate_int_range_signed()344 case NLA_S64: in nla_validate_int_range()
193 NLA_S64, enumerator408 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64 || \
952 [TCA_NETEM_LATENCY64] = { .type = NLA_S64 },953 [TCA_NETEM_JITTER64] = { .type = NLA_S64 },
1024 [TCA_TAPRIO_ATTR_SCHED_BASE_TIME] = { .type = NLA_S64 },1028 NLA_POLICY_FULL_RANGE_SIGNED(NLA_S64, &taprio_cycle_time_range),1029 [TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION] = { .type = NLA_S64 },