Lines Matching refs:rtnl_tca
32 extern int tca_parse(struct nlattr **, int, struct rtnl_tca *,
34 extern int tca_msg_parser(struct nlmsghdr *, struct rtnl_tca *);
35 extern void tca_free_data(struct rtnl_tca *);
36 extern int tca_clone(struct rtnl_tca *, struct rtnl_tca *);
37 extern void tca_dump_line(struct rtnl_tca *, const char *,
39 extern void tca_dump_details(struct rtnl_tca *, struct nl_dump_params *);
40 extern void tca_dump_stats(struct rtnl_tca *, struct nl_dump_params *);
43 extern void tca_set_ifindex(struct rtnl_tca *, int);
44 extern int tca_get_ifindex(struct rtnl_tca *);
45 extern void tca_set_handle(struct rtnl_tca *, uint32_t);
46 extern uint32_t tca_get_handle(struct rtnl_tca *);
47 extern void tca_set_parent(struct rtnl_tca *, uint32_t);
48 extern uint32_t tca_get_parent(struct rtnl_tca *);
49 extern void tca_set_kind(struct rtnl_tca *, const char *);
50 extern char *tca_get_kind(struct rtnl_tca *);
51 extern uint64_t tca_get_stat(struct rtnl_tca *, int );
53 extern int tca_build_msg(struct rtnl_tca *, int, int, struct nl_msg **);
55 static inline void *tca_priv(struct rtnl_tca *tca) in tca_priv()
60 static inline void *tca_xstats(struct rtnl_tca *tca) in tca_xstats()