Home
last modified time | relevance | path

Searched refs:co_get_opts (Results 1 – 9 of 9) sorted by relevance

/external/libnl/lib/route/
Dclass.c89 if (cops && cops->co_get_opts) { in class_build()
92 opts = cops->co_get_opts(class); in class_build()
Dcls.c100 if (cops && cops->co_get_opts) { in cls_build()
108 if (!(err = cops->co_get_opts(cls, opts))) in cls_build()
/external/libnl/include/netlink/route/
Dclass-modules.h41 struct nl_msg *(*co_get_opts)(struct rtnl_class *); member
Dclassifier-modules.h46 int (*co_get_opts)(struct rtnl_cls *, struct nl_msg *); member
/external/libnl/lib/route/cls/
Dfw.c163 .co_get_opts = fw_get_opts,
Dbasic.c194 .co_get_opts = basic_get_opts,
Du32.c510 .co_get_opts = u32_get_opts,
/external/libnl/lib/route/sch/
Ddsmark.c438 .co_get_opts = dsmark_class_get_opts,
Dhtb.c531 .co_get_opts = htb_class_get_opts,