Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h528 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
1365 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_u64_64bit()
1380 return nla_put_64bit(skb, attrtype, sizeof(__be64), &tmp, padattr); in nla_put_be64()
1411 return nla_put_64bit(skb, attrtype, sizeof(__le64), &tmp, padattr); in nla_put_le64()
1465 return nla_put_64bit(skb, attrtype, sizeof(s64), &tmp, padattr); in nla_put_s64()
1502 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr); in nla_put_msecs()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_compat.c251 return nla_put_64bit(dst, src->nla_type, nla_len(src), in xfrm_xlate64_attr()
260 return nla_put_64bit(dst, src->nla_type, nla_len(src), in xfrm_xlate64_attr()
/OK3568_Linux_fs/kernel/lib/
H A Dnlattr.c1056 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit() function
1071 EXPORT_SYMBOL(nla_put_64bit);
/OK3568_Linux_fs/kernel/include/linux/
H A Dgenl_magic_struct.h68 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_simple.c188 if (nla_put_64bit(skb, TCA_DEF_TM, sizeof(t), &t, TCA_DEF_PAD)) in tcf_simp_dump()
H A Dact_connmark.c190 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t, in tcf_connmark_dump()
H A Dact_gact.c213 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD)) in tcf_gact_dump()
H A Dact_nat.c280 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD)) in tcf_nat_dump()
H A Dact_sample.c215 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD)) in tcf_sample_dump()
H A Dact_skbmod.c247 if (nla_put_64bit(skb, TCA_SKBMOD_TM, sizeof(t), &t, TCA_SKBMOD_PAD)) in tcf_skbmod_dump()
H A Dcls_basic.c307 if (nla_put_64bit(skb, TCA_BASIC_PCNT, in basic_dump()
H A Dact_skbedit.c280 if (nla_put_64bit(skb, TCA_SKBEDIT_TM, sizeof(t), &t, TCA_SKBEDIT_PAD)) in tcf_skbedit_dump()
H A Dact_vlan.c324 if (nla_put_64bit(skb, TCA_VLAN_TM, sizeof(t), &t, TCA_VLAN_PAD)) in tcf_vlan_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_mpls.c357 if (nla_put_64bit(skb, TCA_MPLS_TM, sizeof(t), &t, TCA_MPLS_PAD)) in tcf_mpls_dump()
H A Dcls_matchall.c380 if (nla_put_64bit(skb, TCA_MATCHALL_PCNT, in mall_dump()
H A Dact_mirred.c355 if (nla_put_64bit(skb, TCA_MIRRED_TM, sizeof(t), &t, TCA_MIRRED_PAD)) in tcf_mirred_dump()
H A Dact_bpf.c163 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm, in tcf_bpf_dump()
H A Dact_police.c358 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD)) in tcf_police_dump()
H A Dact_ipt.c304 if (nla_put_64bit(skb, TCA_IPT_TM, sizeof(tm), &tm, TCA_IPT_PAD)) in tcf_ipt_dump()
H A Dact_pedit.c481 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
H A Dact_gate.c556 if (nla_put_64bit(skb, TCA_GATE_TM, sizeof(t), &t, TCA_GATE_PAD)) in tcf_gate_dump()
/OK3568_Linux_fs/kernel/net/core/
H A Dgen_stats.c26 if (nla_put_64bit(d->skb, type, size, buf, padattr)) in gnet_stats_copy()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c780 nla_put_64bit(skb, OVS_FLOW_ATTR_STATS, in ovs_flow_cmd_fill_stats()
1537 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), in ovs_dp_cmd_fill_info()
1541 if (nla_put_64bit(skb, OVS_DP_ATTR_MEGAFLOW_STATS, in ovs_dp_cmd_fill_info()
2000 if (nla_put_64bit(skb, OVS_VPORT_ATTR_STATS, in ovs_vport_cmd_fill_info()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipmr_base.c261 if (nla_put_64bit(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs, RTA_PAD) || in mr_fill_mroute()

12