Lines Matching refs:node_if

284 	struct node_if		*rcv;
445 struct node_if *, struct node_etherproto *,
456 void expand_rule(struct pfctl_rule *, bool, struct node_if *,
460 struct node_uid *, struct node_gid *, struct node_if *,
462 int expand_altq(struct pf_altq *, struct node_if *,
465 int expand_queue(struct pf_altq *, struct node_if *,
468 int expand_skip_interface(struct node_if *);
515 struct node_if *interface;
1614 struct node_if *i, *j;
1632 j = calloc(1, sizeof(struct node_if));
3760 $$ = calloc(1, sizeof(struct node_if));
3780 $$ = calloc(1, sizeof(struct node_if));
6230 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq()
6241 FREE_LIST(struct node_if, interfaces); in expand_altq()
6247 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_altq()
6335 FREE_LIST(struct node_if, interfaces); in expand_altq()
6343 expand_queue(struct pf_altq *a, struct node_if *interfaces, in expand_queue()
6363 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_queue()
6471 FREE_LIST(struct node_if, interfaces); in expand_queue()
6497 struct node_if *interfaces, struct node_etherproto *protos, in expand_eth_rule()
6514 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_eth_rule()
6557 FREE_LIST(struct node_if, interfaces); in expand_eth_rule()
6814 struct node_if *interfaces, struct redirspec *nat, in expand_rule()
6820 struct node_if *rcv, struct node_icmp *icmp_types) in expand_rule()
6842 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_rule()
7022 FREE_LIST(struct node_if, interfaces); in expand_rule()
7051 expand_skip_interface(struct node_if *interfaces) in expand_skip_interface()
7065 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_skip_interface()
7078 FREE_LIST(struct node_if, interfaces); in expand_skip_interface()