Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_taprio.c2252 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_BASE_TIME, in dump_schedule()
2256 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, in dump_schedule()
2260 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, in dump_schedule()
/linux/include/net/
H A Dnetlink.h110 * nla_put_s64(skb, type, value,
1618 * nla_put_s64 - Add a s64 netlink attribute to a socket buffer and align it
1624 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64() function
/linux/fs/nfsd/
H A Dnfsctl.c1454 nla_put_s64(skb, NFSD_A_RPC_STATUS_SERVICE_TIME, in nfsd_genl_rpc_status_compose_msg()