Lines Matching defs:rtnl_tc_ops
30 struct rtnl_tc_ops struct
35 char *to_kind;
40 enum rtnl_tc_type to_type;
46 size_t to_size;
51 void (*to_dump[NL_DUMP_MAX+1])(struct rtnl_tc *, void *,
56 int (*to_msg_fill)(struct rtnl_tc *, void *, struct nl_msg *);
63 int (*to_msg_fill_raw)(struct rtnl_tc *, void *, struct nl_msg *);
68 int (*to_msg_parser)(struct rtnl_tc *, void *);
73 void (*to_free_data)(struct rtnl_tc *, void *);
78 int (*to_clone)(void *, void *);
83 struct nl_list_head to_list;