Searched defs:ipqos_conf_class_s (Results 1 – 1 of 1) sorted by relevance
281 typedef struct ipqos_conf_class_s { struct282 struct ipqos_conf_class_s *next; argument283 char name[IPQOS_CONF_NAME_LEN];284 nvlist_t *nvlist;285 ipqos_conf_act_ref_t *alist;286 boolean_t modified;287 boolean_t new;288 boolean_t cr_mod;289 boolean_t todel;290 boolean_t deleted;[all …]