Home
last modified time | relevance | path

Searched defs:rtnl_tc_ops (Results 1 – 1 of 1) sorted by relevance

/external/libnl/include/netlink-private/route/
Dtc-api.h24 struct rtnl_tc_ops struct
29 char *to_kind;
34 enum rtnl_tc_type to_type;
40 size_t to_size;
45 void (*to_dump[NL_DUMP_MAX+1])(struct rtnl_tc *, void *,
50 int (*to_msg_fill)(struct rtnl_tc *, void *, struct nl_msg *);
57 int (*to_msg_fill_raw)(struct rtnl_tc *, void *, struct nl_msg *);
62 int (*to_msg_parser)(struct rtnl_tc *, void *);
67 void (*to_free_data)(struct rtnl_tc *, void *);
72 int (*to_clone)(void *, void *);
[all …]