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

  /src/usr.sbin/altq/libaltq/
qop_cdnr.h 49 struct tc_action yellow_action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750408
58 struct tc_action yellow_action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750508
78 struct tc_action *yellow_action,
85 struct tc_action *yellow_action,
102 struct tc_action *green_action, struct tc_action *yellow_action,
109 struct tc_action *yellow_action,
qop_cdnr.c 197 struct tc_action *yellow_action,
212 green_action, yellow_action, red_action,
231 struct tc_action *yellow_action,
249 green_action, yellow_action,
521 struct tc_action *yellow_action,
535 if (yellow_action->tca_code == TCACODE_HANDLE) {
536 clist[n] = clhandle2clinfo(ifinfo, yellow_action->tca_handle);
542 clist[n] = clhandle2clinfo(ifinfo, yellow_action->tca_handle);
556 cdnrinfo->tce_un.trtcm.yellow_action = *yellow_action;
    [all...]
  /src/sys/altq/
altq_cdnr.h 122 struct tc_action yellow_action; /* action for yellow packets */ member in struct:cdnr_add_trtcm
152 struct tc_action yellow_action; /* action for yellow packets */ member in struct:cdnr_add_tswtcm
302 struct tc_action yellow_action; member in struct:trtcm
324 struct tc_action yellow_action; member in struct:tswtcm
altq_cdnr.c 593 struct tc_action *yellow_action, struct tc_action *red_action,
599 || tca_verify_action(yellow_action) < 0
611 tca_import_action(&tcm->yellow_action, yellow_action);
619 if (tcm->yellow_action.tca_code == TCACODE_MARK)
620 tcm->yellow_dscp = tcm->yellow_action.tca_dscp & DSCP_MASK;
640 tca_invalidate_action(&tcm->yellow_action);
699 return (&tcm->yellow_action);
716 struct tc_action *yellow_action, struct tc_action *red_action)
721 || tca_verify_action(yellow_action) <
    [all...]

Completed in 13 milliseconds