Searched refs:NL_DUMP_MAX (Results 1 – 8 of 8) sorted by relevance
51 void (*to_dump[NL_DUMP_MAX+1])(struct rtnl_tc *, void *,95 void (*tt_dump[NL_DUMP_MAX+1])(struct rtnl_tc *,
48 void (*io_dump[NL_DUMP_MAX+1])(struct rtnl_link *,119 void (*ao_dump[NL_DUMP_MAX+1])(struct rtnl_link *,
47 const char *dump_names[NL_DUMP_MAX+1] = { in print()70 for (i = 0; i <= NL_DUMP_MAX; i++) in print()
27 #define NL_DUMP_MAX (__NL_DUMP_MAX - 1) macro
322 void (*oo_dump[NL_DUMP_MAX+1])(struct nl_object *,
1147 if (type > NL_DUMP_MAX || type < 0) in nl_cache_dump_filter()
1108 if (type < 0 || type > NL_DUMP_MAX) in dump_from_ops()
271 dump[NL_DUMP_MAX] array to allow further additions without