Lines Matching refs:FREE_LIST

5511 #define FREE_LIST(T,r) \  macro
5713 FREE_LIST(struct node_if, interfaces); in expand_altq()
5715 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5807 FREE_LIST(struct node_if, interfaces); in expand_altq()
5809 FREE_LIST(struct node_queue, nqueues); in expand_altq()
5825 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5831 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5942 FREE_LIST(struct node_queue, nqueues); in expand_queue()
5943 FREE_LIST(struct node_if, interfaces); in expand_queue()
6029 FREE_LIST(struct node_if, interfaces); in expand_eth_rule()
6030 FREE_LIST(struct node_etherproto, protos); in expand_eth_rule()
6031 FREE_LIST(struct node_mac, srcs); in expand_eth_rule()
6032 FREE_LIST(struct node_mac, dsts); in expand_eth_rule()
6033 FREE_LIST(struct node_host, ipsrcs); in expand_eth_rule()
6034 FREE_LIST(struct node_host, ipdsts); in expand_eth_rule()
6495 FREE_LIST(struct node_if, interfaces); in expand_rule()
6496 FREE_LIST(struct node_proto, protos); in expand_rule()
6497 FREE_LIST(struct node_host, src_hosts); in expand_rule()
6498 FREE_LIST(struct node_port, src_ports); in expand_rule()
6499 FREE_LIST(struct node_os, src_oses); in expand_rule()
6500 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
6501 FREE_LIST(struct node_port, dst_ports); in expand_rule()
6502 FREE_LIST(struct node_uid, uids); in expand_rule()
6503 FREE_LIST(struct node_gid, gids); in expand_rule()
6504 FREE_LIST(struct node_icmp, icmp_types); in expand_rule()
6506 FREE_LIST(struct node_host, nat->host); in expand_rule()
6510 FREE_LIST(struct node_host, rdr->host); in expand_rule()
6514 FREE_LIST(struct node_host, route->host); in expand_rule()
6551 FREE_LIST(struct node_if, interfaces); in expand_skip_interface()
6562 FREE_LIST(struct node_host, h); in freehostlist()
6565 #undef FREE_LIST