Home
last modified time | relevance | path

Searched refs:tc_u32_sel (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/cls/
Du32.c44 static inline struct tc_u32_sel *u32_selector(struct rtnl_u32 *u) in u32_selector()
46 return (struct tc_u32_sel *) u->cu_selector->d_data; in u32_selector()
49 static inline struct tc_u32_sel *u32_selector_alloc(struct rtnl_u32 *u) in u32_selector_alloc()
52 u->cu_selector = nl_data_alloc(NULL, sizeof(struct tc_u32_sel)); in u32_selector_alloc()
72 [TCA_U32_SEL] = { .minlen = sizeof(struct tc_u32_sel) },
136 struct tc_u32_sel *sel; in u32_msg_parser()
227 static void print_selector(struct nl_dump_params *p, struct tc_u32_sel *sel, in print_selector()
290 struct tc_u32_sel *s = NULL; in u32_dump_details()
471 struct tc_u32_sel *sel; in rtnl_u32_set_hashmask()
490 struct tc_u32_sel *sel; in rtnl_u32_set_selector()
[all …]
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h172 struct tc_u32_sel { struct