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

/linux-master/lib/
H A Dnlattr.c977 * nla_reserve_64bit - reserve room for attribute on the skb and align it
990 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, function
1004 EXPORT_SYMBOL(nla_reserve_64bit); variable
/linux-master/kernel/
H A Dtaskstats.c393 ret = nla_reserve_64bit(skb, TASKSTATS_TYPE_STATS,
/linux-master/net/sctp/
H A Ddiag.c185 attr = nla_reserve_64bit(skb, INET_DIAG_INFO,
/linux-master/net/ipv4/
H A Dinet_diag.c330 attr = nla_reserve_64bit(skb, INET_DIAG_INFO,
1484 ? nla_reserve_64bit(skb, INET_DIAG_INFO,
/linux-master/net/bridge/
H A Dbr_netlink.c1859 nla = nla_reserve_64bit(skb, BRIDGE_XSTATS_MCAST,
1869 nla = nla_reserve_64bit(skb, BRIDGE_XSTATS_STP,
/linux-master/include/net/
H A Dnetlink.h542 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype,
/linux-master/net/core/
H A Dbpf_sk_storage.c442 * SK_DIAG_BPF_STORAGE_MAP_VALUE (nla_reserve_64bit)
445 * SK_DIAG_BPF_STORAGE_MAP_VALUE (nla_reserve_64bit)
452 * SK_DIAG_BPF_STORAGE_MAP_VALUE (nla_reserve_64bit)
561 nla_value = nla_reserve_64bit(skb, SK_DIAG_BPF_STORAGE_MAP_VALUE,
H A Drtnetlink.c1262 attr = nla_reserve_64bit(skb, IFLA_STATS64,
5332 attr = nla_reserve_64bit(skb, attr_id, size,
5489 attr = nla_reserve_64bit(skb, attr_id_l3_stats, size_l3,
5601 attr = nla_reserve_64bit(skb, IFLA_STATS_LINK_64,
/linux-master/net/mpls/
H A Daf_mpls.c1110 nla = nla_reserve_64bit(skb, MPLS_STATS_LINK,

Completed in 159 milliseconds