Home | History | Annotate | Download | only in route

Lines Matching refs:classifier

2  * lib/route/cls_api.c       Classifier Module API
14 * @defgroup cls_api Classifier Modules
23 #include <netlink/route/classifier.h>
24 #include <netlink/route/classifier-modules.h>
30 * @name Classifier Module API
35 * Register a classifier module
36 * @arg cops classifier module operations
56 * Unregister a classifier module
57 * @arg cops classifier module operations
87 * Lookup classifier operations for a classifier object
88 * @arg cls Classifier object.
90 * @return Classifier operations or NULL if not found.