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

  /src/usr.sbin/altq/libaltq/
qop_cdnr.h 48 struct tc_action green_action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750408
57 struct tc_action green_action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750508
77 struct tc_action *green_action,
84 struct tc_action *green_action,
102 struct tc_action *green_action, struct tc_action *yellow_action,
108 struct tc_action *green_action,
qop_cdnr.c 196 struct tc_action *green_action,
212 green_action, yellow_action, red_action,
230 struct tc_action *green_action,
249 green_action, yellow_action,
520 struct tc_action *green_action,
529 if (green_action->tca_code == TCACODE_HANDLE) {
530 clist[n] = clhandle2clinfo(ifinfo, green_action->tca_handle);
555 cdnrinfo->tce_un.trtcm.green_action = *green_action;
594 struct tc_action *green_action,
    [all...]
  /src/sys/altq/
altq_cdnr.h 121 struct tc_action green_action; /* action for green packets */ member in struct:cdnr_add_trtcm
151 struct tc_action green_action; /* action for green packets */ member in struct:cdnr_add_tswtcm
301 struct tc_action green_action; member in struct:trtcm
323 struct tc_action green_action; member in struct:tswtcm
altq_cdnr.c 592 struct tb_profile *peak_profile, struct tc_action *green_action,
598 if (tca_verify_action(green_action) < 0
610 tca_import_action(&tcm->green_action, green_action);
615 if (tcm->green_action.tca_code == TCACODE_MARK)
616 tcm->green_dscp = tcm->green_action.tca_dscp & DSCP_MASK;
639 tca_invalidate_action(&tcm->green_action);
706 return (&tcm->green_action);
715 u_int32_t avg_interval, struct tc_action *green_action,
720 if (tca_verify_action(green_action) <
    [all...]

Completed in 15 milliseconds