Searched refs:NL_DUMP_MAX (Results 1 – 10 of 10) sorted by relevance
47 const char *dump_names[NL_DUMP_MAX+1] = { in print()71 for (i = 0; i <= NL_DUMP_MAX; i++) in print()
28 #define NL_DUMP_MAX (__NL_DUMP_MAX - 1) macro
315 void (*oo_dump[NL_DUMP_MAX+1])(struct nl_object *,
35 void (*co_dump[NL_DUMP_MAX+1])(struct rtnl_class *,
41 void (*co_dump[NL_DUMP_MAX+1])(struct rtnl_cls *,
35 void (*qo_dump[NL_DUMP_MAX+1])(struct rtnl_qdisc *,
48 void (*io_dump[NL_DUMP_MAX+1])(struct rtnl_link *,
763 if (type > NL_DUMP_MAX || type < 0) in nl_cache_dump_filter()
910 if (type < 0 || type > NL_DUMP_MAX) in dump_from_ops()
271 dump[NL_DUMP_MAX] array to allow further additions without