Searched defs:ipqos_conf_action_s (Results 1 – 1 of 1) sorted by relevance
315 typedef struct ipqos_conf_action_s { struct316 struct ipqos_conf_action_s *next; argument317 char name[IPQOS_CONF_NAME_LEN];318 char module[IPQOS_CONF_NAME_LEN];319 ipqos_conf_filter_t *filters;320 ipqos_conf_class_t *classes;321 ipqos_conf_params_t *params;322 nvlist_t *nvlist;323 boolean_t todel;324 boolean_t deleted;[all …]