Searched refs:gen_dynnode (Results 1 – 3 of 3) sorted by relevance
364 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
4873 if (($9->host = gen_dynnode($9->host, r.af)) == NULL)5103 if (($8 = gen_dynnode($8, binat.af)) == NULL)5122 if (($9 = gen_dynnode($9, binat.af)) == NULL)5155 if (($13->host = gen_dynnode($13->host, binat.af)) == NULL)6252 if ((src_host = gen_dynnode(src_host, r->af)) == NULL) in expand_rule()6257 if ((dst_host = gen_dynnode(dst_host, r->af)) == NULL) in expand_rule()
1364 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode() function