Home | History | Annotate | Download | only in pfctl

Lines Matching refs:interfaces

4392 expand_altq(struct pf_altq *a, struct node_if *interfaces,
4403 FREE_LIST(struct node_if, interfaces);
4408 LOOP_THROUGH(struct node_if, interface, interfaces,
4494 FREE_LIST(struct node_if, interfaces);
4501 expand_queue(struct pf_altq *a, struct node_if *interfaces,
4521 LOOP_THROUGH(struct node_if, interface, interfaces,
4633 FREE_LIST(struct node_if, interfaces);
4648 struct node_if *interfaces, struct node_host *rpool_hosts,
4676 LOOP_THROUGH(struct node_if, interface, interfaces,
4812 FREE_LIST(struct node_if, interfaces);
4829 expand_skip_interface(struct node_if *interfaces)
4833 if (!interfaces || (!interfaces->next && !interfaces->not &&
4834 !strcmp(interfaces->ifname, "none"))) {
4843 LOOP_THROUGH(struct node_if, interface, interfaces,
4856 FREE_LIST(struct node_if, interfaces);