Searched refs:pfctl_altq (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_altq.c1 /* $OpenBSD: pfctl_altq.c,v 1.93 2007/10/15 02:16:35 deraadt Exp $ */
58 static STAILQ_HEAD(interfaces, pfctl_altq) interfaces = STAILQ_HEAD_INITIALIZER(interfaces);
63 static struct pfctl_altq *pfaltq_lookup(char *ifname);
64 static struct pfctl_altq *qname_to_pfaltq(const char *, const char *);
68 struct pfctl_altq *);
70 static int check_commit_cbq(int, int, struct pfctl_altq *);
77 struct pfctl_altq *);
78 static int check_commit_priq(int, int, struct pfctl_altq *);
82 struct pfctl_altq *, struct pfctl_altq *);
[all...]
H A DMakefile10 SRCS = pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
H A Dpfctl_parser.h188 struct pfctl_altq { struct
191 STAILQ_ENTRY(pfctl_altq) link;

Completed in 111 milliseconds