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

12

/linux-master/net/ethtool/
H A Dfec.c175 if (nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_CORRECTED,
178 nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_UNCORR,
181 nla_put_64bit(skb, ETHTOOL_A_FEC_STAT_CORR_BITS,
/linux-master/include/net/
H A Dnetlink.h551 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
1475 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr);
1490 return nla_put_64bit(skb, attrtype, sizeof(__be64), &tmp, padattr);
1521 return nla_put_64bit(skb, attrtype, sizeof(__le64), &tmp, padattr);
1575 return nla_put_64bit(skb, attrtype, sizeof(s64), &tmp, padattr);
1628 return nla_put_64bit(skb, attrtype, sizeof(u64), &tmp, padattr);
/linux-master/drivers/dpll/
H A Ddpll_netlink.c276 if (nla_put_64bit(msg, DPLL_A_PIN_PHASE_OFFSET, sizeof(phase_offset),
320 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY, sizeof(freq), &freq,
328 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MIN, sizeof(freq),
334 if (nla_put_64bit(msg, DPLL_A_PIN_FREQUENCY_MAX, sizeof(freq),
454 if (nla_put_64bit(msg, DPLL_A_PIN_CLOCK_ID, sizeof(pin->clock_id),
505 if (nla_put_64bit(msg, DPLL_A_CLOCK_ID, sizeof(dpll->clock_id),
/linux-master/include/linux/
H A Dgenl_magic_struct.h66 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0);
/linux-master/net/sched/
H A Dact_simple.c190 if (nla_put_64bit(skb, TCA_DEF_TM, sizeof(t), &t, TCA_DEF_PAD))
H A Dcls_basic.c297 if (nla_put_64bit(skb, TCA_BASIC_PCNT,
H A Dact_gact.c214 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD))
H A Dact_connmark.c212 if (nla_put_64bit(skb, TCA_CONNMARK_TM, sizeof(t), &t,
H A Dact_skbmod.c269 if (nla_put_64bit(skb, TCA_SKBMOD_TM, sizeof(t), &t, TCA_SKBMOD_PAD))
H A Dact_skbedit.c334 if (nla_put_64bit(skb, TCA_SKBEDIT_TM, sizeof(t), &t, TCA_SKBEDIT_PAD))
H A Dact_vlan.c325 if (nla_put_64bit(skb, TCA_VLAN_TM, sizeof(t), &t, TCA_VLAN_PAD))
H A Dact_sample.c230 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD))
H A Dact_nat.c295 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD))
H A Dcls_matchall.c359 if (nla_put_64bit(skb, TCA_MATCHALL_PCNT,
H A Dact_bpf.c164 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm,
H A Dact_ctinfo.c300 if (nla_put_64bit(skb, TCA_CTINFO_TM, sizeof(t), &t, TCA_CTINFO_PAD))
H A Dact_pedit.c541 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD))
H A Dact_police.c395 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD))
H A Dact_mirred.c501 if (nla_put_64bit(skb, TCA_MIRRED_TM, sizeof(t), &t, TCA_MIRRED_PAD))
H A Dact_csum.c654 if (nla_put_64bit(skb, TCA_CSUM_TM, sizeof(t), &t, TCA_CSUM_PAD))
/linux-master/net/xfrm/
H A Dxfrm_compat.c253 return nla_put_64bit(dst, src->nla_type, nla_len(src),
262 return nla_put_64bit(dst, src->nla_type, nla_len(src),
/linux-master/net/core/
H A Dgen_stats.c26 if (nla_put_64bit(d->skb, type, size, buf, padattr))
/linux-master/lib/
H A Dnlattr.c1105 * nla_put_64bit - Add a netlink attribute to a socket buffer and align it
1115 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, function
1130 EXPORT_SYMBOL(nla_put_64bit); variable
/linux-master/net/ipv4/
H A Dipmr_base.c269 if (nla_put_64bit(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs, RTA_PAD) ||
/linux-master/net/openvswitch/
H A Ddatapath.c819 nla_put_64bit(skb, OVS_FLOW_ATTR_STATS,
1586 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats),
1590 if (nla_put_64bit(skb, OVS_DP_ATTR_MEGAFLOW_STATS,
2130 if (nla_put_64bit(skb, OVS_VPORT_ATTR_STATS,

Completed in 245 milliseconds

12