Searched refs:_nl_offsetofend (Results 1 – 2 of 2) sorted by relevance
105 #define _nl_offsetofend(type, field) (offsetof (type, field) + sizeof (((type *) NULL)->field)) macro
356 [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()