| /Linux-v5.4/include/net/ |
| D | netlink.h | 461 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, 1300 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_u64_64bit() 1315 return nla_put_64bit(skb, attrtype, sizeof(__be64), &tmp, padattr); in nla_put_be64() 1346 return nla_put_64bit(skb, attrtype, sizeof(__le64), &tmp, padattr); in nla_put_le64() 1400 return nla_put_64bit(skb, attrtype, sizeof(s64), &tmp, padattr); in nla_put_s64() 1437 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_msecs()
|
| /Linux-v5.4/lib/ |
| D | nlattr.c | 850 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit() function 865 EXPORT_SYMBOL(nla_put_64bit);
|
| /Linux-v5.4/net/sched/ |
| D | act_simple.c | 189 if (nla_put_64bit(skb, TCA_DEF_TM, sizeof(t), &t, TCA_DEF_PAD)) in tcf_simp_dump()
|
| D | act_connmark.c | 188 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
|
| D | act_gact.c | 221 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD)) in tcf_gact_dump()
|
| D | act_sample.c | 217 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD)) in tcf_sample_dump()
|
| D | act_skbmod.c | 245 if (nla_put_64bit(skb, TCA_SKBMOD_TM, sizeof(t), &t, TCA_SKBMOD_PAD)) in tcf_skbmod_dump()
|
| D | act_vlan.c | 282 if (nla_put_64bit(skb, TCA_VLAN_TM, sizeof(t), &t, TCA_VLAN_PAD)) in tcf_vlan_dump()
|
| D | cls_basic.c | 302 if (nla_put_64bit(skb, TCA_BASIC_PCNT, in basic_dump()
|
| D | act_nat.c | 285 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD)) in tcf_nat_dump()
|
| D | act_skbedit.c | 271 if (nla_put_64bit(skb, TCA_SKBEDIT_TM, sizeof(t), &t, TCA_SKBEDIT_PAD)) in tcf_skbedit_dump()
|
| D | act_bpf.c | 160 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm, in tcf_bpf_dump()
|
| D | act_ctinfo.c | 300 if (nla_put_64bit(skb, TCA_CTINFO_TM, sizeof(t), &t, TCA_CTINFO_PAD)) in tcf_ctinfo_dump()
|
| D | act_mirred.c | 352 if (nla_put_64bit(skb, TCA_MIRRED_TM, sizeof(t), &t, TCA_MIRRED_PAD)) in tcf_mirred_dump()
|
| D | cls_matchall.c | 376 if (nla_put_64bit(skb, TCA_MATCHALL_PCNT, in mall_dump()
|
| D | act_mpls.c | 335 if (nla_put_64bit(skb, TCA_MPLS_TM, sizeof(t), &t, TCA_MPLS_PAD)) in tcf_mpls_dump()
|
| D | act_police.c | 352 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD)) in tcf_police_dump()
|
| D | act_ipt.c | 306 if (nla_put_64bit(skb, TCA_IPT_TM, sizeof(tm), &tm, TCA_IPT_PAD)) in tcf_ipt_dump()
|
| D | act_pedit.c | 451 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
|
| D | act_tunnel_key.c | 560 if (nla_put_64bit(skb, TCA_TUNNEL_KEY_TM, sizeof(tm), in tunnel_key_dump()
|
| D | act_csum.c | 655 if (nla_put_64bit(skb, TCA_CSUM_TM, sizeof(t), &t, TCA_CSUM_PAD)) in tcf_csum_dump()
|
| /Linux-v5.4/include/linux/ |
| D | genl_magic_struct.h | 68 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
|
| /Linux-v5.4/net/core/ |
| D | gen_stats.c | 26 if (nla_put_64bit(d->skb, type, size, buf, padattr)) in gnet_stats_copy()
|
| /Linux-v5.4/net/openvswitch/ |
| D | datapath.c | 745 nla_put_64bit(skb, OVS_FLOW_ATTR_STATS, in ovs_flow_cmd_fill_stats() 1492 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), in ovs_dp_cmd_fill_info() 1496 if (nla_put_64bit(skb, OVS_DP_ATTR_MEGAFLOW_STATS, in ovs_dp_cmd_fill_info() 1912 if (nla_put_64bit(skb, OVS_VPORT_ATTR_STATS, in ovs_vport_cmd_fill_info()
|
| /Linux-v5.4/net/ipv4/ |
| D | ipmr_base.c | 261 if (nla_put_64bit(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs, RTA_PAD) || in mr_fill_mroute()
|