Searched defs:rtnl_tc_ops (Results 1 – 1 of 1) sorted by relevance
38 struct rtnl_tc_ops { struct42 char *to_kind;47 enum rtnl_tc_type to_type;52 size_t to_size;57 void (*to_dump[NL_DUMP_MAX + 1])(struct rtnl_tc *, void *,62 int (*to_msg_fill)(struct rtnl_tc *, void *, struct nl_msg *);92 extern struct rtnl_tc_ops *rtnl_tc_lookup_ops(enum rtnl_tc_type, const char *); argument