Lines Matching refs:node_if
336 void expand_rule(struct pf_rule *, struct node_if *,
341 int expand_altq(struct pf_altq *, struct node_if *,
344 int expand_queue(struct pf_altq *, struct node_if *,
347 int expand_skip_interface(struct node_if *);
389 struct node_if *interface;
1244 struct node_if *i, *j;
1261 j = calloc(1, sizeof(struct node_if));
2834 $$ = calloc(1, sizeof(struct node_if));
4990 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq()
5001 FREE_LIST(struct node_if, interfaces); in expand_altq()
5007 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_altq()
5093 FREE_LIST(struct node_if, interfaces); in expand_altq()
5101 expand_queue(struct pf_altq *a, struct node_if *interfaces, in expand_queue()
5121 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_queue()
5229 FREE_LIST(struct node_if, interfaces); in expand_queue()
5244 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5272 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_rule()
5408 FREE_LIST(struct node_if, interfaces); in expand_rule()
5425 expand_skip_interface(struct node_if *interfaces) in expand_skip_interface()
5439 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_skip_interface()
5452 FREE_LIST(struct node_if, interfaces); in expand_skip_interface()