Lines Matching refs:node_if

272 	struct node_if		*rcv;
381 struct node_if *, struct node_etherproto *,
385 void expand_rule(struct pfctl_rule *, struct node_if *,
390 struct node_uid *, struct node_gid *, struct node_if *,
392 int expand_altq(struct pf_altq *, struct node_if *,
395 int expand_queue(struct pf_altq *, struct node_if *,
398 int expand_skip_interface(struct node_if *);
441 struct node_if *interface;
1584 struct node_if *i, *j;
1602 j = calloc(1, sizeof(struct node_if));
3362 $$ = calloc(1, sizeof(struct node_if));
3382 $$ = calloc(1, sizeof(struct node_if));
5829 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq()
5840 FREE_LIST(struct node_if, interfaces); in expand_altq()
5846 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_altq()
5934 FREE_LIST(struct node_if, interfaces); in expand_altq()
5942 expand_queue(struct pf_altq *a, struct node_if *interfaces, in expand_queue()
5962 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_queue()
6070 FREE_LIST(struct node_if, interfaces); in expand_queue()
6096 struct node_if *interfaces, struct node_etherproto *protos, in expand_eth_rule()
6113 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_eth_rule()
6156 FREE_LIST(struct node_if, interfaces); in expand_eth_rule()
6166 struct node_if *interfaces, struct redirspec *nat, in expand_rule()
6173 struct node_if *rcv, struct node_icmp *icmp_types, const char *anchor_call) in expand_rule()
6196 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_rule()
6388 FREE_LIST(struct node_if, interfaces); in expand_rule()
6406 expand_skip_interface(struct node_if *interfaces) in expand_skip_interface()
6420 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_skip_interface()
6433 FREE_LIST(struct node_if, interfaces); in expand_skip_interface()