Searched refs:nla_put_s64 (Results 1 – 2 of 2) sorted by relevance
1718 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_BASE_TIME, in dump_schedule()1722 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, in dump_schedule()1726 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, in dump_schedule()
1395 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64() function