Home
last modified time | relevance | path

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

12

/Linux-v6.1/net/ethtool/
Dfec.c175 if (nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_CORRECTED, in fec_put_stats()
178 nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_UNCORR, in fec_put_stats()
181 nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_CORR_BITS, in fec_put_stats()
/Linux-v6.1/include/net/
Dnetlink.h543 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
1382 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_u64_64bit()
1397 return nla_put_64bit(skb, attrtype, sizeof(__be64), &tmp, padattr); in nla_put_be64()
1428 return nla_put_64bit(skb, attrtype, sizeof(__le64), &tmp, padattr); in nla_put_le64()
1482 return nla_put_64bit(skb, attrtype, sizeof(s64), &tmp, padattr); in nla_put_s64()
1519 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_msecs()
/Linux-v6.1/net/sched/
Dact_connmark.c189 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
Dact_simple.c188 if (nla_put_64bit(skb, TCA_DEF_TM, sizeof(t), &t, TCA_DEF_PAD)) in tcf_simp_dump()
Dact_gact.c212 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD)) in tcf_gact_dump()
Dact_nat.c279 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD)) in tcf_nat_dump()
Dact_skbmod.c267 if (nla_put_64bit(skb, TCA_SKBMOD_TM, sizeof(t), &t, TCA_SKBMOD_PAD)) in tcf_skbmod_dump()
Dcls_basic.c295 if (nla_put_64bit(skb, TCA_BASIC_PCNT, in basic_dump()
Dact_sample.c221 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD)) in tcf_sample_dump()
Dact_bpf.c162 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm, in tcf_bpf_dump()
Dact_ctinfo.c298 if (nla_put_64bit(skb, TCA_CTINFO_TM, sizeof(t), &t, TCA_CTINFO_PAD)) in tcf_ctinfo_dump()
Dcls_matchall.c372 if (nla_put_64bit(skb, TCA_MATCHALL_PCNT, in mall_dump()
Dact_ipt.c302 if (nla_put_64bit(skb, TCA_IPT_TM, sizeof(tm), &tm, TCA_IPT_PAD)) in tcf_ipt_dump()
Dact_vlan.c323 if (nla_put_64bit(skb, TCA_VLAN_TM, sizeof(t), &t, TCA_VLAN_PAD)) in tcf_vlan_dump()
Dact_mirred.c362 if (nla_put_64bit(skb, TCA_MIRRED_TM, sizeof(t), &t, TCA_MIRRED_PAD)) in tcf_mirred_dump()
Dact_mpls.c356 if (nla_put_64bit(skb, TCA_MPLS_TM, sizeof(t), &t, TCA_MPLS_PAD)) in tcf_mpls_dump()
Dact_skbedit.c327 if (nla_put_64bit(skb, TCA_SKBEDIT_TM, sizeof(t), &t, TCA_SKBEDIT_PAD)) in tcf_skbedit_dump()
Dact_pedit.c480 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
Dact_police.c392 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD)) in tcf_police_dump()
/Linux-v6.1/include/linux/
Dgenl_magic_struct.h68 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
/Linux-v6.1/net/xfrm/
Dxfrm_compat.c252 return nla_put_64bit(dst, src->nla_type, nla_len(src), in xfrm_xlate64_attr()
261 return nla_put_64bit(dst, src->nla_type, nla_len(src), in xfrm_xlate64_attr()
/Linux-v6.1/lib/
Dnlattr.c1080 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit() function
1095 EXPORT_SYMBOL(nla_put_64bit);
/Linux-v6.1/net/core/
Dgen_stats.c26 if (nla_put_64bit(d->skb, type, size, buf, padattr)) in gnet_stats_copy()
/Linux-v6.1/net/ipv4/
Dipmr_base.c269 if (nla_put_64bit(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs, RTA_PAD) || in mr_fill_mroute()
/Linux-v6.1/net/openvswitch/
Ddatapath.c795 nla_put_64bit(skb, OVS_FLOW_ATTR_STATS, in ovs_flow_cmd_fill_stats()
1555 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), in ovs_dp_cmd_fill_info()
1559 if (nla_put_64bit(skb, OVS_DP_ATTR_MEGAFLOW_STATS, in ovs_dp_cmd_fill_info()
2096 if (nla_put_64bit(skb, OVS_VPORT_ATTR_STATS, in ovs_vport_cmd_fill_info()

12