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