Home
last modified time | relevance | path

Searched refs:_nl_offsetofend (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink-private/
Dutils.h105 #define _nl_offsetofend(type, field) (offsetof (type, field) + sizeof (((type *) NULL)->field)) macro
/external/libnl/lib/route/
Dlink.c356 [IFLA_STATS] = { .minlen = _nl_offsetofend (struct rtnl_link_stats, tx_compressed) },
357 [IFLA_STATS64] = { .minlen = _nl_offsetofend (struct rtnl_link_stats64, tx_compressed) },
425 if (nla_len(tb[IFLA_STATS]) >= _nl_offsetofend (struct rtnl_link_stats, rx_nohandler)) in rtnl_link_info_parse()