Home
last modified time | relevance | path

Searched refs:altq (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/ipfw/
H A Daltq.c76 struct pf_altq *altq; in altq_fetch() local
105 if (pfioc.altq.qid == 0) in altq_fetch()
107 altq = safe_calloc(1, sizeof(*altq)); in altq_fetch()
108 *altq = pfioc.altq; in altq_fetch()
117 struct pf_altq *altq; in altq_name_to_qid() local
123 if (altq == NULL) in altq_name_to_qid()
125 return altq->qid; in altq_name_to_qid()
131 struct pf_altq *altq; in altq_qid_to_name() local
135 if (qid == altq->qid) in altq_qid_to_name()
137 if (altq == NULL) in altq_qid_to_name()
[all …]
H A DMakefile17 SRCS+= altq.c
H A Dipfw2.c1908 print_altq_cmd(bp, insntod(cmd, altq)); in print_action_instruction()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c652 free(altq, M_PFALTQ); in pf_begin_altq()
657 free(altq, M_PFALTQ); in pf_begin_altq()
683 free(altq, M_PFALTQ); in pf_rollback_altq()
688 free(altq, M_PFALTQ); in pf_rollback_altq()
741 free(altq, M_PFALTQ); in pf_commit_altq()
1424 return (altq); in pf_altq_get_nth_active()
1430 return (altq); in pf_altq_get_nth_active()
2778 altq = malloc(sizeof(*altq), M_PFALTQ, M_WAITOK | M_ZERO); in pfioctl()
2797 if ((altq->qid = pf_qname2qid(altq->qname)) == 0) { in pfioctl()
2862 if (altq == NULL) { in pfioctl()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c155 ipfw_insn_altq *altq = (ipfw_insn_altq *)cmd; in ipfw_log() local
158 altq->qid); in ipfw_log()
H A Dip_fw2.c2443 ipfw_insn_altq *altq = (ipfw_insn_altq *)cmd; in ipfw_chk() local
2466 at->qid = altq->qid; in ipfw_chk()
/f-stack/tools/compat/include/net/
H A Dpfvar.h972 struct pf_altq_v0 altq; member
984 struct pf_altq_v1 altq; member
/f-stack/freebsd/net/
H A Dpfvar.h1121 struct pf_altq_v0 altq; member
1133 struct pf_altq_v1 altq; member
/f-stack/tools/
H A DREADME.md208 PARAMS: [log [logamount LOGLIMIT]] [altq QUEUE_NAME]