Searched refs:nla_put_s64 (Results 1 – 4 of 4) sorted by relevance
| /linux/net/netlink/ |
| H A D | policy.c | 350 if (nla_put_s64(skb, NL_POLICY_TYPE_ATTR_MIN_VALUE_S, in __netlink_policy_dump_write_attr() 352 nla_put_s64(skb, NL_POLICY_TYPE_ATTR_MAX_VALUE_S, in __netlink_policy_dump_write_attr()
|
| /linux/net/sched/ |
| H A D | sch_taprio.c | 2253 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_BASE_TIME, in dump_schedule() 2257 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, in dump_schedule() 2261 if (nla_put_s64(msg, TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, in dump_schedule()
|
| /linux/include/net/ |
| H A D | netlink.h | 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 D | nfsctl.c | 1422 nla_put_s64(skb, NFSD_A_RPC_STATUS_SERVICE_TIME, in nfsd_genl_rpc_status_compose_msg()
|