Home
last modified time | relevance | path

Searched refs:nla_put_64bit (Results 1 – 25 of 25) sorted by relevance

/linux/include/net/
H A Dnetlink.h568 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
1529 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_u64_64bit()
1544 return nla_put_64bit(skb, attrtype, sizeof(__be64), &tmp, padattr); in nla_put_be64()
1575 return nla_put_64bit(skb, attrtype, sizeof(__le64), &tmp, padattr); in nla_put_le64()
1629 return nla_put_64bit(skb, attrtype, sizeof(s64), &tmp, padattr); in nla_put_s64()
1682 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_msecs()
/linux/drivers/dpll/
H A Ddpll_netlink.c356 if (nla_put_64bit(msg, DPLL_A_PIN_PHASE_OFFSET, sizeof(phase_offset), in dpll_msg_add_phase_offset()
400 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY, sizeof(freq), &freq, in dpll_msg_add_pin_freq()
408 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MIN, sizeof(freq), in dpll_msg_add_pin_freq()
414 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MAX, sizeof(freq), in dpll_msg_add_pin_freq()
443 if (nla_put_64bit(msg, DPLL_A_PIN_ESYNC_FREQUENCY, sizeof(esync.freq), in dpll_msg_add_pin_esync()
453 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MIN, in dpll_msg_add_pin_esync()
457 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MAX, in dpll_msg_add_pin_esync()
620 if (nla_put_64bit(msg, DPLL_A_PIN_CLOCK_ID, sizeof(pin->clock_id), in dpll_cmd_pin_get_one()
682 if (nla_put_64bit(msg, DPLL_A_CLOCK_ID, sizeof(dpll->clock_id), in dpll_device_get_one()
/linux/include/linux/
H A Dgenl_magic_struct.h66 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
/linux/net/sched/
H A Dact_connmark.c216 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
H A Dact_gact.c214 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD)) in tcf_gact_dump()
H A Dcls_basic.c297 if (nla_put_64bit(skb, TCA_BASIC_PCNT, in basic_dump()
H A Dact_sample.c242 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD)) in tcf_sample_dump()
H A Dact_nat.c294 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD)) in tcf_nat_dump()
H A Dact_ctinfo.c299 if (nla_put_64bit(skb, TCA_CTINFO_TM, sizeof(t), &t, TCA_CTINFO_PAD)) in tcf_ctinfo_dump()
H A Dact_bpf.c162 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm, in tcf_bpf_dump()
H A Dact_skbedit.c332 if (nla_put_64bit(skb, TCA_SKBEDIT_TM, sizeof(t), &t, TCA_SKBEDIT_PAD)) in tcf_skbedit_dump()
H A Dact_mpls.c369 if (nla_put_64bit(skb, TCA_MPLS_TM, sizeof(t), &t, TCA_MPLS_PAD)) in tcf_mpls_dump()
H A Dact_pedit.c541 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
H A Dact_police.c393 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD)) in tcf_police_dump()
H A Dact_csum.c654 if (nla_put_64bit(skb, TCA_CSUM_TM, sizeof(t), &t, TCA_CSUM_PAD)) in tcf_csum_dump()
H A Dact_mirred.c516 if (nla_put_64bit(skb, TCA_MIRRED_TM, sizeof(t), &t, TCA_MIRRED_PAD)) in tcf_mirred_dump()
H A Dact_ife.c666 if (nla_put_64bit(skb, TCA_IFE_TM, sizeof(t), &t, TCA_IFE_PAD)) in tcf_ife_dump()
H A Dact_ct.c1580 if (nla_put_64bit(skb, TCA_CT_TM, sizeof(t), &t, TCA_CT_PAD)) in tcf_ct_dump()
/linux/lib/
H A Dnlattr.c1115 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit() function
1130 EXPORT_SYMBOL(nla_put_64bit);
/linux/net/core/
H A Dgen_stats.c26 if (nla_put_64bit(d->skb, type, size, buf, padattr)) in gnet_stats_copy()
H A Dneighbour.c2289 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst, in neightbl_fill_info()
H A Drtnetlink.c1687 if (nla_put_64bit(skb, IFLA_MAP, sizeof(map), &map, IFLA_PAD)) in rtnl_fill_link_ifmap()
/linux/net/ipv4/
H A Dipmr_base.c269 if (nla_put_64bit(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs, RTA_PAD) || in mr_fill_mroute()
/linux/net/openvswitch/
H A Ddatapath.c848 nla_put_64bit(skb, OVS_FLOW_ATTR_STATS, in ovs_flow_cmd_fill_stats()
1615 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), in ovs_dp_cmd_fill_info()
1619 if (nla_put_64bit(skb, OVS_DP_ATTR_MEGAFLOW_STATS, in ovs_dp_cmd_fill_info()
2162 if (nla_put_64bit(skb, OVS_VPORT_ATTR_STATS, in ovs_vport_cmd_fill_info()
/linux/net/xfrm/
H A Dxfrm_user.c2703 err = nla_put_64bit(skb, XFRMA_LTIME_VAL, sizeof(x->curlft), &x->curlft, in build_aevent()