Searched refs:gen_dynnode (Results 1 – 3 of 3) sorted by relevance
363 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
4724 if (($9->host = gen_dynnode($9->host, r.af)) == NULL)4944 if (($8 = gen_dynnode($8, binat.af)) == NULL)4963 if (($9 = gen_dynnode($9, binat.af)) == NULL)4996 if (($13->host = gen_dynnode($13->host, binat.af)) == NULL)6065 if ((src_host = gen_dynnode(src_host, r->af)) == NULL) in expand_rule()6070 if ((dst_host = gen_dynnode(dst_host, r->af)) == NULL) in expand_rule()
1337 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode() function