| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 387 if (nla_put_64bit(msg, DPLL_A_PIN_PHASE_OFFSET, sizeof(phase_offset), in dpll_msg_add_phase_offset() 447 if (nla_put_64bit(msg, DPLL_A_PIN_MEASURED_FREQUENCY, in dpll_msg_add_measured_freq() 471 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY, sizeof(freq), &freq, in dpll_msg_add_pin_freq() 479 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MIN, sizeof(freq), in dpll_msg_add_pin_freq() 485 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MAX, sizeof(freq), in dpll_msg_add_pin_freq() 514 if (nla_put_64bit(msg, DPLL_A_PIN_ESYNC_FREQUENCY, sizeof(esync.freq), in dpll_msg_add_pin_esync() 524 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MIN, in dpll_msg_add_pin_esync() 528 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MAX, in dpll_msg_add_pin_esync() 691 if (nla_put_64bit(msg, DPLL_A_PIN_CLOCK_ID, sizeof(pin->clock_id), in dpll_cmd_pin_get_one() 756 if (nla_put_64bit(msg, DPLL_A_CLOCK_ID, sizeof(dpll->clock_id), in dpll_device_get_one()
|
| /linux/net/sched/ |
| H A D | act_connmark.c | 216 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
|
| H A D | act_gact.c | 214 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD)) in tcf_gact_dump()
|
| H A D | act_skbmod.c | 267 if (nla_put_64bit(skb, TCA_SKBMOD_TM, sizeof(t), &t, TCA_SKBMOD_PAD)) in tcf_skbmod_dump()
|
| H A D | act_sample.c | 242 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD)) in tcf_sample_dump()
|
| H A D | act_nat.c | 294 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD)) in tcf_nat_dump()
|
| H A D | cls_basic.c | 297 if (nla_put_64bit(skb, TCA_BASIC_PCNT, in basic_dump()
|
| H A D | act_bpf.c | 162 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm, in tcf_bpf_dump()
|
| H A D | act_ctinfo.c | 300 if (nla_put_64bit(skb, TCA_CTINFO_TM, sizeof(t), &t, TCA_CTINFO_PAD)) in tcf_ctinfo_dump()
|
| H A D | act_vlan.c | 324 if (nla_put_64bit(skb, TCA_VLAN_TM, sizeof(t), &t, TCA_VLAN_PAD)) in tcf_vlan_dump()
|
| H A D | cls_matchall.c | 361 if (nla_put_64bit(skb, TCA_MATCHALL_PCNT, in mall_dump()
|
| H A D | act_mpls.c | 369 if (nla_put_64bit(skb, TCA_MPLS_TM, sizeof(t), &t, TCA_MPLS_PAD)) in tcf_mpls_dump()
|
| H A D | act_skbedit.c | 336 if (nla_put_64bit(skb, TCA_SKBEDIT_TM, sizeof(t), &t, TCA_SKBEDIT_PAD)) in tcf_skbedit_dump()
|
| H A D | act_pedit.c | 541 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
|
| H A D | act_police.c | 393 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD)) in tcf_police_dump()
|
| H A D | act_csum.c | 658 if (nla_put_64bit(skb, TCA_CSUM_TM, sizeof(t), &t, TCA_CSUM_PAD)) in tcf_csum_dump()
|
| H A D | act_mirred.c | 541 if (nla_put_64bit(skb, TCA_MIRRED_TM, sizeof(t), &t, TCA_MIRRED_PAD)) in tcf_mirred_dump()
|
| H A D | act_gate.c | 660 if (nla_put_64bit(skb, TCA_GATE_TM, sizeof(t), &t, TCA_GATE_PAD)) in tcf_gate_dump()
|
| H A D | act_ife.c | 662 if (nla_put_64bit(skb, TCA_IFE_TM, sizeof(t), &t, TCA_IFE_PAD)) in tcf_ife_dump()
|
| H A D | cls_u32.c | 1437 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys), in u32_dump()
|
| H A D | act_ct.c | 1592 if (nla_put_64bit(skb, TCA_CT_TM, sizeof(t), &t, TCA_CT_PAD)) in tcf_ct_dump()
|
| /linux/lib/ |
| H A D | nlattr.c | 1115 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 D | gen_stats.c | 26 if (nla_put_64bit(d->skb, type, size, buf, padattr)) in gnet_stats_copy()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 848 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() 2160 if (nla_put_64bit(skb, OVS_VPORT_ATTR_STATS, in ovs_vport_cmd_fill_info()
|
| /linux/net/ipv4/ |
| H A D | ipmr_base.c | 277 if (nla_put_64bit(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs, RTA_PAD) || in mr_fill_mroute()
|