Home
last modified time | relevance | path

Searched refs:nla_put_s64 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/sched/
Dsch_taprio.c1718 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()
/Linux-v5.4/include/net/
Dnetlink.h1395 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64() function