Home
last modified time | relevance | path

Searched refs:nla_reserve_64bit (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/lib/
H A Dnlattr.c968 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit() function
982 EXPORT_SYMBOL(nla_reserve_64bit);
/openbmc/linux/kernel/
H A Dtaskstats.c394 ret = nla_reserve_64bit(skb, TASKSTATS_TYPE_STATS, in mk_reply()
/openbmc/linux/net/sctp/
H A Ddiag.c185 attr = nla_reserve_64bit(skb, INET_DIAG_INFO, in inet_sctp_diag_fill()
/openbmc/linux/net/ipv4/
H A Dinet_diag.c321 attr = nla_reserve_64bit(skb, INET_DIAG_INFO, in inet_sk_diag_fill()
1383 ? nla_reserve_64bit(skb, INET_DIAG_INFO, in inet_diag_handler_get_info()
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c560 nla_value = nla_reserve_64bit(skb, SK_DIAG_BPF_STORAGE_MAP_VALUE, in diag_get()
H A Drtnetlink.c1255 attr = nla_reserve_64bit(skb, IFLA_STATS64, in rtnl_fill_stats()
5322 attr = nla_reserve_64bit(skb, attr_id, size, in rtnl_offload_xstats_fill_ndo()
5479 attr = nla_reserve_64bit(skb, attr_id_l3_stats, size_l3, in rtnl_offload_xstats_fill()
5591 attr = nla_reserve_64bit(skb, IFLA_STATS_LINK_64, in rtnl_fill_statsinfo()
/openbmc/linux/net/bridge/
H A Dbr_netlink.c1844 nla = nla_reserve_64bit(skb, BRIDGE_XSTATS_MCAST, in br_fill_linkxstats()
1854 nla = nla_reserve_64bit(skb, BRIDGE_XSTATS_STP, in br_fill_linkxstats()
/openbmc/linux/include/net/
H A Dnetlink.h531 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype,
/openbmc/linux/net/mpls/
H A Daf_mpls.c1110 nla = nla_reserve_64bit(skb, MPLS_STATS_LINK, in mpls_fill_stats_af()