/src/usr.sbin/altq/libaltq/ |
qop_cdnr.h | 50 struct tc_action red_action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750408 59 struct tc_action red_action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750508 79 struct tc_action *red_action, int coloraware); 86 struct tc_action *red_action); 103 struct tc_action *red_action, int colorware); 110 struct tc_action *red_action);
|
qop_cdnr.c | 198 struct tc_action *red_action, int coloraware) 212 green_action, yellow_action, red_action, 232 struct tc_action *red_action) 250 red_action)) != 0) { 522 struct tc_action *red_action, int coloraware) 541 if (red_action->tca_code == TCACODE_HANDLE) { 557 cdnrinfo->tce_un.trtcm.red_action = *red_action; 596 struct tc_action *red_action) 615 if (red_action->tca_code == TCACODE_HANDLE) [all...] |
/src/sys/altq/ |
altq_cdnr.h | 123 struct tc_action red_action; /* action for red packets */ member in struct:cdnr_add_trtcm 153 struct tc_action red_action; /* action for red packets */ member in struct:cdnr_add_tswtcm 303 struct tc_action red_action; member in struct:trtcm 325 struct tc_action red_action; member in struct:tswtcm
|
altq_cdnr.c | 593 struct tc_action *yellow_action, struct tc_action *red_action, 600 || tca_verify_action(red_action) < 0) 612 tca_import_action(&tcm->red_action, red_action); 623 if (tcm->red_action.tca_code == TCACODE_MARK) 624 tcm->red_dscp = tcm->red_action.tca_dscp & DSCP_MASK; 641 tca_invalidate_action(&tcm->red_action); 692 return (&tcm->red_action); 716 struct tc_action *yellow_action, struct tc_action *red_action) 722 || tca_verify_action(red_action) < 0 [all...] |