HomeSort by: relevance | last modified time | path
    Searched refs:tc_action (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_cdnr.h 38 struct tc_action action;
42 struct tc_action in_action;
43 struct tc_action out_action;
48 struct tc_action green_action;
49 struct tc_action yellow_action;
50 struct tc_action red_action;
57 struct tc_action green_action;
58 struct tc_action yellow_action;
59 struct tc_action red_action;
66 int qcmd_cdnr_add_element(struct tc_action *rp, const char *ifname
    [all...]
qop_cdnr.c 137 qcmd_cdnr_add_element(struct tc_action *rp, const char *ifname,
138 const char *cdnr_name, struct tc_action *action)
162 qcmd_cdnr_add_tbmeter(struct tc_action *rp, const char *ifname,
165 struct tc_action *in_action,
166 struct tc_action *out_action)
192 qcmd_cdnr_add_trtcm(struct tc_action *rp, const char *ifname,
196 struct tc_action *green_action,
197 struct tc_action *yellow_action,
198 struct tc_action *red_action, int coloraware)
227 qcmd_cdnr_add_tswtcm(struct tc_action *rp, const char *ifname
    [all...]
parser.c 76 static int tc_action_parser(char *, char **, struct tc_action *);
115 {"conditioner", conditioner_parser, "conditioner if_name cdnr_name <tc_action>"},
1009 struct tc_action action[MAX_ACTIONS];
1031 * recursively parse '<'tc_action'>'
1035 tc_action_parser(char *ifname, char **cpp, struct tc_action *action)
  /src/sys/altq/
altq_cdnr.h 50 struct tc_action { struct
83 struct tc_action action;
97 struct tc_action in_action;
98 struct tc_action out_action;
121 struct tc_action green_action; /* action for green packets */
122 struct tc_action yellow_action; /* action for yellow packets */
123 struct tc_action red_action; /* action for red packets */
151 struct tc_action green_action; /* action for green packets */
152 struct tc_action yellow_action; /* action for yellow packets */
153 struct tc_action red_action; /* action for red packets *
    [all...]
altq_cdnr.c 82 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 *, struct tc_action *, struct tc_action *
    [all...]

Completed in 13 milliseconds