Searched refs:def_size (Results 1 – 4 of 4) sorted by relevance
118 const unsigned int def_size = sizeof(ndtst); in decode_ndt_stats() local120 (len >= def_size) ? def_size : in decode_ndt_stats()138 if (len >= def_size) in decode_ndt_stats()
74 const unsigned int def_size = sizeof(st); in decode_rtnl_link_stats() local76 (len >= def_size) ? def_size : in decode_rtnl_link_stats()110 if (len >= def_size) in decode_rtnl_link_stats()253 const unsigned int def_size = sizeof(st); in decode_nla_linkinfo_xstats_can() local254 const unsigned int size = (len >= def_size) ? def_size : 0; in decode_nla_linkinfo_xstats_can()450 const unsigned int def_size = sizeof(st); in decode_rtnl_link_stats64() local452 (len >= def_size) ? def_size : in decode_rtnl_link_stats64()486 if (len >= def_size) in decode_rtnl_link_stats64()
119 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member