Home
last modified time | relevance | path

Searched refs:yellow_action (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/altq/libaltq/
H A Dqop_cdnr.h49 struct tc_action yellow_action; member
58 struct tc_action yellow_action; member
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,
H A Dqop_cdnr.c197 struct tc_action *yellow_action, in qcmd_cdnr_add_trtcm() argument
212 green_action, yellow_action, red_action, in qcmd_cdnr_add_trtcm()
231 struct tc_action *yellow_action, in qcmd_cdnr_add_tswtcm() argument
249 green_action, yellow_action, in qcmd_cdnr_add_tswtcm()
521 struct tc_action *yellow_action, in qop_cdnr_add_trtcm() argument
535 if (yellow_action->tca_code == TCACODE_HANDLE) { in qop_cdnr_add_trtcm()
556 cdnrinfo->tce_un.trtcm.yellow_action = *yellow_action; in qop_cdnr_add_trtcm()
595 struct tc_action *yellow_action, in qop_cdnr_add_tswtcm() argument
631 cdnrinfo->tce_un.tswtcm.yellow_action = *yellow_action; in qop_cdnr_add_tswtcm()
785 trtcm_add.yellow_action = cdnrinfo->tce_un.trtcm.yellow_action; in cdnr_add_class()
[all …]
/netbsd/sys/altq/
H A Daltq_cdnr.c599 || tca_verify_action(yellow_action) < 0 in trtcm_create()
611 tca_import_action(&tcm->yellow_action, yellow_action); in trtcm_create()
619 if (tcm->yellow_action.tca_code == TCACODE_MARK) in trtcm_create()
640 tca_invalidate_action(&tcm->yellow_action); in trtcm_destroy()
699 return (&tcm->yellow_action); in trtcm_input()
721 || tca_verify_action(yellow_action) < 0 in tswtcm_create()
730 tca_import_action(&tsw->yellow_action, yellow_action); in tswtcm_create()
765 tca_invalidate_action(&tsw->yellow_action); in tswtcm_destroy()
821 return (&tsw->yellow_action); in tswtcm_input()
979 &ap->green_action, &ap->yellow_action, in cdnrcmd_add_trtcm()
[all …]
H A Daltq_cdnr.h122 struct tc_action yellow_action; /* action for yellow packets */ member
152 struct tc_action yellow_action; /* action for yellow packets */ member
302 struct tc_action yellow_action; member
324 struct tc_action yellow_action; member