Lines Matching refs:node_if
341 void expand_rule(struct pfctl_rule *, struct node_if *,
346 int expand_altq(struct pf_altq *, struct node_if *,
349 int expand_queue(struct pf_altq *, struct node_if *,
352 int expand_skip_interface(struct node_if *);
394 struct node_if *interface;
1315 struct node_if *i, *j;
1333 j = calloc(1, sizeof(struct node_if));
2917 $$ = calloc(1, sizeof(struct node_if));
5133 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq()
5144 FREE_LIST(struct node_if, interfaces); in expand_altq()
5150 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_altq()
5238 FREE_LIST(struct node_if, interfaces); in expand_altq()
5246 expand_queue(struct pf_altq *a, struct node_if *interfaces, in expand_queue()
5266 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_queue()
5374 FREE_LIST(struct node_if, interfaces); in expand_queue()
5389 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5417 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_rule()
5544 FREE_LIST(struct node_if, interfaces); in expand_rule()
5561 expand_skip_interface(struct node_if *interfaces) in expand_skip_interface()
5575 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_skip_interface()
5588 FREE_LIST(struct node_if, interfaces); in expand_skip_interface()