Lines Matching defs:interfaces
5826 expand_altq(struct pf_altq *a, struct node_if *interfaces,
5837 FREE_LIST(struct node_if, interfaces);
5843 LOOP_THROUGH(struct node_if, interface, interfaces,
5931 FREE_LIST(struct node_if, interfaces);
5939 expand_queue(struct pf_altq *a, struct node_if *interfaces,
5959 LOOP_THROUGH(struct node_if, interface, interfaces,
6067 FREE_LIST(struct node_if, interfaces);
6093 struct node_if *interfaces, struct node_etherproto *protos,
6110 LOOP_THROUGH(struct node_if, interface, interfaces,
6153 FREE_LIST(struct node_if, interfaces);
6163 struct node_if *interfaces, struct redirspec *nat,
6193 LOOP_THROUGH(struct node_if, interface, interfaces,
6384 FREE_LIST(struct node_if, interfaces);
6402 expand_skip_interface(struct node_if *interfaces)
6406 if (!interfaces || (!interfaces->next && !interfaces->not &&
6407 !strcmp(interfaces->ifname, "none"))) {
6416 LOOP_THROUGH(struct node_if, interface, interfaces,
6429 FREE_LIST(struct node_if, interfaces);