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