Searched refs:NLA_S64 (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netlink/ |
| A D | policy.c | 232 case NLA_S64: in netlink_policy_dump_attr_size_estimate() 328 case NLA_S64: in __netlink_policy_dump_write_attr() 338 else if (pt->type == NLA_S64) in __netlink_policy_dump_write_attr()
|
| /linux/lib/ |
| A D | nlattr.c | 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()
|
| /linux/drivers/dpll/ |
| A D | dpll_nl.c | 19 [DPLL_A_PIN_PHASE_OFFSET] = { .type = NLA_S64, },
|
| /linux/include/net/ |
| A D | netlink.h | 188 NLA_S64, enumerator 397 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64 || \
|
| /linux/net/sched/ |
| A D | sch_netem.c | 940 [TCA_NETEM_LATENCY64] = { .type = NLA_S64 }, 941 [TCA_NETEM_JITTER64] = { .type = NLA_S64 },
|
| A D | sch_taprio.c | 1018 [TCA_TAPRIO_ATTR_SCHED_BASE_TIME] = { .type = NLA_S64 }, 1022 NLA_POLICY_FULL_RANGE_SIGNED(NLA_S64, &taprio_cycle_time_range), 1023 [TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION] = { .type = NLA_S64 },
|
| /linux/drivers/infiniband/core/ |
| A D | nldev.c | 79 [RDMA_NLDEV_ATTR_DRIVER_S64] = { .type = NLA_S64 },
|
Completed in 41 milliseconds