Lines Matching refs:cu_mask

79 		u->cu_mask |= U32_ATTR_DIVISOR;  in u32_msg_parser()
86 u->cu_mask |= U32_ATTR_SELECTOR; in u32_msg_parser()
91 u->cu_mask |= U32_ATTR_HASH; in u32_msg_parser()
96 u->cu_mask |= U32_ATTR_CLASSID; in u32_msg_parser()
101 u->cu_mask |= U32_ATTR_LINK; in u32_msg_parser()
108 u->cu_mask |= U32_ATTR_ACTION; in u32_msg_parser()
115 u->cu_mask |= U32_ATTR_POLICE; in u32_msg_parser()
138 u->cu_mask |= U32_ATTR_PCNT; in u32_msg_parser()
143 u->cu_mask |= U32_ATTR_INDEV; in u32_msg_parser()
190 if (u->cu_mask & U32_ATTR_DIVISOR) in u32_dump_line()
192 else if (u->cu_mask & U32_ATTR_CLASSID) in u32_dump_line()
249 (u->cu_mask & U32_ATTR_PCNT)) { in print_selector()
261 if (!(u->cu_mask & U32_ATTR_SELECTOR)) { in u32_dump_details()
270 if (u->cu_mask & U32_ATTR_HASH) in u32_dump_details()
274 if (u->cu_mask & U32_ATTR_LINK) in u32_dump_details()
277 if (u->cu_mask & U32_ATTR_INDEV) in u32_dump_details()
296 if (u->cu_mask & U32_ATTR_PCNT) { in u32_dump_stats()
308 if (u->cu_mask & U32_ATTR_DIVISOR) in u32_get_opts()
311 if (u->cu_mask & U32_ATTR_HASH) in u32_get_opts()
314 if (u->cu_mask & U32_ATTR_CLASSID) in u32_get_opts()
317 if (u->cu_mask & U32_ATTR_LINK) in u32_get_opts()
320 if (u->cu_mask & U32_ATTR_SELECTOR) in u32_get_opts()
323 if (u->cu_mask & U32_ATTR_ACTION) in u32_get_opts()
326 if (u->cu_mask & U32_ATTR_POLICE) in u32_get_opts()
329 if (u->cu_mask & U32_ATTR_INDEV) in u32_get_opts()
356 u->cu_mask |= U32_ATTR_CLASSID; in rtnl_u32_set_classid()
378 u->cu_mask |= U32_ATTR_SELECTOR; in rtnl_u32_set_flags()
420 u->cu_mask |= U32_ATTR_SELECTOR; in rtnl_u32_add_key()