Searched refs:nla_put_s64 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/netlink/ |
H A D | policy.c | 336 if (nla_put_s64(skb, NL_POLICY_TYPE_ATTR_MIN_VALUE_S, in __netlink_policy_dump_write_attr() 338 nla_put_s64(skb, NL_POLICY_TYPE_ATTR_MAX_VALUE_S, in __netlink_policy_dump_write_attr()
|
/openbmc/linux/net/sched/ |
H A D | sch_taprio.c | 2264 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_BASE_TIME, in dump_schedule() 2268 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, in dump_schedule() 2272 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, in dump_schedule()
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 1506 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64() function
|