Home
last modified time | relevance | path

Searched refs:NLA_S64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/include/net/
H A Dnetlink.h181 NLA_S64, enumerator
382 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/openbmc/linux/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 },
/openbmc/linux/drivers/infiniband/core/
H A Dnldev.c72 [RDMA_NLDEV_ATTR_DRIVER_S64] = { .type = NLA_S64 },