Searched refs:tc_action (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cdnr.h49 struct tc_action { struct
82 struct tc_action action;
96 struct tc_action in_action;
97 struct tc_action out_action;
120 struct tc_action green_action; /* action for green packets */
121 struct tc_action yellow_action; /* action for yellow packets */
122 struct tc_action red_action; /* action for red packets */
150 struct tc_action green_action; /* action for green packets */
151 struct tc_action yellow_action; /* action for yellow packets */
152 struct tc_action red_actio
[all...]
H A Daltq_cdnr.c82 struct tc_action *(*)(struct cdnr_block *, struct cdnr_pktinfo *));
84 static int tca_verify_action(struct tc_action *);
85 static void tca_import_action(struct tc_action *, struct tc_action *);
86 static void tca_invalidate_action(struct tc_action *);
91 static struct cdnr_block *element_create(struct top_cdnr *, struct tc_action *);
95 struct tc_action *, struct tc_action *);
97 static struct tc_action *tbm_input(struct cdnr_block *, struct cdnr_pktinfo *);
100 struct tc_action *, struc
[all...]
/freebsd-9.3-release/sys/dev/si/
H A Dsi.h330 } tc_action; member in struct:si_tcsi
333 #define tc_int tc_action.x_int
334 #define tc_dbglvl tc_action.x_dbglvl
343 } tc_action; member in struct:si_pstat
344 #define tc_siport tc_action.x_siport
345 #define tc_ccb tc_action.x_ccb
346 #define tc_tty tc_action.x_tty

Completed in 63 milliseconds