Home
last modified time | relevance | path

Searched defs:ipqos_conf_action_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h315 typedef struct ipqos_conf_action_s { struct
316 struct ipqos_conf_action_s *next; argument
317 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 …]